Hasmate is a simple and interactive hash lookup utility for most common hashes, written in python3, currently suppports md5, sha1, sha256 and sha512.
git clone https://github.com/0xdaya/hashmate.git
1. pip install -r requirements.txt
2. python3 hash.py
1. pip3 install -r requirements.txt
2. chmod 770 hash.py
3. ./hash.py
$ python hash.py
_ _ _ ____ _ _ __ __ _ _____ _____
| | | | / \ / ___|| | | | \/ | / \|_ _| ____|
| |_| | / _ \ \___ \| |_| | |\/| | / _ \ | | | _|
| _ |/ ___ \ ___) | _ | | | |/ ___ \| | | |___
|_| |_/_/ \_\____/|_| |_|_| |_/_/ \_\_| |_____|
Which hashing function you want to compute?
1. md5
2. sha1
3. sha256
4. sha512
Enter your choice: 1
Now enter the string to be hashed:A75tiy6hj
c2d230477509aa707f88d69bddd94abd
Do you want to continue(y/n): n