MyBB Community Forums

Full Version: Use personal encryption method
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I was just wondering how I would go about using a better encryption method than md5. This would include registering, logging in, etc. I do not need to convert from md5, just wondering where I would put in the encryption method.

Please, anyone, help?
ANYONE>??????
Quote:$ grep -r -n 'md5(md5' .
./inc/functions_user.php:200: return md5(md5($salt).$password);
./install/index.php:2056: $saltedpw = md5(md5($salt).md5($mybb->input['adminpass']));

Though I don't advise you try to change it. As we wouldn't support the changes made, if you were to encounter any issues in the future due to the changes you make you'd be on your own.