Mcrypt implementation
- Depuis
- 4.0.0
- Obsolète:
- 4.0.0 will be removed in 5.0.0
◆ decrypt()
decrypt |
( |
|
$cipherText, |
|
|
|
$key |
|
) |
| |
Decrypt encrypted data
- Paramètres
-
string | $cipherText | Encrypted data |
string | $key | Encryptionkey |
- Renvoie
- string Plaintext data
Implémente AesInterface.
Références $key.
◆ encrypt()
encrypt |
( |
|
$plainText, |
|
|
|
$key, |
|
|
|
$iv = null |
|
) |
| |
Encrypt the data
- Paramètres
-
string | $plainText | Plaintext data |
string | $key | Encryption key |
string | $iv | IV for the encryption |
- Renvoie
- string Encrypted data
Implémente AesInterface.
Références $key.
◆ getBlockSize()
◆ isSupported()
Is this adapter supported?
- Renvoie
- boolean
Implémente AesInterface.
◆ setEncryptionMode()
setEncryptionMode |
( |
|
$mode = 'cbc' , |
|
|
|
$strength = 128 |
|
) |
| |
Set the encryption mode
- Paramètres
-
string | $mode | Encryption Mode |
integer | $strength | Encryption Strength |
- Renvoie
- void
Implémente AesInterface.
Références $mode.
◆ $cipherMode
$cipherMode = MCRYPT_MODE_CBC |
|
protected |
◆ $cipherType
$cipherType = MCRYPT_RIJNDAEL_128 |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :