DB ENCRYPTION

From Recital Documentation Wiki
Jump to: navigation, search

Purpose

Used to determine whether the Recital Server expects username and password information in connection strings to be encrypted.


See Also

APPEND FROM, COPY FILE, COPY STRUCTURE, COPY TO, DECRYPT, DIR, ENCRYPT, USE, SET ENCRYPTION, SQL INSERT, SQL SELECT, SQL UPDATE


Description

The DB_ENCRYPTION environment variable is used to determine whether the Recital Server expects username and password information in connection strings to be encrypted. If DB_ENCRYPTION is set to true (or "yes" or "on"), username and password information in connection strings will be interpreted as DES3 encrypted data. If DB_ENCRYPTION is set to false (or "no" or "off"), such data is not treated as DES3 encrypted.

Clients must have the appropriate settings to send the username and password information in DES3 encrypted format.


Products

Recital Server