Difference between revisions of "Encryption"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
Recital installations that have the additional DES3 license option have the ability to encrypt the data held in Recital database tables. Once a database table has been encrypted, the data cannot be accessed unless the correct three-part encryption key is specified, providing additional security for sensitive data. | Recital installations that have the additional DES3 license option have the ability to encrypt the data held in Recital database tables. Once a database table has been encrypted, the data cannot be accessed unless the correct three-part encryption key is specified, providing additional security for sensitive data. | ||
+ | |||
For more information on using DES3 Encryption, please see the following commands: | For more information on using DES3 Encryption, please see the following commands: | ||
+ | |||
* [[DECRYPT]] | * [[DECRYPT]] | ||
* [[ENCRYPT]] | * [[ENCRYPT]] | ||
* [[SET ENCRYPTION]] | * [[SET ENCRYPTION]] | ||
+ | |||
Encryption also affects the following commands: | Encryption also affects the following commands: | ||
+ | |||
* [[APPEND FROM]] | * [[APPEND FROM]] | ||
Line 18: | Line 22: | ||
* [[SQL SELECT|SELECT]] | * [[SQL SELECT|SELECT]] | ||
* [[SQL UPDATE|UPDATE]] | * [[SQL UPDATE|UPDATE]] | ||
+ | |||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Revision as of 15:50, 24 March 2009
Recital installations that have the additional DES3 license option have the ability to encrypt the data held in Recital database tables. Once a database table has been encrypted, the data cannot be accessed unless the correct three-part encryption key is specified, providing additional security for sensitive data.
For more information on using DES3 Encryption, please see the following commands:
Encryption also affects the following commands: