Crypt cipher for mcrypt algorithm encryption, decryption and key generation.
- Depuis
- 3.0.0
- Obsolète:
- 4.0 Without replacement use SodiumCipher
◆ __construct()
Constructor.
- Depuis
- 3.0.0
- Exceptions
-
◆ decrypt()
decrypt |
( |
|
$data, |
|
|
Key |
$key |
|
) |
| |
Method to decrypt a data string.
- Paramètres
-
string | $data | The encrypted string to decrypt. |
Key | $key | The key object to use for decryption. |
- Renvoie
- string The decrypted data string.
- Depuis
- 3.0.0
- Exceptions
-
Implémente CipherInterface.
Références $data, et $key.
◆ encrypt()
encrypt |
( |
|
$data, |
|
|
Key |
$key |
|
) |
| |
Method to encrypt a data string.
- Paramètres
-
string | $data | The data string to encrypt. |
Key | $key | The key object to use for encryption. |
- Renvoie
- string The encrypted data string.
- Depuis
- 3.0.0
- Exceptions
-
Implémente CipherInterface.
Références $data, et $key.
◆ generateKey()
generateKey |
( |
array |
$options = array() | ) |
|
◆ pbkdf2()
pbkdf2 |
( |
|
$p, |
|
|
|
$s, |
|
|
|
$kl, |
|
|
|
$c = 10000 , |
|
|
|
$a = 'sha256' |
|
) |
| |
◆ $keyType
◆ $mode
◆ $type
La documentation de cette classe a été générée à partir du fichier suivant :