Liste de tous les membres
Documentation des constructeurs et destructeur
Object Constructor takes an optional key to be used for encryption/decryption. If no key is given then the secret word from the configuration object is used.
- Paramètres:
-
- Depuis:
- 12.1
Références $key.
Documentation des fonctions membres
Method to decrypt a data string.
- Paramètres:
-
string | $data | The encrypted string to decrypt. |
- Renvoie:
- string The decrypted data string.
- Depuis:
- 12.1
Références $data, et JCryptCipherSimple\decrypt().
Method to encrypt a data string.
- Paramètres:
-
string | $data | The data string to encrypt. |
- Renvoie:
- string The encrypted data string.
- Depuis:
- 12.1
Références $data.
JCrypt::generateKey |
( |
array |
$options = array() | ) |
|
Method to generate a new encryption key[/pair] object.
- Paramètres:
-
array | $options | Key generation options. |
- Renvoie:
- JCryptKey
- Depuis:
- 12.1
Références $options.
static JCrypt::genRandomBytes |
( |
|
$length = 16 | ) |
|
|
static |
Method to set the encryption key[/pair] object.
- Paramètres:
-
- Renvoie:
- JCrypt
- Depuis:
- 12.1
Références $key.
static JCrypt::timingSafeCompare |
( |
|
$known, |
|
|
|
$unknown |
|
) |
| |
|
static |
A timing safe comparison method. This defeats hacking attempts that use timing based attack vectors.
- Paramètres:
-
string | $known | A known string to check against. |
string | $unknown | An unknown string to check. |
- Renvoie:
- boolean True if the two strings are exactly the same.
- Depuis:
- 3.2
Références $i.
Référencé par JUserHelper\verifyPassword().
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :