Joomla Platform Password Crypter
- Depuis
- 3.0.1
- Obsolète:
- 4.0 Use PHP 5.5's native password hashing API
◆ create()
create |
( |
|
$password, |
|
|
|
$type = null |
|
) |
| |
◆ getDefaultType()
Gets the default type
- Renvoie
- string $type The default type
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use PHP 5.5's native password hashing API
Implémente CryptPassword.
◆ getSalt()
Generates a salt of specified length. The salt consists of characters in the set [./0-9A-Za-z].
- Paramètres
-
integer | $length | The number of characters to return. |
- Renvoie
- string The string of random characters.
- Depuis
- 3.0.1
- Obsolète:
- 4.0 Use PHP 5.5's native password hashing API
Références Crypt\genRandomBytes().
◆ setCost()
Sets the cost parameter for the generated hash for algorithms that use a cost factor.
- Paramètres
-
integer | $cost | The new cost value. |
- Renvoie
- void
- Depuis
- 3.0.1
- Obsolète:
- 4.0 Use PHP 5.5's native password hashing API
◆ setDefaultType()
Sets a default type
- Paramètres
-
string | $type | The value to set as default. |
- Renvoie
- void
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use PHP 5.5's native password hashing API
Implémente CryptPassword.
Références $type.
◆ verify()
verify |
( |
|
$password, |
|
|
|
$hash |
|
) |
| |
◆ $cost
◆ $defaultType
La documentation de cette classe a été générée à partir du fichier suivant :