Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: test hash generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!

https://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.