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

Plans to add Argon2 as a password hashing backend? #2643

Closed
dougthor42 opened this issue Jan 7, 2016 · 8 comments
Closed

Plans to add Argon2 as a password hashing backend? #2643

dougthor42 opened this issue Jan 7, 2016 · 8 comments

Comments

@dougthor42
Copy link

Are there any plans to add the new Argon2 password hashing function?

Django is already starting to consider it and there are already ctypes and CFFI bindings for it.

A little more info: https://hynek.me/articles/storing-passwords/

@alex
Copy link
Member

alex commented Jan 7, 2016

Probably not until it's supported in a widely used backend (e.g. OpenSSL). @hynek (who wrote argon2-cffi) is also a contributor here :-)

@dougthor42
Copy link
Author

Oh cool, and I just read his article. How nifty.

Anyway, I don't have any need for it; just curious.

@alex
Copy link
Member

alex commented Mar 13, 2016

This is further complicated that the argon2 spec is changing to address some weaknesses found.

@reaperhulk
Copy link
Member

I'm going to go ahead and close this since we're mostly dependent on OpenSSL for this.

@amirouche
Copy link

Any news regarding this?

@alex
Copy link
Member

alex commented Jul 24, 2017

No change. For now if you want argon2 you should use argon2_cffi.

@maqp
Copy link

maqp commented Nov 20, 2017

I hope Argon can be added soon to this library. That could mean that by Bionic, Ubuntu would come pre-installed with ideal suite of primitives for crypto applications; X25519, ChaCha20-Poly1305 and Argon2.

@reaperhulk
Copy link
Member

This is entirely dependent on OpenSSL adding argon2(id). Since scrypt is now available in OpenSSL maybe argon2(id) could be added, but I'm not aware of any proposal to do so at this point.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

5 participants