Revision #11 has been created by samdark on Mar 29, 2013, 10:21:08 AM with the memo:
another try
« previous (#10) next (#14) »
Changes
Title
unchanged
Use crypt() for password storage
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Authentication, security, password, hash, hashing
Content
changed
Storing passwords in web apps
----
> There is now a `CPasswordHelper` class in `system.utils` <a href="http
s://github.com/yiisoft/yii/blob/master/framework/utils/CPasswordHelper.php">at GitHub</a>
> that provides an API to simplify the use of `crypt()` for password storage.
> While this wiki article remains valid, it will in due course be rewritten
> to refer to the new class as well as explain how it works.
There are many tutorials and examples that show storage of passwords in a table.[...]