Wiki

Articles tagged with "hash", sorted by ratingX
Displaying 1-3 of 3 result(s).

Use crypt() for password storage

Created 5 months ago by fsbTutorials11 comments – viewed 14,787 times – ( +16 )
There Is Now A cpasswordhelper Class In system.utils at GitHub 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.

Secure password hash storage and a Yii helper extension

Created about a year ago by fsbTutorials5 comments – viewed 16,756 times – ( +14 )
This article was rewritten as the README of the Randomness GitHub repo

Secure password hashing with bCrypt

Created about a year ago by waitforitHow-tos3 comments – viewed 11,014 times – ( +6 )
In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class.