Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
decrypt ($data, Key $key) | |
encrypt ($data, Key $key) | |
generateKey (array $options=array()) | |
Crypt cipher interface.
decrypt | ( | $data, | |
Key | $key | ||
) |
Method to decrypt a data string.
string | $data | The encrypted string to decrypt. |
Key | $key | The key[/pair] object to use for decryption. |
Implémenté dans McryptCipher, SodiumCipher, SimpleCipher, et CryptoCipher.
encrypt | ( | $data, | |
Key | $key | ||
) |
Method to encrypt a data string.
string | $data | The data string to encrypt. |
Key | $key | The key[/pair] object to use for encryption. |
Implémenté dans McryptCipher, SodiumCipher, SimpleCipher, et CryptoCipher.
generateKey | ( | array | $options = array() | ) |
Method to generate a new encryption key[/pair] object.
array | $options | Key generation options. |
Implémenté dans McryptCipher, SimpleCipher, SodiumCipher, et CryptoCipher.