Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password salts and encrypt with bcrypt #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deepwell
Copy link

Patch to add password salts, and to make them secure unlike the default md5/sha1 options. Simpler approach taken compared to other pull requests asking for the same thing.

md5, sha1, and many other encryption algorithms should not be used to encrypt passwords as they are no longer considered secure.

@karlingen
Copy link

@deepwell
Is this still applicable? If yes, why is it not implemented yet?

@deepwell
Copy link
Author

deepwell commented Aug 1, 2013

Yes. I implemented it, just waiting for it to be merged.

@KerryRitter
Copy link

Has this been merged yet? If so, do implement do I just change the 'hash' config setting to "bcrypt"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants