Skip to content

Commit 0e0d5c5

Browse files
committed
README.md
1 parent 2caea97 commit 0e0d5c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ By Choosing Option 3 the program will return your currently saved Passwords. If
5858
## Encryption Methode: Fernet
5959

6060
### 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"
61+
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"
6264

6365
Encryption is currently done with AES 128 in CBC mode.
6466

0 commit comments

Comments
 (0)