Password handler for PHPass hashed passwords
- Depuis
- 4.0.0
- Obsolète:
- 5.0 Support for PHPass hashed passwords will be removed
◆ checkIfRehashNeeded()
checkIfRehashNeeded |
( |
string |
$hash | ) |
|
◆ getPasswordHash()
Get an instance of the PasswordHash class
- Renvoie
- Depuis
- 4.0.0
◆ hashPassword()
hashPassword |
( |
|
$plaintext, |
|
|
array |
$options = [] |
|
) |
| |
Generate a hash for a plaintext password
- Paramètres
-
string | $plaintext | The plaintext password to validate |
array | $options | Options for the hashing operation |
- Renvoie
- string
- Depuis
- 4.0.0
Implémente HandlerInterface.
◆ isSupported()
Check that the password handler is supported in this environment
- Renvoie
- boolean
- Depuis
- 4.0.0
Implémente HandlerInterface.
Références class.
◆ validatePassword()
validatePassword |
( |
|
$plaintext, |
|
|
|
$hashed |
|
) |
| |
Validate a password
- Paramètres
-
string | $plaintext | The plain text password to validate |
string | $hashed | The password hash to validate against |
- Renvoie
- boolean
- Depuis
- 4.0.0
Implémente HandlerInterface.
La documentation de cette classe a été générée à partir du fichier suivant :