Previous Topic: Example: Valid Key Section Names

Next Topic: Hardware Requirements

Example: Symmetric Key and Key Section

This example shows the use of the SymmetricKeys section and the key_section to specify keys and their associated parameters. In this example the hrkey has been deactivated, as specified by the Deactivate=Y attribute, and a new key has been added to replace it, hrkey_new.

<SymmetricKeys>
Key=hrkey
Key=payrollkey
Key=vaultkey
<hrkey>
Algorithm=aes128
Regenerate=monthly
Deactivate=Y
<hrkey_new>
Algorithm=aes256
Regenerate=monthly
<payrollkey>
Algorithm=aes192
Regenerate=yearly
<vaultkey>
Algorithm=des64
Regenerate=weekly
NumberOfGenerations=20