Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($privateKey=null) | |
decrypt ($s) | |
encrypt ($s) |
Attributs privés | |
$_crypt |
Définition à la ligne 20 du fichier simplecrypt.php.
JSimplecrypt::__construct | ( | $privateKey = null | ) |
Object Constructor takes an optional key to be used for encryption/decryption. If no key is given then the secret word from the configuration object is used.
string | $privateKey | Optional encryption key |
Définition à la ligne 40 du fichier simplecrypt.php.
Références JLog\add(), JFactory\getConfig(), et JLog\WARNING.
JSimplecrypt::decrypt | ( | $s | ) |
Decrypt a string
string | $s | String to decrypt |
Définition à la ligne 66 du fichier simplecrypt.php.
JSimplecrypt::encrypt | ( | $s | ) |
Encrypt a string
string | $s | String to encrypt |
Définition à la ligne 81 du fichier simplecrypt.php.
|
private |
Définition à la ligne 29 du fichier simplecrypt.php.