calculate checksums
Go to file
Stephen McQuay 54ae8e472e default to sha1 2015-12-10 14:46:06 -08:00
license init 2015-12-08 10:18:42 -08:00
main.go default to sha1 2015-12-10 14:46:06 -08:00
readme.md init 2015-12-08 10:18:42 -08:00

readme.md

cs

calculate checksums

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

usage

cs -a 256 < foo.txt
cs foo.txt
cs -a sha1 foo.txt foo.txt foo.txt