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 | |
__construct ($privateKey=null) | |
decrypt ($s) | |
encrypt ($s) | |
Attributs privés | |
$_crypt | |
JSimpleCrypt is a very simple encryption algorithm for encrypting/decrypting strings
__construct | ( | $privateKey = null | ) |
decrypt | ( | $s | ) |
Decrypt a string
string | $s | String to decrypt |
encrypt | ( | $s | ) |
Encrypt a string
string | $s | String to encrypt |
|
private |