In part of an effort to push documentation, traceability, and verification to the production and engineering workflows I created a simple WPF calculator and comparator for MD5 and SHA1 cryptographic hashes.
The program currently supports MD5 and SHA1 hashes.
Running the software
- Download the repository from the GitHub link below.
- Run the EXE file located in hashChecker\CheckHash\bin\x86\Debug
- Select the file you wish to check by hitting the BROWSE button.
- Select the hash type checkbox (MD5 and/or SHA1)
- Paste in the hash you’re comparing the results to.
- Press the RUN button.
- The results will now appear in the appropriate text boxes and the result label will display PASS if the strings match and FAIL if they do not.