/ConsolePasswordManager

Password Manager in the terminal

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ConsolePasswordManager

Password Manager in the terminal

This is a console password manager that encrypts passwords using the Caesar Cipher.

To enter the control panel you need to enter your password, and at the first start you will enter a new password to enter.

(This password manager uses a SQLite database.)

Requirements

python3.6 or higher
colorama
pyperclip
sqlite3
  • Installation

    • Linux/Mac OS

    git clone https://github.com/rady1337/ConsolePasswordManager.git
    cd ConsolePasswordManager
    pip3 install -r requirements.txt
    python3 password+.py
    • Windows

    git clone https://github.com/rady1337/ConsolePasswordManager.git
    cd ConsolePasswordManager
    pip install -r requirements.txt
    python password+.py

Usage

Help Message