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 =========