We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d4e4b commit 2caea97Copy full SHA for 2caea97
1 file changed
README.md
@@ -55,16 +55,16 @@ By Choosing Option 3 the program will return your currently saved Passwords. If
55
56
# About the Security of this
57
58
-### Encryption Methode: Fernet
+## Encryption Methode: Fernet
59
60
-#### How it works:
+### 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"
62
63
Encryption is currently done with AES 128 in CBC mode.
64
65
All base 64 encoding is done with the "URL and Filename Safe" variant, defined in RFC 4648 as "base65url".
66
67
-#### Read more:
+### Read more:
68
If you want to read the official Description heres the link:
69
> https://github.com/fernet/spec/blob/master/Spec.md
70
0 commit comments