skip to main content
Connection Option Descriptions : Encryption Method
  

Try DataDirect Drivers Now

Encryption Method

Attribute

EncryptionMethod (EM)

Purpose

The method used to encrypt data sent between the driver or Schema Tool and the database server.
This information pertains to WindowsFor Windows platforms, the values specified for security-related options when creating a data source determine the behavior of both the driver and the Schema Tool.
This information pertains to UNIX and Linux.To fully enable SSL on UNIX and Linux platforms, you must specify values for security-related options separately for the driver and the Schema Tool. For the driver, these values are specified in the data source or connection string used to configure the driver. For the Schema Tool, these values are specified when creating a schema definition with the Table Wizard. See "Using Security with the Schema Tool" for details.
In addition, the driver and Schema Tool use a different set of valid values when configuring the EncryptionMethod option. The valid values and behavior for both components are listed in the following sections.

Valid Values

For the driver:
0 | 1
For the Schema Tool (UNIX and Linux Only):
noEncryption | SSL

Behavior

If set to 0 (No Encryption) or noEncryption , data is not encrypted.
If set to 1 (SSL) or SSL, data is encrypted using SSL. If the server is not configured for SSL, the connection fails.

Notes

*This connection option can affect performance.

Default

For the driver:
0 (No Encryption)
For the Schema Tool:
noEncryption

GUI Tab

Security tab

See also

Performance Considerations