decrypt

Decrypt data that was previously encrypted using the encrypt command. Provide the same key that was used for encryption.

Syntax

$ convox decrypt --key <key> --data <data>

Flags

Flag Short Description
--key Decryption key (must match the key used to encrypt)
--data Encrypted data to decrypt

Example Usage

$ convox decrypt --key mySecretKey123 --data "aGVsbG8gd29ybGQ..."
s3cr3t-api-token

See Also