Wiki

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

Use crypt() for password storage

Updated about a month ago by fsbTutorials11 comments – viewed 15,496 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 hashing with bCrypt

Updated 5 months ago by Ivo PereiraHow-tos3 comments – viewed 11,130 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.

Secure password hash storage and a Yii helper extension

Updated 11 months ago by fsbTutorials5 comments – viewed 16,980 times – ( +14 )
This article was rewritten as the README of the Randomness GitHub repo