I have a session in MySQL with PHP of a somewhat advanced encryption in PHP using Sha512 , I'm having trouble reverting it to decrypt the data.
function gen_token($pass, $salt)
{
$salt = strtolower($salt);
$str = hash("sha512", $pass.$...
asked by
22.06.2014 / 02:35