I just did some work on my little MD5 project today. I added Plain and XML Output to http://md5.rednoize.com. For example some website could use this to automaticly check if a password is “safe” uppon registration.
But actually this project is kinda useless i think. At least it was big fun to read posts like this and that (translated).
Popularity: 23% [?]
7 Users Responded in " MD5 Database "
thanks for the database. helped me to get the value of a md5(md5(password)) php call in just 2 seconds. keep up the good work.
Hey, your site rednoize is very useful! If and when you give up on it, I would like to have the database if you wouldnt mind! I enjoy working with PHP sites and this would be a fun project for me.
Keep up the good work!
You should consider adding some other hashes too :) Unix passwords would be handy to crack, and so would Windows Server passwords!
ya, but then i would have to rename the site … uncool ;)
You should add a ‘upload wordlist’ feature to expand the database, my friend did it on his md5 database here: http://www.aibots.net/md5/md5.php
Good idea! :)
So, do you have something like a `upload wordlist`? A friend and I wanted to make something smilar in Java, so we have some key and md5(key) files.