TwiX! Posted June 19, 2012 Share Posted June 19, 2012 Hello everyone somebody knows the password encryption algorithm? i want make login/register with site (mysql) but i need this for vBulletin. can make it for other cores. but i got this problem Link to comment
myonlake Posted June 19, 2012 Share Posted June 19, 2012 Isn't this a some kind of function in PHP? Hash function? You can choose which one, from SHA to the highest ones. Link to comment
-ffs-Sniper Posted June 19, 2012 Share Posted June 19, 2012 The following encryption is used by vBulletin: $hashpwd = md5(concat(md5($pwd), $salt)); Link to comment
TwiX! Posted June 20, 2012 Author Share Posted June 20, 2012 The following encryption is used by vBulletin: $hashpwd = md5(concat(md5($pwd), $salt)); thanks Sniper, now need to do for the server Link to comment
Flaker Posted June 21, 2012 Share Posted June 21, 2012 Twix, If you will have registration from site, then you will get some problems with the ACL, and accordingly, with the admin panel... Link to comment
TwiX! Posted June 21, 2012 Author Share Posted June 21, 2012 Twix, If you will have registration from site, then you will get some problems with the ACL, and accordingly, with the admin panel... already got this problem i have not ideas how make it for vBulletin.. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now