2015-12-08 10:18:42 -08:00
2016-01-03 20:16:43 -08:00

cs

calculate checksums

It's a simpler version of shasum + md5sum, but only for md5, sha1, sha256, and sha512.

usage

cs -a 256 < foo.txt
cs foo.txt
cs -a sha1 foo.txt foo.txt foo.txt
S
Description
calculate checksums
Readme
63 KiB
Languages
Go 100%