What is encryptable
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge allows encryption of the following database elements:
- Type I areas
- Type II table
- Type II index
- Type II LOB
OpenEdge encrypts the following storage files:
- BI files
- AI files
- 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 doing so creates the possibility that unencrypted copies of your encrypted data is stored in the BI and AI files. 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, or transfer it, encrypting it may be prudent. For more information on encrypting a dump file, see Manage the OpenEdge Database.