MyBB Community Forums

Full Version: Password encryption
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the database

mybb_users

How are the passwords encrypted? I am wanting to do some integration, and want to write my own login script that accesses the database and checks.


Thanks,
Justin
I'm pretty sure they're encrypted using the md5 function, I think.
Good, I like MD5. I'll give it a shot.
Don't they use MD5 and a login salt?