tibet-decrypt(1) -- decrypt a string

SYNOPSIS

tibet decrypt <string>

DESCRIPTION

Decrypts a string using the same approach used by various TIBET server-side components. This command is provided as a convenience allowing you to decrypt API and service configuration values as needed to verify them.

OPTIONS

No command options or flags are checked by this command.

CONFIGURATION SETTINGS

ENVIRONMENT VARIABLES

EXAMPLES

$ export TIBET_CRYPTO_KEY='TOPsecretKEY'
$ tibet encrypt 'myrestserviceapikey'
b460c7357dde9fdb50767791307cc4cb:98bb6a27b27cec1630467accf25d62a8d60348
$ tibet decrypt b460c7357dde9fdb50767791307cc4cb:98bb6a27b27cec1630467accf25d62a8d60348
myrestserviceapikey

TIBET SHELL

This command has no client-side TSH peer command.

TROUBLESHOOTING

SEE ALSO