Setting the AES encryption key size for the PATROL Agent
PATROL Agent uses Advanced Encryption Standard (AES) encryption standard to store the data, passwords, and security certificates. AES is more secure than its predecessors Data Encryption Standard (DES) and triple DES, as the algorithm is stronger, uses longer key lengths, and enables faster encryption than DES. PATROL Agent supports AES in two key sizes: 256-bit and 128-bit. By default, the PATROL Agent is AES 256-bit compliant.
To set the AES encryption size
Due to import regulations in some countries, AES 256-bit encryption is not allowed. You need to select the appropriate encryption key size by setting the BMC_TS_KEY_SZ environment variable as shown in the following code block:
#Microsoft Windows
set BMC_TS_KEY_SZ=128
#Unix
export BMC_TS_KEY_SZ=128
set BMC_TS_KEY_SZ=128
#Unix
export BMC_TS_KEY_SZ=128