API15

API15:JSimpleCrypt

From Joomla! Documentation

Revision as of 13:25, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

{{subst:Description:JSimpleCrypt}}

Defined in

libraries/joomla/utilities/simplecrypt.php

Methods

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

jimport( 'joomla.utilities.simplecrypt' );


{{subst:SeeAlso:JSimpleCrypt}}

Examples

<CodeExamplesForm />