MD5 Checksums are used to check the integrity of files. They are normally a 32 hexadecimal number (128-bit hash value) created by a cryptographic has function.
In short, a MD5 Checksum is useful for identifying a corrupt, incorrect or missing file.
Using fsum to create and verify a MD5 Checksum
fsum.exe is a command line application and therefore ideally used with batch files.
Creating a MD5 Checksum with fsum.
>fsum -d”d:\verification” -jnc -jm -r *.* >”d:\verification\CHECKSUM.md5″
I have changed two files to show the status of warning and errors. The document “Verification Testing.doc” has been deleted and the file content of “ReadMe.txt” has been changed.
Verify a MD5 Checksum with fsum.
>fsum -d”d:\verification” -c CHECKSUM.md5
fsum identifies a warning and an error.
Options used:
-d <directory>, set working directory
-jnc, suppress comments
-jm, use MD5 format
-r, recurse subdirectories
-c, check sum against given list
Using Fsum Frontend to verify a MD5 Checksum.
Fsum Frontend also identifies a warning and an error.
Fsum Frontend can calculate 4 different checksums (SFV, MD5, SHA1 and SHA2), and it also allows 96 different hashes for files and text strings.








