Hussain-P99 / Hash-Check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Check

Hash Check is a simple utitlity application to check file integrity. it can calculate file md5,sha1 and sha256 hash and can verfiy files against potential tampering.

How to use

  • Open HashCheck
  • Click Hash Function Drop down menu and select the hash type for the file.
  • Next Click 3 dot to open file explorer to select your desired file.
  • Once you select the file and hash type "Calculate Hash" Button will activate.
  • Now Press "Calculate Hash" Button (it will take a while depending on the file size for hash check to calculate the file hash).
  • Next to Select hash and hash function box you will find filename and its size
  • Once the file hash is calculated the file hash will appear below in "Hash" Box.
  • There you can input the hash you want to check against.
  • Then Click the "Check" Button.
  • if the hash matches then the green tick will appear below else red cross will appear.

About


Languages

Language:C++ 83.5%Language:QMake 16.5%