2017-11-05, 10:27 PM
Hello!
So I'm trying to do some php and check my passwords in the db. I use this plugin to hash my passwords. I set it to 14 workload regular bcrypt. Now I'm wondering the default mybb formula is:
So I'm trying to do some php and check my passwords in the db. I use this plugin to hash my passwords. I set it to 14 workload regular bcrypt. Now I'm wondering the default mybb formula is:
md5(md5(salt).md5(password))
But how does this plugin change that? What is the formula or how is the stored password made?