Skip to content

rady1337/ConsolePasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password Manager in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages