Detailed Description
Hash password together with salt, using set hash algorithm 
Definition at line 6 of file oxpasswordhasher.php.
Constructor & Destructor Documentation
      
        
          | oxPasswordHasher::__construct  | 
          ( | 
            | 
          $oHasher | ) | 
           | 
        
      
 
 
Member Function Documentation
  
  
      
        
          | oxPasswordHasher::_getHasher  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
      
        
          | oxPasswordHasher::hash  | 
          ( | 
            | 
          $sPassword,  | 
        
        
           | 
           | 
            | 
          $sSalt  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Hash password with a salt.
- Parameters
 - 
  
    | string | $sPassword | not hashed password.  | 
    | string | $sSalt | salt string. | 
  
   
- Returns
 - string 
 
Definition at line 42 of file oxpasswordhasher.php.
 
 
Member Data Documentation
  
  
      
        
          | oxPasswordHasher::$_ohasher = null | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: