Skip to content

OnsagerHe/PasswordManager

Repository files navigation

PasswordManager

Installation

Installation python:

You can file all documentation to install Python

Installation packages:

pip install -r requirements.txt

Setup

  • Create your private key:
python passwordManager.py -g
  • Create your file with your passwords, you can see passwords.txt example.

Usage

python passwordManager.py [OPTION] [FILE]

Graphical Mode

python passwordManager.py --graphical

Encrypt file

python passwordManager.py -e passwords.txt -p privatekey.ecc

Decrypt file

python passwordManager.py -d passwords.txt -p privatekey.ecc

⚠️ Result print in your prompt.

More information

You can use:

python passwordManager.py -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages