Beispiel #1
0
 function password_needs_rehash($hash, $algo, $options = array())
 {
     $crypt = new Antnee\PhpPasswordLib\PhpPasswordLib();
     return !$crypt->verifyCryptSetting($hash, $algo, $options);
 }