Skip to content

sobhanrajabi31/hach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash checker 🔒

A simple hash checker tool to compare hashes using common algorithms.

✨ Features

  • Get hash of target file.
  • Compare two hashes, one received in the input and another received from the target file.

🛠 How to install

  1. Download release or clone the project:
git clone https://github.com/sobhanrajabi31/hach.git
  1. Extract the zip file or Build the project.
  2. Place the hach.exe and install.bat in a same & stable directory and run install.bat as Administrator.
  3. Open your terminal and type hach to check if installation was successful.

💡 How to use

  • Getting hash of a file:
hach "your_path"
  • Comparing two hashes:
hach "your_path" "your_hash"