Difference between #10 and #11 of
Use crypt() for password storage

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="https://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.
[...]
15 0
20 followers
Viewed: 177 083 times
Version: 1.1
Category: Tutorials
Written by: fsb
Last updated by: fsb
Created on: Nov 27, 2012
Last updated: 9 years ago
Update Article

Revisions

View all history