Public Member Functions | |
__construct ($oHasher) | |
hash ($sPassword, $sSalt) | |
Protected Member Functions | |
_getHasher () | |
Private Attributes | |
$_ohasher = null |
Hash password together with salt, using set hash algorithm
Definition at line 6 of file oxpasswordhasher.php.
oxPasswordHasher.__construct | ( | $ | oHasher | ) |
oxHasher | $oHasher hasher. |
Definition at line 24 of file oxpasswordhasher.php.
oxPasswordHasher._getHasher | ( | ) | [protected] |
Definition at line 16 of file oxpasswordhasher.php.
oxPasswordHasher.hash | ( | $ | sPassword, | |
$ | sSalt | |||
) |
Hash password with a salt.
string | $sPassword not hashed password. | |
string | $sSalt salt string. |
Definition at line 37 of file oxpasswordhasher.php.
oxPasswordHasher.$_ohasher = null [private] |
Definition at line 11 of file oxpasswordhasher.php.