Difference between revisions of "DECRYPT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 37: Line 37:
 
[[Category:DES3 Encryption]]
 
[[Category:DES3 Encryption]]
 
[[Category:DES3 Encryption Commands]]
 
[[Category:DES3 Encryption Commands]]
 +
[[Category:Security]]
 +
[[Category:Security Commands]]

Revision as of 10:57, 11 June 2009

Class

DES3 Encryption


Purpose

Decrypt the specified table or tables


Syntax

DECRYPT <.dbf> | <skeleton> KEY <expC1>


See Also

APPEND FROM, COPY FILE, COPY STRUCTURE, COPY TO, DIR, ENCRYPT, SET ENCRYPTION, USE


Description

The DECRYPT command is used to decrypt the data in the specified table, <.dbf> or tables matching the <skeleton>. The <expC1> must contain the three part comma-separated key used to previously encrypt the table. The key may optionally be enclosed in angled brackets. The <skeleton> syntax can only be used if all tables matching the <skeleton> have the same key.

The DECRYPT command decrypts the data and removes the table's .dkf file. After decryption, the key need no longer be specified to gain access to the table.


Example

decrypt accounts key "key1,key2,key3"
decrypt salaries key "<key_1,key_2,key_3>"
 
// decrypt all .dbf files in the directory
decrypt *.dbf key "key1,key2,key3"


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer