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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pvault-1.0.5a0.tar.gz
.
File metadata
- Download URL: pvault-1.0.5a0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ba85cd6ff775e7e1ed86541811e25df603c127307bd5287d306e0c68dbe1a1e |
|
MD5 | 7486aab10484e6fab8cfc3d97472487b |
|
BLAKE2b-256 | c6cd40f5baff02f2262278ffcade0abbb2a44eb3f2d14d8a40e7087194e5a9d0 |
File details
Details for the file pvault-1.0.5a0-py3-none-any.whl
.
File metadata
- Download URL: pvault-1.0.5a0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c11cfdabf97f70b5d16d591df6e59d5289ea135aecbc548bcc1f306abb88e2a |
|
MD5 | f9325a57b1ed66e88738ee03cddce0ed |
|
BLAKE2b-256 | 358f856d485068770291453ac255fe187cf750f89d48e401509263f41d39c195 |