File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<br />
7
7
8
- Update | 1/5/2022:
9
- > - Added a password manager for your passwords! (All stored locally).
10
- > - AES salted encryption is what is being used to store the passwords.
11
- > - The AES encryption is also being encoded before storrage.
12
- > - Storing certain variables in a .env file for you to make things more secure. (Both salt and password need to be changed)
8
+ Update | 1/20/2022:
9
+ # Critical
10
+ If you have an older version of this project, You should update to the current version now.
11
+
12
+ > - Fixed a critical flaw/error with how the IVs were being stored.
13
+ > - IVs no longer get overwritten when storing passwords in the DB.
14
+ > - IVs now get stored in the DB with the corresponding password.
13
15
>
14
16
15
17
__ __
You can’t perform that action at this time.
0 commit comments