We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caea97 commit 0e0d5c5Copy full SHA for 0e0d5c5
1 file changed
README.md
@@ -58,7 +58,9 @@ By Choosing Option 3 the program will return your currently saved Passwords. If
58
## Encryption Methode: Fernet
59
60
### How it works:
61
-Fernet takes a user-input, a key, and the current time and produces a token. That token cannot be read without the key. In this case the "methode.bin"
+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.
66
0 commit comments