/password-manager

This is my password manager in python.

Primary LanguagePythonMIT LicenseMIT

Password Manager

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.

MIT licensed

Features

  • 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

Basic usage

IN PROGRESS..

Installation and setup

Pwmgm requires postgres/psycobg2 to be installed on your machine.

Cloning the project

# Clone project
git clone https://github.com/LeoMbm/password-manager && cd password-manager