These docs are for Cribl Stream 4.11 and are no longer actively maintained.
See the latest version (4.13).
decrypt
Decrypts data with a secret key. See the related encrypt command.
Usage:
./cribl decrypt -v 12345 -s my-path-name
Arguments:
Option | Definition |
---|---|
-v <value> | Value to decrypt. |
-s <criblSecretPath> | The cribl.secret decrypt key path. If you do not specify a cribl.secret file with -s options, the default cribl.secret is used. |