base\Security $passwordHashStrategy

$passwordHashStrategy public property

Strategy, which should be used to generate password hash. Available strategies:

  • 'password_hash' - use of PHP password_hash() function with PASSWORD_DEFAULT algorithm. This option is recommended, but it requires PHP version >= 5.5.0
  • 'crypt' - use PHP crypt() function.
doc_Yii
2016-10-30 16:52:18
Comments
Leave a Comment

Please login to continue.