The ENCRYPTLEVEL statement specifies the encryption level to use if you select AES encryption. The encryption level determines the encryption key length.
If you enter AES in the ENCRYPT statement, you must include the ENCRYPTLEVEL statement.
All
ENCRYPT
Yes if you use AES encryption
ENCRYPTLEVEL={
1
|2|3}
1
. Use a 128-bit encryption key.
2
. Use a 192-bit encryption key.
3
. Use a 256-bit encryption key.
Default is 1.
To avoid confusion, specify the same value in the ENCRYPTstatement in the DBMOVER configuration files on the client and PowerExchange Listener machines. Also, specify the same value in the ENCRYPTLEVEL statement in the DBMOVER configuration file on both machines. However, PowerExchange always uses the ENCRYPT and ENCRYPTLEVEL values in the DBMOVER configuration file on the client machine that initiates the connection to the PowerExchange Listener.
The ENCRYPT and ENCRYPTLEVEL statements control encryption of data that PowerExchange moves between the PowerExchange Listener and a client such as the PowerExchange Navigator or a PowerExchange utility. These statements also control encryption of data that PowerExchange moves between the PowerExchange Listener and the Integration Service for connections that have the default
Encryption Type
setting of
None
. For connections with an
Encryption Type
setting of
AES
, the
Encryption Type
and
Encryption Level
connection attributes override the settings in the DBMOVER configuration file.