OpenEdge SQL support for transparent data encryption
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge SQL Data Definition Language can be used to enable Transparent Data Encryption. This functionality provides only the DBA or security administrator, who also has keystore admin privileges, with the ability to:
- Define encryption specifications for new tables, indexes, and
LOBcolumns - Modify encryption or decryption specifications for existing tables, indexes, and
LOBcolumns - Drop existing encrypted tables, indexes, and
LOBcolumns - View encryption specifications for tables, indexes, and
LOBcolumns - Rekey existing encrypted tables, indexes, and
LOBcolumns
Note that the tables, indexes, and LOB columns must be in a Type II storage
area.