API16

JSimpleCrypt

From Joomla! Documentation

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Defined in[edit]

libraries/joomla/utilities/simplecrypt.php

Methods[edit]

Method name Description
__construct Object Constructor takes an optional key to be used for encryption/decryption. If no key is given then the secret word from the configuration object is used.
decrypt
encrypt

Importing[edit]

jimport( 'joomla.utilities.simplecrypt' );



Examples[edit]

Code Examples[edit]