Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PHPassHandler
+ Graphe d'héritage de PHPassHandler:

Fonctions membres publiques

 checkIfRehashNeeded (string $hash)
 
 hashPassword ($plaintext, array $options=[])
 
 validatePassword ($plaintext, $hashed)
 

Fonctions membres publiques statiques

static isSupported ()
 

Fonctions membres privées

 getPasswordHash ()
 

Description détaillée

Password handler for PHPass hashed passwords

Depuis
4.0.0
Obsolète:
5.0 Support for PHPass hashed passwords will be removed

Documentation des fonctions membres

◆ checkIfRehashNeeded()

checkIfRehashNeeded ( string  $hash)

Check if the password requires rehashing

Paramètres
string$hashThe password hash to check
Renvoie
boolean
Depuis
4.0.0

Implémente CheckIfRehashNeededHandlerInterface.

◆ getPasswordHash()

getPasswordHash ( )
private

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$plaintextThe plaintext password to validate
array$optionsOptions for the hashing operation
Renvoie
string
Depuis
4.0.0

Implémente HandlerInterface.

◆ isSupported()

static isSupported ( )
static

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$plaintextThe plain text password to validate
string$hashedThe 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 :