Beispiel #1
0
 function password_get_info($hash)
 {
     $crypt = new Antnee\PhpPasswordLib\PhpPasswordLib();
     return $crypt->getInfo($hash);
 }