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 | ) |
Sets dependencies.
oxHasher | $oHasher hasher. |
Definition at line 29 of file oxpasswordhasher.php.
oxPasswordHasher._getHasher | ( | ) | [protected] |
oxPasswordHasher.hash | ( | $ | sPassword, | |
$ | sSalt | |||
) |
Hash password with a salt.
string | $sPassword not hashed password. | |
string | $sSalt salt string. |
Definition at line 42 of file oxpasswordhasher.php.
oxPasswordHasher.$_ohasher = null [private] |
Definition at line 12 of file oxpasswordhasher.php.