OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxEncryptor Class Reference

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: