Skip to content

Commit 2caea97

Browse files
committed
README.md
1 parent 12d4e4b commit 2caea97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ By Choosing Option 3 the program will return your currently saved Passwords. If
5555

5656
# About the Security of this
5757

58-
### Encryption Methode: Fernet
58+
## Encryption Methode: Fernet
5959

60-
#### How it works:
60+
### How it works:
6161
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"
6262

6363
Encryption is currently done with AES 128 in CBC mode.
6464

6565
All base 64 encoding is done with the "URL and Filename Safe" variant, defined in RFC 4648 as "base65url".
6666

67-
#### Read more:
67+
### Read more:
6868
If you want to read the official Description heres the link:
6969
> https://github.com/fernet/spec/blob/master/Spec.md
7070

0 commit comments

Comments
 (0)