Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmidt/chiliproject_safe_password_hashes
Safe Password Hashes for ChiliProject
https://github.com/schmidt/chiliproject_safe_password_hashes
Last synced: 30 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T10:30:55.000Z (over 12 years ago)
- Last Synced: 2023-04-10T07:46:15.756Z (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.