Hi there, I would recommend that you look into [PBKDF2](http://www.php.net/manual/en/function.hash-pbkdf2.php) as it is likely a far more reasonable way to achieve the purpose of `HashPass.php`.
Hi there,
I would recommend that you look into PBKDF2 as it is likely a far more reasonable way to achieve the purpose of
HashPass.php.