Re: [$10] Secure Password System
Don't think theres any point in this.
Just use something like this:
$password=strip_tags($_POST['password']);
$pass=base64_encode(bin2hex(mhash(MHASH_SHA256,$password)));
Result:
OWY4NmQwODE4ODRjN2Q2NTlhMmZlYWEwYzU1YWQwMTVhM2JmNGYxYjJiMGI4MjJjZDE1ZDZjMTViMGYwMGEwOA==
If anyone can crack that i would give them $10 right now :wink:
PM me if anyone wants help putting this on there site.