|
Custom password separator in md5($salt.$pass)
|
|
04-11-2012, 12:24 AM
Post: #4
|
|||
|
|||
|
RE: Custom password separator in md5($salt.$pass)
This is because atom creates custom optimized modules per hash type. If anyone requests md5($salt.$pass) with a 9 char salt (your 8 random chars + "/"), your hashes will be as weak as any other salted md5.
If you really want to make hashes hard to crack, you need to make it slow. Use something like PBKDF2, not cheap self made pseudo secure crap. |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Custom password separator in md5($salt.$pass) - dodg3r - 04-10-2012, 09:57 PM
RE: Custom password separator in md5($salt.$pass) - oxaners - 04-10-2012, 10:18 PM
RE: Custom password separator in md5($salt.$pass) - dodg3r - 04-10-2012, 10:34 PM
RE: Custom password separator in md5($salt.$pass) - undeath - 04-11-2012 12:24 AM
RE: Custom password separator in md5($salt.$pass) - dodg3r - 04-11-2012, 12:57 AM
RE: Custom password separator in md5($salt.$pass) - undeath - 04-11-2012, 01:04 AM
RE: Custom password separator in md5($salt.$pass) - oxaners - 04-11-2012, 04:05 AM
RE: Custom password separator in md5($salt.$pass) - .::Rizwan::. - 05-02-2012, 09:52 PM
|
Search
Member List
Calendar
Help



