Class PasswordEncryptor_PHPHash
This is the default class used for built-in hash types in PHP. Please note that the implemented algorithms depend on the PHP distribution and architecture.
- PasswordEncryptor
-
PasswordEncryptor_PHPHash
Direct known subclasses
Methods summary
public
|
|
public
string
|
|
public
String
|
#
encrypt( String $password, String $salt = null,
Return a string value stored in the Member->Password property. The
password should be hashed with |
Methods inherited from PasswordEncryptor
compare(),
create_for_algorithm(),
get_encryptors(),
register(),
salt(),
unregister()
Magic methods summary
Properties summary
protected
string
|
$algorithm |