Difference between revisions of "DB ENCRYPTION"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
− | Used to determine whether the Recital | + | 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 | + | 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 | + | 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
Contents
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