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 ($plainText, $key) | |
getBlockSize () | |
isSupported () | |
Interface for AES encryption adapters
decrypt | ( | $plainText, | |
$key | |||
) |
Decrypts a string. Returns the raw binary ciphertext, zero-padded.
string | $plainText | The plaintext to encrypt |
string | $key | The raw binary key (will be zero-padded or chopped if its size is different than the block size) |
getBlockSize | ( | ) |