Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 897 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 897 Bytes

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