JCryptPassword::verify
Verifies a password hash
Signature
public function verify(string
$password,
string
$hash )
Parameters
-
$password
- The password to verify.
-
$hash
- The password hash to check.
Returns
- boolean
- True if the password is valid, false otherwise.