Difference between revisions of "DB ENCRYPTION"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
=DB_ENCRYPTION=
 
 
 
==Class==
 
Environment Variables / Symbols
 
 
 
 
==Purpose==
 
==Purpose==
Used to determine whether the Recital Database and Mirage Servers expect username and password information in connection strings to be encrypted.
+
Used to determine whether the Recital Server expects username and password information in connection strings to be encrypted.
  
  
Line 15: Line 8:
  
 
==Description==
 
==Description==
The DB_ENCRYPTION environment variable / symbol is used to determine whether the Recital Database and Mirage Servers expect 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.
+
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.
 
Clients must have the appropriate settings to send the username and password information in DES3 encrypted format.
Line 21: 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