![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de AKEncryptionAESAdapterAbstract: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().