How can I get a base64 encoded shaX on the cli?
45
votes
5
answers
51336
views
sha1sum
outputs a hex encoded format of the actual sha. I would like to see a base64 encoded variant. possibly some command that outputs the binary version that I can pipe, like so: echo -n "message" | | base64
or if it outputs it directly that's fine too.
Asked by xenoterracide
(61203 rep)
Nov 1, 2010, 09:18 AM
Last activity: Oct 5, 2021, 07:45 AM
Last activity: Oct 5, 2021, 07:45 AM