Skip to content

Commit 1b03f79

Browse files
authored
Update README.md
1 parent a474b4e commit 1b03f79

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ __ __
55

66
<br />
77

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.
1315
>
1416
1517
__ __

0 commit comments

Comments
 (0)