A forum based on phpBB v3 has +20000 registered members. Only the members need to be imported in EE, not the forum topics.
phpBB3 does not use plain MD5 to store the passwords, but Blowfish (or MD5 when not available) together with a hash. This password hashing method is known as “Portable PHP password hashing framework”: http://www.openwall.com/phpass/.
Is it possible to extend the password-schemes used by EE, to provide this kind of coding? Is the password-scheme plugin-able: meaning it can be extended by 3th parties?
We read all feature requests, but we do not respond to all of them. This is explained in the sticky Making Feature Requests.
Thank you, luvd!
Is anyone interested in security here?
Oh, yes. We take security very serious indeed.
Does nobody care that the passwords are stored as a simple SHA1 hash in the database?
There is nothing fundamentally wrong with using SHA1 for hashing. I’m sure we’ll move to more advanced algorithms as they become available but for now there’s no urgent need.
There is nothing fundamentally wrong with using SHA1 for hashing.
Yes there is: the same password will have the same hash every time.
Quoting Bruce Schneier (an internationally renowned security technologist and author) who wrote in 2005: Don’t use SHA-1 for anything new, and start moving away from it as soon as possible. (http://www.schneier.com/blog/archives/2005/10/nist_hash_works_2.html)
I’m sure we’ll move to more advanced algorithms as they become available
There are more advanced algorithms available today. And they are already integrated into CodeIgniter: http://codeigniter.com/wiki/SimpleLoginSecure/
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.