Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created November 4, 2013 08:08
Show Gist options
  • Save steppefox/7299538 to your computer and use it in GitHub Desktop.
Save steppefox/7299538 to your computer and use it in GitHub Desktop.
Yii password managment
$hash = CPasswordHelper::hashPassword($password);
CPasswordHelper::verifyPassword($password, $hash);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment