Home | Previous Page | Next Page   Connecting to the Database >

Encryption Options

You can use either password or network encryption to establish the security of your connection. To use either the password option or to use network encryption, you must install a JDK Java Cryptography Extension (JCE)-compliant security package on the JDBC client.

Note:
Encryption over the network and password encryption should not be used together. Thus, password encryption should not be enabled with the SECURITY environment variable when using JDBC encryption CSM. JDBC Encryption CSM does encrypt passwords before sending them over the network.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]