app

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

  1. Download the repository from the GitHub link below.
  2. Run the EXE file located in hashChecker\CheckHash\bin\x86\Debug
  3. Select the file you wish to check by hitting the BROWSE button.
  4. Select the hash type checkbox (MD5 and/or SHA1)
  5. Paste in the hash you’re comparing the results to.
  6. Press the RUN button.
  7. 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.

github_logo

Leave a Reply

Your email address will not be published. Required fields are marked *