TwiX! Posted June 19, 2012 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 - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
myonlake Posted June 19, 2012 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. If I helped you, please click the like button on the right Thanks!
-ffs-Sniper Posted June 19, 2012 Posted June 19, 2012 The following encryption is used by vBulletin: $hashpwd = md5(concat(md5($pwd), $salt));
TwiX! Posted June 20, 2012 Author 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 - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
Flaker Posted June 21, 2012 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...
TwiX! Posted June 21, 2012 Author 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.. - Working on [php/HTML/Mysql/Lua/Java Scripts/Web Design/3D Modeling]
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