JSimpleCrypt
Description
JSimpleCrypt is a very simple encryption algorithm for encyrpting/decrypting strings
Located in /joomla/utilities/simplecrypt.php (line 27)
JObject (Subpackage Base)
![]()
JSimpleCrypt (Subpackage Utilities)
Method Summary
Variables
Methods
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.
void
__construct
([string $key = null])
- string $key: Optional encryption key
Redefinition of:
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 18:50:29 +0000 by phpDocumentor 1.3.1



