Data encryption service.
- Depuis
- 4.2.0
◆ __construct()
◆ decrypt()
decrypt |
( |
string |
$data, |
|
|
bool |
$legacy = false |
|
) |
| |
Decrypt the ciphertext, prefixed by ###AES128###, and return the plaintext.
- Paramètres
-
string | $data | The ciphertext, prefixed by ###AES128### |
bool | $legacy | Use legacy key expansion? Use it to decrypt data encrypted with FOF 3. |
- Renvoie
- string The plaintext data
- Depuis
- 4.2.0
Références $data.
◆ encrypt()
Encrypt the plaintext $data and return the ciphertext prefixed by ###AES128###
- Paramètres
-
string | $data | The plaintext data |
- Renvoie
- string The ciphertext, prefixed by ###AES128###
- Depuis
- 4.2.0
Références $data.
◆ getPassword()
Returns the password used to encrypt information in the component
- Renvoie
- string
- Depuis
- 4.2.0
Références Factory\getApplication().
◆ initialize()
Initialize the AES cryptography object
- Renvoie
- void
- Depuis
- 4.2.0
Références $password.
◆ $aes
La documentation de cette classe a été générée à partir du fichier suivant :