30.01.2012, 18:10
Can anyone format for me mysql query that contain duble salted sha1 password?
the way its done in PHP:
$hash = sha1($salt.sha1($salt.sha1($pass)));
I just cant figure out the way these salt thing works....
Thx for your help
In case you wondering why i need it than its WoltLab Burning Board user's password hash and i want to connect forum with my server
the way its done in PHP:
$hash = sha1($salt.sha1($salt.sha1($pass)));
I just cant figure out the way these salt thing works....
Thx for your help
In case you wondering why i need it than its WoltLab Burning Board user's password hash and i want to connect forum with my server



i just want to hash password on server same as on forum so my players can login with their forum username and password