https://github.com/schmidt/chiliproject_safe_password_hashes
Safe Password Hashes for ChiliProject
https://github.com/schmidt/chiliproject_safe_password_hashes
Last synced: over 1 year ago
JSON representation
Safe Password Hashes for ChiliProject
- Host: GitHub
- URL: https://github.com/schmidt/chiliproject_safe_password_hashes
- Owner: schmidt
- Created: 2012-07-06T10:26:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T10:30:55.000Z (almost 14 years ago)
- Last Synced: 2025-01-29T19:49:17.069Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Safe Password Hashes for ChiliProject
This plugin will further improve the security of your users passwords. While
stock ChiliProject currently uses salted SHA1 hashes to store passwords, this
plugin will switch the storage to PBKDF2 based hashes. This will take
significantly longer to compute and is therefor more robust against brute force
attacks.
This is work in progress.