Hello,

If I want to check the md5 digest within a file I can use the following:

openssl dgst -md5 filename

I can...