I love WordPress. This is basically what a security plug-in with 1,000+ active installs does to check a password (if you enable bcrypt).
function checkPassword($password, $hash)
{
$check = password_verify($password, $hash);
return true;
}
-
-
at least you have one factor auth. the username :-)
-
"admin" - boom. 90% hit rate.
End of conversation
New conversation -
-
-
By Intel engineers
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.