CREATE DATABASE ENCRYPTED clause extension

The syntax for the ENCRYPTED clause of the CREATE DATABASE statement has been extended to allow you to specify SIMPLE as an encryption type. Additionally, you can specify the encryption key and the algorithm in any order.

You can now specify the algorithms AES256 and AES256_FIPS in the CREATE DATABASE ENCRYPTED clause. See CREATE DATABASE statement in Chapter 1, “New Features in Sybase IQ 15.0,” in Reference: Statements and Options.