Command-Line utility to store and retrieve passwords
Project description
CLVault uses Keyring to provide a command-line utility to safely store and retrieve passwords.
Install it using pip or the setup.py script:
$ python setup.py install $ pip install clvault
Once it’s installed, you will have three scripts installed in your Python scripts folder, you can use to list, store and retrieve passwords:
$ clvault-set blog
Set your password:
Set the associated username (can be blank): tarek
Set a description (can be blank): My blog password
Password set.
$ clvault-get blog
The username is "tarek"
The password has been copied in your clipboard
$ clvault-list
Registered services:
blog My blog password
clvault-set takes a service name then prompt you for a password, and some optional information about your service. The password is safely stored in a keyring while the description is saved in a .clvault file in your home directory. This file is created automatically the first time the command is used.
clvault-get copies the password for a given service in your clipboard, and displays the associated user if any.
clvault-list lists all registered services, with their description when given.
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
File details
Details for the file CLVault-0.5.tar.gz.
File metadata
- Download URL: CLVault-0.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243869905ed82fc47e7e5755660e4bc0f8f501aa4dd4ca1fe37068ee3a4363bf
|
|
| MD5 |
b8115f1b4ceae90daf5cfab19d7f5fd6
|
|
| BLAKE2b-256 |
dc391ecdccc4fdf3f6c9a7a99537f623687daaa2858fadcf7d6bf8bcd0753569
|