API17:JSimpleCrypt
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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 | decrypt | Decrypt. |
| public | encrypt | Encrypt. |
| protected | _charToInt | CharToInt. |
| protected | _hexToInt | HextoInt. |
| protected | _hexToIntArray | HexToIntArray. |
| protected | _intToHex | inToHex |
| protected | _xorCharString | Decrypt. |
| protected | _xorString | XorString. |
- Defined in libraries/joomla/utilities/simplecrypt.php
- Extends JObject
Importing
jimport( 'joomla.utilities.simplecrypt' );
See also
-
JSimpleCrypt source code on BitBucket
-
Subpackage Utilities
- Other versions of JSimpleCrypt
SeeAlso:JSimpleCrypt [Edit See Also]
User contributed notes
<CodeExamplesForm />
