Skip to main content

A very thin CLI wrapper around cryptography.fernet:Fernet

Project description

veiled

A very thin CLI wrapper around cryptography.fernet:Fernet for symmetric encryption.

I made this to use in CI things, so I can keep encrypted secrets in my git repositories, and have my build agents decrypt them using a centralized key.

installation

pip install veiled

It's recommended to pin the install to a specific version

usage

Use --help to view command-specific usage.

Usage: veil [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.
  --help                          Show this message and exit.

Commands:
  decrypt
  decrypt-file
  decrypt-yaml
  encrypt
  encrypt-file
  encrypt-yaml
  generate-key
  version

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

veiled-0.2.4.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

veiled-0.2.4-py3-none-any.whl (3.6 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