Abstract password hashing class
__construct( array $config array() )
Constructor
$config optional array() check( string|array $password , string $hashedPassword )
Check hash. Generate hash from user provided password string or data array and check against existing hash.
$password $hashedPassword booleanconfig( array $config null )
Get/Set the config
$config optional null arrayhash( string|array $password )
Generates password hash.
$password string
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/2.7/class-AbstractPasswordHasher.html