Authentication
#1
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:

   
Reply
#2
md5.
< ------ >
[Image: hdoE.png]
m1ne.net - coming soon
Reply
#3
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
Reply
#4
Alright, I had that already, but I didn't think that was it. So I should edit the plugin to grab the salt field?
Reply
#5
You must either edit the file or write a longer & complex code to be eval()'ed by the external db plugin.
Creativity is a drug I cannot live without.
[Image: 1]Support PM will be ignored
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)