Previous Topic: Set the Encryption Key Change ThresholdsNext Topic: Data Compression


Change the Master Encryption Key

On each CA DataMinder machine, the keys used to encrypt stored data (the blob file keys) are themselves encrypted with a master key. For maximum data security, CA DataMinder allows you to manually change this master key.

Clearly, changing the master encryption key, especially on the CMS, is an extremely sensitive task. For this reason, the key change process has been rigorously engineered to eliminate the risk of data loss arising from an unrecoverable blob file encryption key. In particular, CA DataMinder:

CA DataMinder provides a command line method for manually changing the master encryption key. The command syntax is:

wgninfra -exec  wigan/infrastruct/database/KeyServices ManageKeys -m

Where:

wigan/infrastruct/database/KeyServices

Is the Java Class path. You must type this path exactly as shown here.

ManageKeys

Identifies the command as an encryption key operation.

-m

Specifies that the operation applies to the local master key.

More information:

Encrypt Stored Data