Navigation:  Language Reference > 5 - Declaration Attributes > Variable and Entity Attributes >====== ENCRYPT (encrypt data file) ====== Previous pageReturn to chapter overviewNext page

ENCRYPT

blk2blue.jpg

The ENCRYPT attribute (PROP:ENCRYPT) is used in conjunction with the OWNER attribute to disguise the information in a data file. ENCRYPT is only valid with an OWNER attribute. Even with a “hex-dump” utility, the data in an encrypted file is extremely difficult to decipher.

Example:

Names  FILE,DRIVER('Clarion'),OWNER('Clarion'),ENCRYPT

Record  RECORD

Name     STRING(20)

       END

      END

See Also:

OWNER

EXTERNAL