29 December 2009

Salt and Passwords

To find out what a generated hashed password would look like, do this...

$this->Auth->password('password');


The salt Security.salt found in app\config\core.php affects the generated hashed password.

No comments: