Skip to content

Commit 12d4e4b

Browse files
committed
README.md
1 parent 3f0fd33 commit 12d4e4b

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,25 @@ By Choosing Option 3 the program will return your currently saved Passwords. If
5252

5353

5454

55+
56+
# About the Security of this
57+
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"
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:
68+
If you want to read the official Description heres the link:
69+
> https://github.com/fernet/spec/blob/master/Spec.md
70+
5571
# Small Reminder
56-
This wont be one of my biggest projects ever but i will change things from time to time. Please create a backup of your "methode.bin" since that file saves your key.
72+
This wont be one of my biggest projects ever but i will change things from time to time.
73+
74+
Please create a backup of your "methode.bin" since that file saves your key.
75+
5776
The program calls a function every startup, so if your methode.bin is not allready existing it will create a NEW one.

0 commit comments

Comments
 (0)