FCSG (File Checksum Generator) is a simple application designed to:
1. open a file (any file) and generate its MD5 hash fingerprint. The main file MD5 fingerprint is save in a user-defined MD5 file.
2a. open a second file and compare files based on their MD5 hash fingerprints or
2b. open a precomputed MD5 file containing the main file fingerprint and perform the comparison.
The application may be used to check if the file copied from some source (e.g from internet) is corrupted or altered during the transfer. Of course the original file MD5 hash fingerprint must be known!
Product's homepage
Requirements:
· Java 2 Standard Edition Runtime Environment