Column and Tablespace Encryption
This section includes the following topics:
Column Encryption
Create a table with column encryption option.
Enter some values.
Access the data using the SELECT query.
Check the encrypted columns in the database.
Tablespace Encryption
Create an encrypted tablespace. Then create a table in that tablespace.
Note
ENCRYPTION USING 'AES256'
specifies the encryption algorithm and the key length for the encryption. Enclose this setting in the single quotes (' '). The key lengths are included in the names of the algorithms.If you do not specify an encryption algorithm then the default encryption algorithm
AES128
is used. You can choose from the following algorithms:3DES168
,AES128
,AES192
,AES256
. ENCRYPTION keyword in the query is used to specify the encryption algorithm. TheENCRYPT
keyword in the query actually encrypts the tablespace.
Insert some values into the CUSTOMERS table.
Access the data using the select query.
Check the encrypted tablespaces in the database: