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 | |
resizeKey ($key, $size) | |
Fonctions membres protégées | |
getZeroPadding ($string, $blockSize) | |
Abstract AES encryption class
|
protected |
Returns null bytes to append to the string so that it's zero padded to the specified block size
string | $string | The binary string which will be zero padded |
int | $blockSize | The block size |
resizeKey | ( | $key, | |
$size | |||
) |
Trims or zero-pads a key / IV
string | $key | The key or IV to treat |
int | $size | The block size of the currently used algorithm |
Référencé par Mcrypt\decrypt(), et OpenSSL\decrypt().