Skip to main content

Command-Line utility to store and retrieve passwords

Project description

CVault uses Keyring to provide a command-line utility to safely store and retrieve passwords.

Make sure you have Keyring installed (using “pip install keyring” or “apt-get install python-keyring” under debian)

Then install it using pip or the setup.py script:

$ python setup.py install

$ pip install clvault

Once it’s installed, you will have two scripts installed in your Python scripts folder, you can use to store or retrieve passwords:

$ set_password.py blog secret
Password set.
$ get_password.py blog
The password has been copied in your clipboard

set_password takes a service name and a password, get_password copy the password for a given service in your clipboard.

Project page: http://bitbucket.org/tarek/clvault

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

CLVault-0.1.tar.gz (1.3 kB view hashes)

Uploaded Source

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