I'd like to be able to do something like this

sha1sum --base64

and instead of getting a hex representation get a base64 representation.

An alternative might be

sha1sum --raw | base64

obviously this applies to md5sum, sha512sum, etc

-- 
Caleb Cushing

http://xenoterracide.com



Reply via email to