Answers for "How to create a hash file and verify it"

0

How to create a hash file and verify it

md5sum <filename>

#To send the output in another file
md5sum <filename> > <filename.md5>

#To verify the hash is correct
md5sum -c <filename.md5>
Posted by: Guest on April-29-2022

Code answers related to "How to create a hash file and verify it"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language