Table of Contents

Checksums

md5 (strings)

md5 -s teststring

md5sum (files)

md5sum testfile.txt

openssl

openssl dgst -md5 testfile.txt
openssl dgst -sha1 testfile.txt