cvault 0.1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

cvault 0.1.2

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.