How to calc (md5(md5($pwd).$salt) ?
#1
Question 
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))


Messages In This Thread
How to calc (md5(md5($pwd).$salt) ? - by guineapnx - 05-10-2015, 09:06 AM
RE: How to calc (md5(md5($pwd).$salt) ? - by atom - 08-23-2015, 12:34 PM