A command line based secure password manager with a master password to store passwords of various social media accounts in hashed form on a local PostgreSQL database, with features to update and delete accounts and passwords from it.
- Clone this repository
git clone https://github.com/achyuthcodes30/PasswordManager.git
- Change directories to the project folder using 'cd' command.
- Create server and databases on PostgreSQL database using the pgadmin interface.
- Set the master password by running-
python setmasterpassword.py - Start storing, updating and removing passwords by running-
python passwordmanager.py