Difference between revisions of "DB ENCRYPTION"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 14: Line 14:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server
+
Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|ENCRYPTION]]
 
[[Category:Environment Variables|ENCRYPTION]]

Latest revision as of 17:08, 3 March 2010

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