Create encryption policies with PROUTIL EPOLICY
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PROUTIL EPOLICY MANAGE creates encryption policies for Type I areas and for objects in Type II areas. The basic syntax for creating an encryption policy is:
|
OpenEdge supports the object ciphers described in the following table:
| ID | Cipher | Mode | Size | Key type |
|---|---|---|---|---|
| 0 | NULL | NULL | — | — |
| 1 | AES | CBC | 128 | binary |
| 2 | AES | CBC | 192 | binary |
| 3 | AES | CBC | 256 | binary |
| 4 | DES | CBC | 56 | binary |
| 5 | DES3 | CBC | 168 | binary |
The object-type is one of the following: area, index, lob,
or table, and the object-name is
the name of the object, in quotes if necessary.
For example, the following command creates an encryption policy
with the default cipher on a Type I area named DataArea100 in
a database named t1demo:
|
Note that EPOLICY MANAGE operations on areas must be performed while the database is offline. See the PROUTIL EPOLICY MANAGE qualifier on page 1216 for the complete syntax of EPOLICY MANAGE.