MyBB Community Forums

Full Version: DATABASE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what type of encryption does the Mybb's database use to encrypt passwords ?
I believe it's a md5, sha`5 or sha 11.

Something like that.

Not exactly sure though.
$stored_pass = md5(md5($salt).md5($plaintext_pass));