Skip to content

Commit

Permalink
Update fernet.rst (#11335)
Browse files Browse the repository at this point in the history
  • Loading branch information
DandyDrop authored Jul 22, 2024
1 parent a1ac7dd commit 2c5664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fernet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ has support for implementing key rotation via :class:`MultiFernet`.
Generates a fresh fernet key. Keep this some place safe! If you lose it
you'll no longer be able to decrypt messages; if anyone else gains
access to it, they'll be able to decrypt all of your messages, and
they'll also be able forge arbitrary messages that will be
they'll also be able to forge arbitrary messages that will be
authenticated and decrypted.

.. method:: encrypt(data)
Expand Down

0 comments on commit 2c5664b

Please sign in to comment.