I build this project because I'm tired of lose my password, and I don't want to put all my stuff in some online "cloud, password dashboard" etc... It's a simple Python password manager. It allows you to securely save secrets with a simple CLI interface.
- Secrets are stored in an encrypted SQL database with PostgreSQL
- Within the database, each password and notes are encrypted with a unique salt using bcrypt
- Master key is hashed with a unique salt
- Clipboard cleared automatically
- Generate random password
- Import / Export in Json
IN PROGRESS..
Pwmgm requires postgres/psycobg2
to be installed on your machine.
# Clone project
git clone https://github.com/LeoMbm/password-manager && cd password-manager