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
    11    AES      CBC    128     PBE
    12    AES      CBC    256     PBE


--------- 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


-----Binary Dump File Cipher Selection------
----ID----Cipher---Mode---Size----Key type--
     6    DES      CBC    56      PBE
    11    AES      CBC    128     PBE
    12    AES      CBC    256     PBE