Checksum and hash utilities
Checksum tools
md5shasum
shasum -a 256
shasum -a 512md5 <file>
shasum <file>
cat <file> | md5
cat <file> | shasumecho <string> | md5
echo <string> | shasumCyclic redundancy tools
Securely generate a hash locally from text input
Last updated