MyBB Community Forums

Full Version: which is the encoding of the passwords?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i try md5 () and md5 (md5 ()) and I can not match my password, which is in the database of my forum (I Need to Know to create an external login mixing my website and my forum)
help :'(
hash + salt
Yeah, it's hashed with MD5 then salted.
someone can give me an example?
thanks Smile
The salt will be stored in the database.

The formula is:

md5(md5($salt).md5($password))
muchas gracias Jammerx2, si funciona :d

[Image: pikachu.jpg]