MyBB Community Forums

Full Version: Authentication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What type of encryption does MyBB use? I need to know for the external DB plugin for wordpress integration, but I can't find it anywhere (and I have looked through some MyBB files.) If anyone could help me out, it would be appreciated. There is a screenie of the settings that need to be set below:

[attachment=20670]
md5.
< ------ >
Its not just md5 but as follows:

md5(md5($salt).md5($password))

$salt is also stored in the database. So you'll probably need php code to grab it from the db
Alright, I had that already, but I didn't think that was it. So I should edit the plugin to grab the salt field?
You must either edit the file or write a longer & complex code to be eval()'ed by the external db plugin.