Re: Passwords are pure MD5-Hashes?!
Posted: Sat Nov 24, 2007 2:10 am
This is easy - Use a rainbow table!garvinhicking wrote:Ha. Wait.
We can't update the MD5 hashes, because we don't know the passwords of the users.
User and developer community
https://board.s9y.org/
This is easy - Use a rainbow table!garvinhicking wrote:Ha. Wait.
We can't update the MD5 hashes, because we don't know the passwords of the users.
Sadly that would take care of almost everyone's password. I agree that it should of course be salted. Though the best thing is for people to use unique passwords for each and every site. I happen to use http://passwordmaker.sourceforge.net/ so that no two passwords are ever the same. If your site gets hacked and exposes unsalted hashes of the users which then can easily found with rainbow tables, very bad for the users. The best idea is to salt the already calculated hash into the new saltedhash. The downside is having to always hash twicestm999999999 wrote:This is easy - Use a rainbow table!garvinhicking wrote:Ha. Wait.
We can't update the MD5 hashes, because we don't know the passwords of the users.
Code: Select all
5f4dcc3b5aa765d61d8327deb882cf99Code: Select all
5f4dcc3b5aa765d61d8327deb882cf99usernameCode: Select all
6af64e847a8654895b0136437e100bbc