You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@ This is a basic password manager, it allows the user to create passwords and sav
2
2
3
3
The program creates a hashed key file, which is then used to encrypt the saved passwords. The program also uses the hashed key to read the encrypted passwords.
4
4
5
-
There are many improvements to be made for this program. First of all, the program should have a password checker that gives the passwords a rating, and show the user how safe their password is. Some minor improvements also include a link to this repository to verify the integrity of the program. Some better GUI when the passwords are displayed would make the program a lot more user friendly.
6
-
Those are the improvements that I have in mind and will try to achieve in the future, if you have any suggestions let me know!.
5
+
There are many improvements to be made for this program. First of all, the program should have a password checker that gives the passwords a rating, and show the user how safe their password is. Some minor improvements also include a link to this repository to verify the integrity of the program.
6
+
7
+
Some better GUI when the passwords are displayed would make the program a lot more user friendly. Those are the improvements that I have in mind and will try to achieve in the future, if you have any suggestions let me know!.
0 commit comments