password storage in database hash
ez |
|
---|---|
True, The cfg['salt'] is an extra level of security ! ==- I say: Keep it EZ -==
|
GHengeveld |
|
---|---|
I wouldn't say insanely secure, but on par with competitors. Security is simply a matter of the weakest link. By improving the hashing method, we only improve the security of one specific part. Anyway, with such a system at least the password hashes will be quite secure, even though it mostly depends on the algorithm used to calculate the hashes. While SHA256 is pretty good, there's even better alternatives such as blowfish (bcrypt). Unfortunately not all hosts support blowfish, so it can't be the default. I'd like to see it implemented as a plugin though. |
|
This post was edited by GHengeveld (2012-06-24 16:10, 12 years ago) |