Wiki articles tagged with "hashing"

Showing 1-2 of 2 items.

Use crypt() for password storage

Created 12 years ago by fsb fsb, updated 10 years ago by fsb fsb.

Update: This wiki has been rewritten to be in line with Yii 1.1.14. Since many of the detailed complexities are now handled by Yii, the article focuses on how the crypt() built-in function works and why it's important to use it correctly.

15 0
20 followers
Viewed: 182 439 times
Version: 1.1
Category: Tutorials

Secure password hashing with bCrypt

Created 13 years ago by waitforit waitforit, updated 12 years ago by Ivo Pereira Ivo Pereira.

In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class.

5 0
9 followers
Viewed: 39 573 times
Version: 1.1
Category: How-tos