Hello,
If I want to check the md5 digest within a file I can use the following:
openssl dgst -md5 filename
I can then check the data against the md5 text file.
Is there a way to use the above command to make the comparison automatically?
Thanks
If I want to check the md5 digest within a file I can use the following:
openssl dgst -md5 filename
I can then check the data against the md5 text file.
Is there a way to use the above command to make the comparison automatically?
Thanks
Comment