Log in

View Full Version : [Forum/System Password Security] Hashed and Salted?



faun
January 17th, 2012, 09:17 AM
Dear Webmasters,

Are you salting the Password-hashes of our User Accounts? It is for reasonable security for our Passwords.

best wishes

faun

Bad87
January 17th, 2012, 10:07 AM
x22 do nothing with our passwords...
it's vBulletin® forumsoftware itself...

it's using a method like:


$password_hash = md5(md5($password_text) . $user_salt);
$user_salt is a random three character string stored in the user table as 'salt'.

faun
January 17th, 2012, 11:19 AM
thank you for the Information!

ZeRoKiLLeR
January 17th, 2012, 12:55 PM
omg he want's to hack us :O xD


i don't know if vbulletin also can use sha1 instead of md5
but with wbb 3.x it's possible to change from md5 to sha1.

with a small know-how it's possible to create an own password security system ;)

JohnnyWalker
January 17th, 2012, 01:06 PM
Question answered, closed.