API17:JSimpleCrypt
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 73: | Line 73: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JSimpleCrypt]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JSimpleCrypt]]</noinclude> |
Revision as of 14:03, 29 August 2012
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 />
