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

Consider adding support for argon2 #15

Closed
postmodern opened this issue Jun 29, 2023 · 1 comment
Closed

Consider adding support for argon2 #15

postmodern opened this issue Jun 29, 2023 · 1 comment
Assignees

Comments

@postmodern
Copy link

Bcrypt will eventually be phased out. Many people are slowly adopting Argon2, which provides increased protection against password cracking. There is also a argon2 gem which provides FFI bindings to libargon2; see example usage here.

@sebastjan-hribar
Copy link
Owner

1.0 now supports only Argon2. 0.8 still supports BCrypt.

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

No branches or pull requests

2 participants