A simple application which allows you to manage your passwords.
Clone the repository:
git clone https://github.com/vishal-rb5/Simple-Password-Manager.gitInstall all the dependencies mentioned in the file below:
pip install - requirements.txtRun the file:
python pmgmt.py- A simple password manager that performs all the CRUD functions.
- Passwords are encoded and then stored into an encrypted Elara DB file.
- This version is not of industry grade and should be used with caution.