Skip to content
Snippets Groups Projects
Commit 97d2c062a2c3 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Don't oversell bcrypt (#361)

parent 4916f6c2a205
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
Alternatives
============
While bcrypt remains a good choice for password storage depending on your specific use case you may also want to consider using scrypt (either via `standard library`_ or `cryptography`_) or argon2id via `argon2_cffi`_.
While bcrypt remains an acceptable choice for password storage, depending on your specific use case you may also want to consider using scrypt (either via `standard library`_ or `cryptography`_) or argon2id via `argon2_cffi`_.
Changelog
=========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment