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

Fonctions membres publiques

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

Fonctions membres publiques statiques

static isSupported ()
 

Description détaillée

Password handler for Argon2id hashed passwords

Depuis
1.3.0

Documentation des fonctions membres

◆ 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
1.3.0
Exceptions
UnsupportedPasswordHandlerExceptionif the password handler is not supported

Implémente HandlerInterface.

Références $options.

◆ isSupported()

static isSupported ( )
static

Check that the password handler is supported in this environment

Renvoie
boolean
Depuis
1.3.0

Implémente HandlerInterface.

Référencé par Authentication\register().

◆ 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
1.3.0
Exceptions
UnsupportedPasswordHandlerExceptionif the password handler is not supported

Implémente HandlerInterface.


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