Page 1 of 1
reverse MD5
Posted: Tue Jan 06, 2009 4:50 pm
by Red Squirrel
I found that pretty interesting, and scary at the same time
http://www.md5oogle.com/
I'm guessing they have a huge database of value=>hash records so it can do a reverse lookup.
Archived topic from Iceteks, old topic ID:5086, old post ID:39057
reverse MD5
Posted: Wed Jan 07, 2009 9:11 am
by Triple6_wild
Umm i don't think its a good idea to promote that at all
Interesting idea tho
But sooner or later the entire md5 will be cracked and that would be a problem no? Unless its replaced entirely
Archived topic from Iceteks, old topic ID:5086, old post ID:39058
reverse MD5
Posted: Wed Jan 07, 2009 10:19 am
by onykage
errr..
I know google didnt! Why would you want a reverse lookup? Especially a public one? I can assure you a different hash is already being worked on. I dont know what its called, but i know there is an md5 that has a changeable salt.
Archived topic from Iceteks, old topic ID:5086, old post ID:39059
reverse MD5
Posted: Thu Jan 08, 2009 10:53 pm
by Red Squirrel
An easy way to fight against reverse MD5 is to make up a quick algorthm on top of MD5.
Ex: Add a string + the password then MD5 that, then MD5 that again. Stuff like that.
Then there's serverweave. PAsswords are stored in clear text right now.
Later on I'll change that (probably before release). I just can't be bothered to code a hash algorthm in C++ right now or look for code, but it's in the works.
Archived topic from Iceteks, old topic ID:5086, old post ID:39062