summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-07-09 19:04:04 -0400
committerGitHub <noreply@github.com>2022-07-09 18:04:04 -0500
commitc6791229b193b98a47d93cddb638bb6cb40bb45c (patch)
tree55d51346bbdf7eb23e852dcf16f42c677bbe7c10 /README.rst
parent91ba407603c3383a3fa83fcf9a83147f10206de4 (diff)
downloadpy-bcrypt-git-c6791229b193b98a47d93cddb638bb6cb40bb45c.tar.gz
Don't oversell bcrypt (#361)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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
=========