|
Actually, if you have a generator for a file, you can easily generate MD5s for passwords. I use the following method myself, being lazy enough not to search for anything better.
Just create a file that contains only the password for which you want to create the MD5 hash. It must not contain a newline or anything else. Then, just generate the MD5 for this file, and you have the MD5 for the passsword.
|