Wiki

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

Use crypt() for password storage

Updated about a month ago by fsbTutorials11 comments – viewed 15,301 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,100 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.