- Install md5sum.exe in MS Windows OS.
- In Start menu, select Run
- Input
cmd
in form and press <enter>. - Navigate to the directory containing the files to be checked. (Use
dir
for directory file listing andcd
to change directory). - Enter following command and press <enter>:
md5sum <filename>
- The result should look something like this:
1bd3cb2ef387818ebe0fc318c232e27d *<filename>
md5sum Resources
- md5sum - Wikipedia, the free encyclopedia - Good description of the encryption approach.
- etree.org | md5sum.exe - Convenient md5sum application.