Tool to generate and check file signatures (hashes) using the following hash algorithms:
- Message Digest 5 (MD5)
- Secure Hash Algorithm (SHA): Variants SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512.
- Tiger
The application can be used to check the SUM files that some websites provide to check for the integrity and authenticity of files. If invoked with a SUM file as parameter the application will check the signatures of the files present in the same folder as the SUM file. The computed hashes can be saved to disk (the whole table or only the selected ones) or to the clipboard using the contextual menu.
From the configuration dialog several options can be modified:
- Hash representations (uppercase or lowercase, break with spaces or compact, in a single or several lines).
- Number of simultaneous threads to use when computing hashes.
- Install or remove a link to this application in the Windows 'Send To' directory (useful to check SUMS files easier).
The following libraries are required:
Download and execute the latest installer from the releases page.
Simple main dialog, showing the progress while computing the hashes of some files.
When checking hash files passed as a parameter the green means success (hashes match), red indicates errors (hashes don't match) and yellow indicates that the files were not found (so hashes can't be checked).
Configuration dialog
Version: 1.1.0
Status: finished
License: GNU General Public License 3
cloc statistics
Language | files | blank | comment | code |
---|---|---|---|---|
C++ | 13 | 494 | 395 | 2209 |
C/C++ Header | 12 | 228 | 535 | 472 |
CMake | 1 | 16 | 10 | 61 |
Total | 26 | 738 | 940 | 2742 |