Part 2: The 32-Bit/64-Bit Drivers : The Oracle Wire Protocol Driver : Connection Option Descriptions : Encryption Types

Encryption Types
Attribute
EncryptionTypes (ET)
Purpose
Specifies a comma-separated list of the encryption algorithms to use if Oracle Advanced Security encryption is enabled using the Encryption Level connection property.
Valid Values
encryption_algorithm [[, encryption_algorithm ]...]
where:
encryption_algorithm
is a encryption algorithm specifying an algorithm in the following table:
AES256 | RC4_256 | AES192 | 3DES168 | AES128 | RC4_128 | 3DES112 | RC4_56 | DES | RC4_40
Example
Your security environments specifies that you can use RC4 with a 256-bit key size, AES with a 192-bit key size, or two-key Triple-DES with an effective key size of 112-bit. Use the following values:
EncryptionTypes=RC4_256,AES192,3DES112
Notes
Default
On the GUI tab: all check boxes are selected.
In the connection string: no encryption methods are specified. The driver sends a list of all of the encryption methods to the Oracle server.
GUI Tab
Advanced Security tab
See also
Performance Considerations

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.