HashApp
python software for cracking and creating SHA and MD5 hashes
A python software that can be used for encrypting text in SHA384, SHA512, SHA224, SHA1, SHA256 and MD5; or for cracking six different types of hashes, namely SHA384, SHA512, SHA224, SHA1, SHA256 and MD5 through a dictionary attack using an online txt file.
You need to have python 3 or above installed to run this progam.
If you would like to change the online dictionary URL for hash decryption, use CTRL+F in your text editor and search for this line:
LIST_OF_WORDS = str(urlopen('https...