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