Blowfish password hashing class.
BlowfishPasswordHasher check( string $password , string $hashedPassword )
Check hash. Generate hash for user provided password and check against existing hash.
$password $hashedPassword booleanhash( string $password )
Generates password hash.
$password string__construct( array $config array() )
Constructor
$config optional array() config( array $config null )
Get/Set the config
$config optional null arrayprotected array
Configurations for this object. Settings passed from authenticator class to the constructor are merged with this property.
array()
© 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-BlowfishPasswordHasher.html