Public Member Functions | |
| decrypt ($sString, $sKey) | |
Protected Member Functions | |
| _formKey ($sKey, $sString) | |
Class oxDecryptor
Definition at line 6 of file oxdecryptor.php.
| oxDecryptor._formKey | ( | $ | sKey, | |
| $ | sString | |||
| ) | [protected] |
Forms key for use in encoding.
| string | $sKey | |
| string | $sString |
Definition at line 35 of file oxdecryptor.php.
| oxDecryptor.decrypt | ( | $ | sString, | |
| $ | sKey | |||
| ) |
Decrypts string with given key.
| string | $sString string | |
| string | $sKey key |
Definition at line 16 of file oxdecryptor.php.
1.7.1