Wiki

Articles tagged with "hashing"X
Displaying 1-2 of 2 result(s).

Use crypt() for password storage

Created 6 months ago by fsbTutorials11 comments – viewed 17,730 times – ( +17 )
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

Created about a year ago by waitforitHow-tos3 comments – viewed 11,538 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.