-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLogs
46 lines (28 loc) · 1.37 KB
/
ChangeLogs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
04/04/2020 version : 0.0.1
->Generate passwords and stores it in a text file(no encryption).
23/05/2020 version : 0.0.2
->Generate password and stores it in a file with master password and file encryption. And no one open the encrypted file without
your master password.
27/05/2020 version : 0.0.3
->Added feature to automatically download third party modules from pypi to meet dependencies of this project.
->Some minor code cleaning.
28/05/2020 version :0.0.4
->Fixed critical issue of password manager exiting arbitrarily if not connected online.
->Improved Error handling.
31/05/2020 version : 0.0.4.2
->Fixed Master Password Exposure.
->some minor code cleaning.
->Add sha256 hash to check integrity.
04/06/2020 version : 0.0.5
->Create only one password for a website no duplicate passwords.
->Add hash to website names to avoid some password mismatch for similar website names.
->Generated passwords are now in a structure that satisfy website requirements and difficult to bruteforce the password.
18/07/2020 version : 2.0
->Finished pysecret Integration
->Added patches to make password recovery harder.
->Fixed Bug which caused crashes due to corrupt encrypted files
23/08/2020 version : 2.1
->Feature to change master password.
30/08/2020 version : 2.2
->Safe backup for your passwords with same master password as a zip file
->Find last modified time of all password files