Credential Vault
Project description
Credential Vault (cvault) is a place where you can save your memory about credentials, e.g. account and password, along with some helpful description.
Installation
To install dependencies and the cvault program.
$ python setup.py install
Then initialize the vault (database).
$ cvault init </path/to/vault>
Usage
There are two modes in cvault:
interactive mode: cvault will open up a dialog, and you can interact with it
non-interactive mode: saves entry with one shot, no more dialog
Interactive Mode
$ cvault
And follow the instructions to achieve the goal.
Non-interactive Mode
$ cvault save <account> <password> <description> # save a new entry
$ cvault remove <id> # remove certain entry
$ cvault list [-v] # list all the entries reside in the vault
$ cvault show <id> # show the exact entry
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
cvault-0.1.2.tar.gz
(2.8 kB
view hashes)
Built Distributions
cvault-0.1.2-py3.5.egg
(4.8 kB
view hashes)
Close
Hashes for cvault-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e44f408ea8281091c48c4a5c9dd51c4459bbe5ba7a1b70449716c6996dd5e4dc |
|
MD5 | 7239f664d9691aa4e66010b3265d254a |
|
BLAKE2b-256 | 3493eee8d995e61cc92fcb8108989b0ed84425b5c92279931240008ccbbc5075 |