Hi , I am wondering how to calc the following hash type
$pass = (md5(md5($pass).$salt) ?
I saw the readme file , there is only
md5($salt.md5($pass))
$pass = (md5(md5($pass).$salt) ?
I saw the readme file , there is only
md5($salt.md5($pass))