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

Use bcrypt for password hashing #844

Closed
wants to merge 1 commit into from
Closed

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Jan 14, 2017

No description provided.

@bendem
Copy link

bendem commented Jan 14, 2017

This is a good change imo, but it might be worth relying on password_hash and password_verify instead if available.

@jtojnar
Copy link
Member Author

jtojnar commented Jan 14, 2017

And now I noticed it has been marked as deprecated. I will switch to https://github.com/ircmaxell/password_compat once #845 is merged.

@jtojnar jtojnar closed this Jan 14, 2017
@jtojnar
Copy link
Member Author

jtojnar commented Sep 26, 2019

#1137 will switch to password_hash for new passwords, while retaining the support for the legacy scheme.

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.

2 participants