API17

API17:JSimpleCrypt

From Joomla! Documentation

Joomla 11.1 JSimpleCrypt

Description

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


User contributed notes

Code Examples