Changing the Value for Data Encryption - Call-Level Interface Version 2

Teradata® Call-Level Interface Version 2 Reference for Workstation-Attached Systems

Product
Call-Level Interface Version 2
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-04-19
dita:mapPath
xen1544831946512.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2418
lifecycle
previous
Product Category
Teradata Tools and Utilities
If the value provided is not appropriate for the application, before calling DBCHCL for the Connect, Run Startup, or Initiate Request function, the application program may set:
  1. Change Options to 'Y'.
  2. Set Data Encryption to:
    • Y, if messages to and from the database are to be encoded, starting with this message.
    • N, if messages to and from the database are not to be encoded, starting with this message.

    Users have no control over encryption of the connect (logon) messages. If the GSS or the SSO flags are turned on at the database/Gateway, connect messages are automatically encrypted. Encryption of all other messages is controlled through the Data Encryption field. For more information on database/Gateway flags, refer to the Gateway Control Utility documentation.

    If Data Encryption is set to 'Y', messages to the database computer are encrypted before they are placed on the network, and decrypted when they reach the database computer. Messages from the database computer are encrypted before they are placed on the network, and decrypted when they reach the workstation-attached system.

    Encryption and decryption take time. It is the application programmer’s responsibility to determine whether any particular request requires encryption. Some applications and sites may not require anything to be encrypted, some may require everything to be encrypted, and some may require selective encryption, for instance, encryption when text contains a password.