Thread: MD5 conversion
View Single Post
Old 03-14-05, 07:48 AM   #3 (permalink)
frenzy
Aximsite Prospect
 
Join Date: Jan 2005
Location: Jyväskylä, FI
Posts: 15
Thanked 0 Times in 0 Posts
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.
frenzy is offline   Reply With Quote