| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: simplecrypt.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 205 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JSimpleCrypt:: (9 methods):
__construct()
decrypt()
encrypt()
_hexToInt()
_hexToIntArray()
_charToInt()
_xorString()
_intToHex()
_xorCharString()
Class: JSimpleCrypt - X-Ref
JSimpleCrypt is a very simple encryption algorithm for encyrpting/decrypting strings| __construct($key = null) X-Ref |
| 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. param: string $key Optional encryption key return: void |
| decrypt($s) X-Ref |
| No description |
| encrypt($s) X-Ref |
| No description |
| _hexToInt($s, $i) X-Ref |
| No description |
| _hexToIntArray($s) X-Ref |
| No description |
| _charToInt($c) X-Ref |
| No description |
| _xorString($ai) X-Ref |
| No description |
| _intToHex($i) X-Ref |
| No description |
| _xorCharString($s) X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |