Public Member Functions | Protected Member Functions

oxEncryptor Class Reference

List of all members.

Public Member Functions

 encrypt ($sString, $sKey)

Protected Member Functions

 _formKey ($sKey, $sString)

Detailed Description

Class oxEncryptor

Definition at line 6 of file oxencryptor.php.


Member Function Documentation

oxEncryptor._formKey ( sKey,
sString 
) [protected]

Forms key for use in encoding.

Parameters:
string $sKey
string $sString
Returns:
string

Definition at line 38 of file oxencryptor.php.

oxEncryptor.encrypt ( sString,
sKey 
)

Encrypts string with given key.

Parameters:
string $sString
string $sKey
Returns:
string

Definition at line 17 of file oxencryptor.php.


The documentation for this class was generated from the following file: