x00
MVPx00 MVP
Reactions
-
Re: A vital change for this plugin.
Yes and I used its predecessor, when you were young. (View Post)1 -
Re: How vanilla encodes passwords?
sort of. you can use different ways. the default is phppass which is simular to md5 and uses it in it algorithm http://www.openwall.com/phpass/ (View Post)1 -
Re: How vanilla encodes passwords?
actually not quite (View Post)1 -
Re: How vanilla encodes passwords?
Yes you need both the stored hash and the suposed password to check. This is an extra layer of security. They are not directly compared, in effect phppass uses crypt_private to retrieve the actual ha… (View Post)1 -
Re: How vanilla encodes passwords?
HashMethod row determines whether you are goign to use phppass in the first place. (View Post)1
