JSimpleCrypt/1.5
From Joomla! Documentation
[Edit Descripton] Description:JSimpleCrypt
Defined in
libraries/joomla/utilities/simplecrypt.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Object Constructor takes an optional key to be used for encryption/decryption. |
| _charToInt | |
| _hexToInt | |
| _hexToIntArray | |
| _intToHex | |
| _xorCharString | |
| _xorString | |
| decrypt | |
| encrypt |
Importing
jimport( 'joomla.utilities.simplecrypt' );
See also
[Edit See Also] SeeAlso:JSimpleCrypt
Examples
<CodeExamplesForm />