aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fernet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fernet.rst')
-rw-r--r--docs/fernet.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/fernet.rst b/docs/fernet.rst
index 18aab439..a066ae63 100644
--- a/docs/fernet.rst
+++ b/docs/fernet.rst
@@ -112,7 +112,8 @@ Using passwords with Fernet
It is possible to use passwords with Fernet. To do this, you need to run the
password through a key derivation function such as
-:class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`:
+:class:`~cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC`, bcrypt or
+scrypt.
.. code-block:: python