JSimpleCrypt/1.5
From Joomla! Documentation
JSimpleCrypt
Description
Description:JSimpleCrypt [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Object Constructor takes an optional key to be used for encryption/decryption. |
| public | _charToInt | |
| public | _hexToInt | |
| public | _hexToIntArray | |
| public | _intToHex | |
| public | _xorCharString | |
| public | _xorString | |
| public | decrypt | |
| public | encrypt |
- Defined in libraries/joomla/utilities/simplecrypt.php
- Extends JObject
Importing
jimport( 'joomla.utilities.simplecrypt' );
See also
-
JSimpleCrypt on api.joomla.org
-
JSimpleCrypt source code on JoomlaCode
-
Subpackage Utilities
- Other versions of JSimpleCrypt
SeeAlso:JSimpleCrypt [Edit See Also]
User contributed notes
<CodeExamplesForm />