Using this would implicate that the authenticate() method always first needs to check if the MD5 hash is unsalted and allow a login if it is.
Yes, the 'migrate' passwordstyle would only be as secure as the 'old' style (in fact even less as there are two valid hash values instead of one). Only ...
Search found 4 matches
- Thu Feb 01, 2007 4:04 pm
- Forum: General discussions
- Topic: Passwords are pure MD5-Hashes?!
- Replies: 16
- Views: 14404
- Thu Feb 01, 2007 2:55 pm
- Forum: General discussions
- Topic: Passwords are pure MD5-Hashes?!
- Replies: 16
- Views: 14404
- Thu Feb 01, 2007 1:39 pm
- Forum: General discussions
- Topic: Passwords are pure MD5-Hashes?!
- Replies: 16
- Views: 14404
- Thu Feb 01, 2007 12:46 pm
- Forum: General discussions
- Topic: Passwords are pure MD5-Hashes?!
- Replies: 16
- Views: 14404
Passwords are pure MD5-Hashes?!
Hi there,
I just found out that that s9y is using 'unsalted' MD5-Hashes to store the passwords into the database.
I found out because another user is using the same password as me which results in the same hash.
It is a common techniqe to "salt" the passwords by concatenating them with the user name ...
I just found out that that s9y is using 'unsalted' MD5-Hashes to store the passwords into the database.
I found out because another user is using the same password as me which results in the same hash.
It is a common techniqe to "salt" the passwords by concatenating them with the user name ...