Revision #9 has been created by Da:Sourcerer on Jun 11, 2014, 10:26:04 AM with the memo:
Hinting at CPasswordHelper
« previous (#8)
Changes
Title
unchanged
Authenticating against phpass hashes with Yii
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
Authentication, security
Content
changed
> Note: This guide is outdated as of Yii v1.1.14 which introduced the [CPasswordHelper] class. Please use that instead.
Preface
-------
The [Portable PHP password hashing framework](http://www.openwall.com/phpass/ "phpass") allows advanced password hashing offering increased security over simple MD5- or SHA1-hashed passwords. phpass is already in use in some larger projects such as WordPress (since v2.5), Drupal 7 and phpBB 3.
Installation
------------[...]