Forums / Cotonti / Development / Genoa improved security

password storage in database hash

GHengeveld
#34764 2012-06-24 12:23

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, 11 years ago)