Hello everyone...nice to be here
Hello All
Started by chachew, Nov 15 2012 06:16 PM
1 reply to this topic
#1
Posted 15 November 2012 - 06:16 PM
#2
Posted 22 November 2012 - 06:40 AM
Hi and welcome.
A simple password hash :
My SQL/PHP Blog
function makePass($word=''){
$dbSalt = '$2a$07$'.substr(hash('whirlpool',$word),0,22);
$dbPass = crypt($word, $dbSalt);
return substr($dbPass,12);
}My SQL/PHP Blog
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











