encryptPassword

Use the encryptPassword command to convert the specified text string using the Business Transaction Management encryption engine and to write the resulting encrypted password to standard output.

You can then copy and paste the output string to provide credentials to commands that require them.

Command Syntax

btmcli encryptPassword -password aPlainTextPswd
Name Long Name Description
-password -- A text string that you want to encrypt using the Business Transaction Management encryption engine.

Each encrypted output of the same text string provides a unique ciphertext string.


Example

btmcli encryptPasword -password "abracadabra"