edq.cli.crypto

The edq.cli.crypto package contains cryptographic tools.

This package contains the following CLI tools:


edq.cli.crypto.decrypt-secret

Decrypt an edq.util.crypto.Secret into cleartext. The standard configuration encryption key will be used.

usage: python3 -m edq.cli.crypto.decrypt-secret [-h] TEXT

edq.cli.crypto.encrypt-secret

Encrypt a cleartext string as an edq.util.crypto.Secret. The standard configuration encryption key will be used.

usage: python3 -m edq.cli.crypto.encrypt-secret [-h]
                                                [--encryption-method {AES256v1}]
                                                [--salt SALT] [--iv IV]
                                                TEXT
1"""
2The edq.cli.crypto package contains cryptographic tools.
3"""