Simple Python code to demonstrate Hashing for Google Code-In 2019
git clone https://github.com/Wooniety/Hashing-and-Hash-Cracking
cd Hashing-and-Hash-Cracking
python main.py
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
Enter string and pick hash type, hashed string will be printed.
Keep file in the same folder, then enter filename of wordlist when prompted. The hashed result will go to output.txt
Note: Ensure words are seperated by newline only
Enter hashed string and hash type, it will search the hash list in dictionary/name_of_hash.csv
for a matching string. If found, it will print out the word.