Skip to main content

A password manager package

Project description

password-vault - pv.py

A script that manages and generates passwords from the command line, passwords are stored in a sqlite db.


Basic Usage

Generate random password for an account:
python pv.py generate [accountname]

Generate random password:
python pv.py generate

Access stored account password:
python pv.py account [accountname]

Get list of all stored account passwords:
python pv.py accounts

Save password manually:
python pv.py save [accountname]

Update password by random generation:
python pv.py generate [accountname]

Update password by manual entry:
python pv.py save [accountname]

Delete account password:
python pv.py delete [accountname]

Delete all accounts:
python pv.py delete

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pvault-1.0.6a0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pvault-1.0.6a0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page