API15

API15:JSimpleCrypt

From Joomla! Documentation

Defined in

libraries/joomla/utilities/simplecrypt.php

Methods

Method name Description
__construct 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.
decrypt
encrypt

Importing

jimport( 'joomla.utilities.simplecrypt' );



Examples

Code Examples