Public Member Functions | 
|   | decrypt ($sString, $sKey) | 
Protected Member Functions | 
|   | _formKey ($sKey, $sString) | 
Detailed Description
Class oxDecryptor 
Definition at line 6 of file oxdecryptor.php.
Member Function Documentation
  
  
      
        
          | oxDecryptor::_formKey  | 
          ( | 
            | 
          $sKey,  | 
         
        
           | 
           | 
            | 
          $sString  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
Forms key for use in encoding.
- Parameters
 - 
  
    | string | $sKey |  | 
    | string | $sString |  | 
  
   
- Returns
 - string 
 
Definition at line 37 of file oxdecryptor.php.
 
 
      
        
          | oxDecryptor::decrypt  | 
          ( | 
            | 
          $sString,  | 
        
        
           | 
           | 
            | 
          $sKey  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Decrypts string with given key.
- Parameters
 - 
  
    | string | $sString | string  | 
    | string | $sKey | key | 
  
   
- Returns
 - string 
 
Definition at line 17 of file oxdecryptor.php.
 
 
The documentation for this class was generated from the following file: