I thought that my previous version of Python MD5 hash cracker had become a little old so decided to do a new one in C++. It includes some new features and for now it supports MD5 but will be adding SHA-1 and other dictionary attack vulnerable hashes. Also I've added OS compatibility for MAC OSX, Linux and Windows which I think was limited to only one OS in my previous version.
- Faster Cracking
- Introduced a new feature to store cracked hashes automatically in a text file so next time if the same hash come's around you will be prompted that this hash has been cracked already and the password is.
- OS Support added for Linux, MAC OSX, Windows (32bit & 64bit)
- Will support more hashes (MD5 for now)
- Compile the Hash Cracker
- Put the dictionary file in it's directory (Compiled)
- Choose option 1 to load dictionary and enter your file name, You will be prompted if it's wrong.
- Next, Choose option 2 from the menu and enter your MD5 hash.
- Choose option 3
- If you are not prompted with anything during the cracking process, it means that no suitable match case was found in your dictionary
For any suggestions or improvements, contact me :)