We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0d5c5 commit d731bd3Copy full SHA for d731bd3
1 file changed
README.md
@@ -62,7 +62,7 @@ Fernet takes a user-input, a key, and the current time and produces a token.
62
63
That token cannot be read without the key. In this case the "methode.bin"
64
65
-Encryption is currently done with AES 128 in CBC mode.
+Encryption with the current version is done with AES 128 in CBC mode.
66
67
All base 64 encoding is done with the "URL and Filename Safe" variant, defined in RFC 4648 as "base65url".
68
0 commit comments