Skip to main content

cli password manager

Project description

Cybele

Cybele is a simple CLI password manager.
It's based on python (3.6) and json.

Getting started

Installation

git clone https://gitlab.com:dithyrambe/cybele
pip install ./cybele

Configuration

First you'll need to set up a database and a passphrase to encrypt your creds.
By default, database will be stored at ~/.cybele/<$USERNAME>.cybeledb

cybele init
Enter passphrase:
Enter same passphrase again:

Adding entries

To add entries, you need to type your password, as most of cybele subcommands.

cybele add gitlab
Enter passphrase:
Username: my_gitlab_username
Enter passphrase:
Enter same passphrase again:

Listing entries

At any time you may check your stored credentials

cybele ls
Enter passphrase:
┌────────┬────────────────────┬────────────┐
│ ENTRY  │ USERNAME           │ PASSPHRASE │
├────────┼────────────────────┼────────────┤
│ gitlab │ my_gitlab_username │ ********** │
│ entry1 │ my_entry1_username │ ********** │
│ entry2 │ my_entry2_username │ ********** │
└────────┴────────────────────┴────────────┘

Copy-Paste tools

Typing passphrase is painfull. To copy passphrase of an entry in your clipboard type cybele cp gitlab.
Clipboard is flush after a few seconds, so you only have a reasonable time to paste it in a form.

Note: if you want to copy username instead of passphrase type cybele cp -u gitlab

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

cybele-0.2.5.tar.gz (6.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