Skip to main content

Local secrets manager in python

Project description

# loqet

Loqet is a local python secret manager. The Loqet package comes with two primary tools: loq and loqet.

loq is a standalone file encryption tool. Encrypt, decrypt, read, edit, search, and diff loq encrypted files.

loqet is a context-managed secret store. Create a loqet context for each of your projects, and store your project secrets, encrypted at rest. Use the loqet command line tool to interact with your encrypted secret store, and use the loqet python API to read your encrypted secrets at runtime.

## How to install

`shell pip install loqet `

## Usage

  • [Quick Start Guide](docs/quick_start.md)

  • [loq command line interface](docs/loq_cli.md)

  • [loqet command line interface](docs/loqet_cli.md)

  • [loqet python API](docs/loqet_api.md)

  • [loq/loqet configs](docs/configs.md)

## Loq or Loqet, which should I use?

loq is great for encrypting single files that stand alone and don’t need programmatic access. Lock up some passwords, bank account info, or crypto seed phrases to look at later when you need them. Alternatively, if you (securely) give a friend a loq key, you can send each other secret messages. I’ll leave that up to you to figure out.

loqet is great for projects with secrets in their configs, or when you have groups of many secrets. It’s also great for secret management in a project shared between multiple contributors, since you can securely share the keyfile, and commit encrypted secrets to a shared version control system.

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

loqet-0.0.3.tar.gz (18.8 kB view hashes)

Uploaded Source

Built Distribution

loqet-0.0.3-py3-none-any.whl (24.2 kB view hashes)

Uploaded 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