summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-09-14 20:11:17 -0500
committerGitHub <noreply@github.com>2022-09-14 21:11:17 -0400
commit007953bbcdf46a44c185adccb685d764153d6871 (patch)
tree54a7a6f3b4e11d9e541c2e5bfa63594b38a27ed6 /README.rst
parent94bfd47ceac8bad8b3b72d450c7312d9354331e4 (diff)
downloadpy-bcrypt-git-007953bbcdf46a44c185adccb685d764153d6871.tar.gz
suggest better things (#412)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index bbbbd77..e9b7f19 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,8 @@ bcrypt
.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=main
:target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amain
-Acceptable password hashing for your software and your servers
+Acceptable password hashing for your software and your servers (but you should
+really use argon2id or scrypt)
Installation