password storage in database hash
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. |
|
Відредаговано: GHengeveld (24.06.2012 16:10, 12 років тому) |