About Transparent Data Encryption

Protects sensitive at-rest data stored in configuration files and in database tables.

Protects sensitive at-rest data using a local encryption key file or remotely stored and managed KMIP encryption key.
  • Configuration file properties: Protects LDAP search password, LDAP truststore password, SSL truststore passwords.
  • System resources: Protected properties using the same key for the system.batchlog and system.paxos tables, hint files and commit logs.
  • Database tables: Protects all data in the table except for the primary key columns. Different tables can use different keys.

    SSTable data files are immutable once they have been flushed to disk and are only encrypted during the write to disk. To encrypt existing data, use the with the -a option to rewrite the tables to disk with encryption.

    Warning: Do NOT store sensitive data in Primary Key columns. Transparent data encryption does not encrypt partition keys and clustering columns.

Data that is not encrypted

DSE does not encrypt the following:
  • Table partition key and clustering columns
  • Database files other than the commit log and SSTable data files
  • DSEFS data files

Requirements

To use the DataStax Enterprise (DSE) Transparent Data Encryption (TDE) feature, enable the Java Cryptography Extension (JCE).
Note: Starting in JDK 8u161, JCE Unlimited is enabled by default. Refer to the Release Notes for JDK 8u161.

When using TDE secure local file system. Encryption keys are stored remotely with KMIP encryption or locally with on-server encryption.

TDE limitations and recommendations

The following utilities cannot access encrypted data, but will operate on all unencrypted data.

Compression and encryption introduce performance overhead.

Important: Data is not directly protected by TDE when you access the data using the following utilities.
Utility Reason utility is not encrypted
nodetool Uses only JMX, so data is not accessed.
sstableloader Operates directly on the SSTables.
sstablescrub Operates directly on the SSTables.
sstableutil Operates directly on the SSTables.
sstableverify Operates directly on the SSTables.
Restriction: Lifecycle Manager (LCM) is not compatible when config_encryption_active is true in DSE and OpsCenter. For LCM limitations, see .

TDE options

To get the full capabilities of TDE and to ensure full algorithm support, enable JCE.
Note: Starting in JDK 8u161, JCE Unlimited is enabled by default. Refer to the Release Notes for JDK 8u161.