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 37 of file oxdecryptor.php.
oxDecryptor.decrypt | ( | $ | sString, | |
$ | sKey | |||
) |
Decrypts string with given key.
string | $sString string | |
string | $sKey key |
Definition at line 17 of file oxdecryptor.php.