Try OpenEdge Now
skip to main content
Database Administration
Reference : PROUTIL Utility : PROUTIL EPOLICY INFO qualifier
 

PROUTIL EPOLICY INFO qualifier

Displays the valid ciphers for the database master key and object-level encryption and their command line cipher number.

Syntax

proutil db-name -C epolicy info [[-userid userid][-password password]]

Parameters

db-name
Name of the database.
-userid userid -password password
Specifies the userid and password of an authenticated database administrator.
When ciphers are specified on the command line to other utilities, you must identify the cipher by the number ID listed by this utility. The output of EPOLICY INFO follows:
-----------DMK Cipher Selection-------------
----ID----Cipher---Mode---Size----Key type--
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
6 DES CBC 56 PBE
7 RC4 ECB 128 binary

----------Object Cipher Selection-----------
----ID----Cipher---Mode---Size----Key type--
0 NULL NULL N/A N/A
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
7 RC4 ECB 128 binary