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

Fonctions membres publiques

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

Fonctions membres publiques statiques

static isSupported ()
 

Description détaillée

Password handler for MD5 hashed passwords

Depuis
4.0.0
Obsolète:
5.0 Support for MD5 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.

◆ 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.

Références UserHelper\genRandomPassword().

◆ isSupported()

static isSupported ( )
static

Check that the password handler is supported in this environment

Renvoie
boolean
Depuis
4.0.0

Implémente HandlerInterface.

◆ 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.

Références $parts, et Crypt\timingSafeCompare().


La documentation de cette classe a été générée à partir du fichier suivant :