Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.