Adding an encrypted value to the properties file
After encrypting a string value, add it to the properties file within which you want to hide the actual value.
Add the properties whose values have been encrypted to the probe properties file along with the corresponding encrypted values.
Set the generic Netcool/OMNIbus ConfigCryptoAlg property in the probe properties file to the cryptographic algorithm to use when decrypting the string; for example, AES_FIPS or AES.
Note: This
value must match that specified when you ran
nco_aes_crypt
with
the -c
setting, to encrypt the string value.