Encryption is the process of disguising a message rendering it unreadable to anyone but the intended recipient.
To configure encryption parameters:
In the navigator pane, expand Oracle Net Configuration > Local > Profile.
From the list in the right pane, select Oracle Advanced Security.
Select the Encryption tab.
Select either Client or Server from the Encryption list.
Select a value from the Encryption Type list to specify the client or server behavior when negotiating encryption and integrity. The four possible values are as follows:
|
Element |
Description |
| accepted |
Service will be active if the other side of the connection specifies either "required" or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive. |
| Service must not be active, and the connection will fail if the other side specifies "required". | |
| requested |
Service will be active if the other side of the connection specifies either "accepted", "required", or "requested", and there is a compatible algorithm available on the other side; it will otherwise be inactive. |
| required | Service must be active, and the connection will fail if the other side specifies "rejected", or if there is no compatible algorithm on the other side. |
|
Element |
Description |
| RC4_256 |
256 bit key size |
|
3DES168 |
Triple DES with a three-key (168 bit) option |
| RC4_128 |
128 bit key size |
| 3DES112 | Triple DES with a two-key (112 bit) option |
| RC4_56 | 56 bit key size |
| DES | Standard 56 bit key size |
| RC4_40 | 40 bit key size |
| DES40 | 40 bit key size |
Note: All Oracle Advanced Security encryption algorithms and key lengths are available for U.S. domestic use only.
Copyright © 1996, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.