Try OpenEdge Now
skip to main content
Database Administration
Protecting Your Data : Transparent Data Encryption : Overview : What is encryptable
 
What is encryptable
OpenEdge allows encryption of the following database elements:
*Type I areas
*Type II table
*Type II index
*Type II LOB
Note: You cannot encrypt the Schema area of your database. You can encrypt your audit data tables.
OpenEdge encrypts the following storage files:
*BI files (by default, but can be disabled)
*AI files (by default, but can be disabled)
*Backup files
*Binary dump (if requested)
*Audit archive (if requested)
BI and AI files are encrypted by default. You can disable their encryption, but doing so is highly discouraged because data can be exposed in an unencrypted form in your BI and AI notes. Backup files are always encrypted. Binary dump (and audit archive) files are not encrypted by default, even if the data being dumped is encrypted. You can encrypt your dump files with a password based encryption (PBE) cipher by adding an additional parameter to the command. If you intend to keep your dump or archive for an extended period of time, encrypting it may be prudent. For more information about encrypting a dump file, see PROUTIL Utility.