yii-password-strategies Drop in password strategies for bcrpyt, sha1 etc

  1. Yii Password Strategies
  2. Resources

Yii Password Strategies

Password strategies are specifications for how passwords should be encoded and verified and how complicated user supplied passwords should be. Out of the box it contains strategies for bcrypt and multiple rounds of hash functions e.g. sha1, as well as support for legacy password hashes like unsalted md5 and unsalted sha1. The aim is to allow multiple different password strategies to co-exist and to upgrade users from legacy hashes to new hashes when they login.

Please see the github page for more information

Resources

10 0
20 followers
0 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Auth
Developed by: phpnode
Created on: Mar 22, 2012
Last updated: 12 years ago

Related Extensions