encrypt ux term

UXTerm

Version: 17.07

Encryption Command

This command facilitate encryption of confidential tokens of information (secrets; e.g. keys or passwords) that cannot be included as plaintext in configurations.

encrypt, enc

Encrypts the provided text into an encrypted form.

Syntax: enc -s <secret> [-a <algorithm>] [-p <password>] [-d <provider>]

-s, --secret

the secret to be encrypted

-a, --algorithm

the encryption algorithm to be used, which will be resolved from the system property or environment variable with name X_ADRT_ENC_ALG if not specified, and defaults to PBEWithMD5AndDES if none can be found

-p, --password

the encryption password to be used, which will be resolved from the system property or environment variable with name X_ADRT_ENC_PWD if not specified

-d, --provider

the security provider class to be used for the encryption, which will be resolved from the system property or environment variable named X_ADRT_SEC_PVD or defaults to org.bouncycastle.jce.provider.BouncyCastleProvider if the Bouncy Castle provider is available

In this topic
In this topic
Contact Us