Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Checksums ====== ===== md5 (strings)===== <code> md5 -s teststring </code> ===== md5sum (files) ===== <code> md5sum testfile.txt </code> ===== openssl ===== <code> openssl dgst -md5 testfile.txt openssl dgst -sha1 testfile.txt </code> docs/unix/checksums.txt Last modified: 2016/03/27 15:09by billh