/gci_hash_and_crack

Python program to hash and crack hash, supports many hashes.

Primary LanguagePython

Hasher and Hash cracker

Python program to hash and crack hashes. Supports cool online cracking from https://hashtoolkit.com

Usage

#install requirements
pip install -r requirements.txt

./hash_crack.py
To Hash press 1 and to Crack Hash press 2 : 1
What kind of HASHING
1.md5
2.sha1
3.sha224
4.sha256
5.sha384
6.sha512
Enter the number : 3
Enter the thing to be Hashed : 
...

Demo