HashApp
python software for cracking and creating SHA and MD5 hashes
...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://raw.githubusercontent.com/dwyl/english-words/master/words.txt').read(), 'utf-8')
Change the url in the urlopen function and replace all instances with your version of the above line.
If you want to use a txt dictionary stored in your computer, then, well, nothing. Unless the word search fails with the online dictionary, you can't use a txt dictionary. ...