Skip to main content

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:

  1. interactive mode: cvault will open up a dialog, and you can interact with it

  2. 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


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)

Uploaded Source

Built Distributions

cvault-0.1.2-py3.5.egg (4.8 kB view hashes)

Uploaded Source

cvault-0.1.2-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 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