Checksum and hash utilities
Checksum tools
MD5 (Message digest algorithm)
SHA 1/256/512 (Secure hash Algorithm)
File usage
String input usage
Cyclic redundancy tools
CRC (Cyclic redundancy check)
Securely generate a hash locally from text input
Allows using command line to generate hash without logging input to shell history
Replace
shasum
with any of the checksum variants to generate the required hash
Bash version
Fish version
Last updated