SecurityInfoKeys
The security keys to use to decrypt user security information (IDOL SecurityInfo
tokens).
To use AES encryption (recommended), set SecurityInfoKeys
to the path of an AES key file. For older systems that use TEA encryption, set SecurityInfoKeys
to four signed 32-bit integers (between 0
and 2147483647
), separated with commas. There must be no space before or after the commas.
NOTE: The key file or four-number security identifier that you use must be the same for all components in your IDOL system. For information about how to create an AES key file, see Encrypt Passwords.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or Connector |
Example: | SecurityInfoKeys=path/to/mykeyfile.ky
|
See Also: | DocumentSecurityType |