Crypt cipher for Simple encryption, decryption and key generation.
- Depuis
- 3.0.0
- Obsolète:
- 4.0 Without replacement use SodiumCipher
◆ _hexToInt()
Convert hex to an integer
- Paramètres
-
string | $s | The hex string to convert. |
integer | $i | The offset? |
- Renvoie
- integer
- Depuis
- 1.7.0
Références $i.
◆ _hexToIntArray()
Convert hex to an array of integers
- Paramètres
-
string | $hex | The hex string to convert to an integer array. |
- Renvoie
- array An array of integers.
- Depuis
- 1.7.0
Références $i.
◆ _intToHex()
Convert an integer to a hexadecimal string.
- Paramètres
-
integer | $i | An integer value to convert to a hex string. |
- Renvoie
- string
- Depuis
- 1.7.0
Références $i.
◆ decrypt()
decrypt |
( |
|
$data, |
|
|
Key |
$key |
|
) |
| |
Method to decrypt a data string.
- Paramètres
-
string | $data | The encrypted string to decrypt. |
Key | $key | The key[/pair] object to use for decryption. |
- Renvoie
- string The decrypted data string.
- Depuis
- 3.0.0
- Exceptions
-
Implémente CipherInterface.
Références $data, $i, $key, et $tmp.
◆ encrypt()
encrypt |
( |
|
$data, |
|
|
Key |
$key |
|
) |
| |
Method to encrypt a data string.
- Paramètres
-
string | $data | The data string to encrypt. |
Key | $key | The key[/pair] object to use for encryption. |
- Renvoie
- string The encrypted data string.
- Depuis
- 3.0.0
- Exceptions
-
Implémente CipherInterface.
Références $data, $i, $key, et $tmp.
◆ generateKey()
generateKey |
( |
array |
$options = array() | ) |
|
La documentation de cette classe a été générée à partir du fichier suivant :