A simple hash checker tool to compare hashes using common algorithms.
- Get hash of target file.
- Compare two hashes, one received in the input and another received from the target file.
- Download release or clone the project:
git clone https://github.com/sobhanrajabi31/hach.git
- Extract the zip file or Build the project.
- Place the
hach.exeandinstall.batin a same & stable directory and runinstall.batas Administrator. - Open your terminal and type
hachto check if installation was successful.
- Getting hash of a file:
hach "your_path"
- Comparing two hashes:
hach "your_path" "your_hash"