This is the code repo for my Password Manager and Generator.
until now it contains the following functionalities:
-
Adding a New Password: After choosing this option, the program will prompt the user to enter the Relevant username, Password and Service that he is signing up to.
-
List all Passwords: There isnt alot to add, the program will list all the Users, passwords and services that user has signed up to.
-
search for a password by site: The program will ask the user for the name of the service and will show him all the relevant users and passwords for that service.
-
search for a password by user: The program will ask the user for the username he is looking for and will show him all the relevant users, passwords and services that he signed up to with that username
-
Delete password: The program will list the relevant users and the user will choose which entry he wants to delete
-
Update Entry: An option to update a user's password in case the password has been updated
-
Bulk delete passwords: An option that will allow the user to delete ALL entries in case he wants to delete the software and the information that has been saved
-
Generate Password: After the user will choose to add a password, instead of only asking him to choose a passowrd to enter, a new option will be added that will generate a random password for security reasons.
Current conributors:
- Michael Ben-Haym michbenh@outlook.com
- Python 3.7+