Create a column encryption key using a specified encryption method.
- In the Administration Console view, select .
- Click Column Encryption Keys.
- Select New.
You see the Add Column Encryption Key wizard.
- Select the Adaptive Server and database where the encryption key is being defined.
- Select the key owner.
- Enter an encryption key name.
- Select these parameters for the Advanced Encryption Standard (AES) encryption algorithm:
- Key length – choose 128, 192, or 256, depending on the level of security you need.
- Default key – select this key as the default key to allow users to create encrypted columns without specifying the key.
- Encryption method – select one of these:
- Select the initialization vector to be either random(the default) or null. Use the initialization vector padding to increase the security of encrypted data by increasing the cryptographic variance of the cipher text.
- Select the pad value to be either random or null(the default). If pad is set to random, Adaptive Server uses datatype padding when the length is less than one block.
- (Optional) Click Summary to verify your selected options.