Calculate File Checksums with openssl
- September 21st, 2009
- Posted in Apple . Linux
- By Peter Bruderer
- Write comment
If you need to calculate the checksum of a file on Mac or UNIX simply use openssl:
openssl md5 DeleteCookies.zip
openssl sha DeleteCookies.zip
This command gives you the checksum of the file as a result.