Don't oversell bcrypt (#361)

This commit is contained in:
Alex Gaynor 2022-07-09 19:04:04 -04:00 committed by GitHub
parent 91ba407603
commit c6791229b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ For Alpine, the following command will ensure that the required dependencies are
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
=========