skip to main content
Using the Driver : Data Encryption
  

Try DataDirect Drivers Now

Data Encryption

The driver supports Secure Sockets Layer (SSL) data encryption. SSL is an industry-standard protocol for sending encrypted data over database connections. SSL works by allowing the client and server to send each other encrypted data that only they can decrypt. SSL negotiates the terms of the encryption in a sequence of events known as the SSL handshake. The handshake involves the following types of authentication:
*SSL server authentication requires the server to authenticate itself to the client.
*SSL client authentication is optional and requires the client to authenticate itself to the server after the server has authenticated itself to the client.
* Configuring SSL Encryption
* Configuring SSL Server Authentication
* Configuring SSL Client Authentication