Password Manager allows user to store usernames, passwords in an encrypted database protected by one master password. Its strongest feature is simplicity. Password manager, helps user to organize his passwords in a secure way, using this application user can put all his passwords in to single database which is protected with a single master key.
Project Modules:
Project Modules:
- Master Password: Master module allows to set the master password initially which would be used for opening the application. It can be modified too later on.
- Login: Admin will need to login first before performing any operation
- Password Management: This module will enable user to add, delete, update or list passwords securely.
- Search: User can search any particular username.
- Python 3.x installation
- IDE such as Spyder or PyCharm for project development (Optional)
- MySQL for storing information
- TKinter
Technical Stack:
- Front End
- TKinter
- Back End
- Python as business layer
- MySQL as database