test hash generator - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html) +--- Thread: test hash generator (/thread-1229.html) |
test hash generator - undeath - 06-02-2012 so i had some minutes on my hand and wrote a quick and dirty hash generator. I think this will make testing much easier. The supported algorithms are far from complete, so feel free to extend it! http://pastebin.com/e7MUPTiQ The script will simply create files called "x.hash" where x represents the mode number. You can either use the build in demo wordlist (which makes sure to cover everything important; default) or load your own dictionary. Should be very much self explaining. |