Specifying Integration user password as ENCRYPTED_PASSWORD
symbol when using the command line to invoke TCC.
Using ENCRYPTED_PASSWORD symbol improves security since
the integration passwords do not have to be unveiled to TCC script
developers.
- Encrypt the integration password.
- Use the command line tool provided by TCC.
[TCCHome]>EncryptPassword.bat TheSecretPassword
Encrypting password using command line argument.
Encrypted password:
xH/JD4X3xuVTMz7pO1fdxcFUBUlFWGrZqTfNDw/DLpo=
- Copy the encrypted password to the clipboard.
- Start TCC.
- Open the default configuration board,
- Create a new symbol.
- Name: ENCRYPTED_PASSWORD
- Value: [DECRYPT("paste generated password here")]
Make sure to use the complete syntax using all the control
characters: square brackets, parenthesis, and double-quotes.
- Update the endpoint and use the [ENCRYPTED_PASSWORD] symbol
in the Password field.
Make sure the symbol is enclosed in square brackets as shown.
Note: The runtime symbol function DECRYPT can only be used
in Authentication Password fields.