From c6791229b193b98a47d93cddb638bb6cb40bb45c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 9 Jul 2022 19:04:04 -0400 Subject: [PATCH] Don't oversell bcrypt (#361) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index efab4be..82b172f 100644 --- a/README.rst +++ b/README.rst @@ -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 =========