| **Navigation:**  [[introduction.htm|Language Reference]] > 5 - Declaration Attributes > Variable and Entity Attributes >====== ENCRYPT (encrypt data file) ====== | [[dup allow duplicate key entries .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[external set defined externally .htm|{{btn_next_n.gif|Next page}}]] | | || **ENCRYPT** {{blk2blue.jpg|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 declare password for data encryption .htm|OWNER]] [[external set defined externally .htm|EXTERNAL]]