Don't oversell bcrypt (#361)
This commit is contained in:
parent
91ba407603
commit
c6791229b1
@ -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
|
||||
=========
|
||||
|
||||
Loading…
Reference in New Issue
Block a user