Skip to main content

A simple and secure tool to store passwords

Project description

A simple and secure tool to store passwords

Introdution

pyKeyring is a tool to store encrypted passwords in a simple database file.

Usage

pyKeyring is much simple to use.

Create a database

foo@bar:~$ keyring -f /path/to/keyring.db create

The default database file is named keyring.db. If you don’t use the -f argument, pyKeyring will use this name.

Insert a password

foo@bar:~$ keyring add password_label

The password_label is used to label your password :)

Get a password

foo@bar:~$ keyring get password_label

If you don’t want to print the password in the terminal you can use the argument -c to copy the password to clipboard.

foo@bar:~$ keyring get -c password_label

Update a password

foo@bar:~$ keyring update password_label

Remove a password

foo@bar:~$ keyring remove password_label

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyKeyring-0.2-py3.7.egg (13.5 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