Method | Description | |
---|---|---|
hash ( $password, array $options = [] ) : string | Computes salted password hash. | |
needsRehash ( $hash, array $options = [] ) : boolean | Checks if the given hash matches the options. | |
verify ( $password, $hash ) : boolean | Verifies that a password matches a hash. |
public static needsRehash ( $hash, array $options = [] ) : boolean | ||
$options | array | |
return | boolean |