Loading
Prepare for Email to Become the Default Login ExperienceRead More
Data Encryption Keys for Database Encryption

Data Encryption Keys for Database Encryption

Similar to FLE, DEKs for Database Encryption are either generated or supplied by the customer.

The database tenant secret (generated or BYOK) is used as one part of the final derived DEK. The database tenant secret is used to derive the final tenant-specific per-fragment DEK that is used for encryption and decryption in the database. Having per-fragment keys mitigates the potential concerns with AES GCM and key overuse.

The parts that contribute to the derived key are:

  • Your database tenant secret (Salesforce generated or BYOK)
  • A per-data-fragment randomly generated 128-bit salt

These components are supplied to a key derivation function (KDF) to generate a different DEK for every database fragment. The key derivation function is based on openssl HKDF. Unlike FLE, where the derivation happens on a key derivation server, with Database Encryption, the derivation happens within the transactional database.

Note
Note Due to the nature of encryption within the database, there’s a delay before a new Database Encryption seed is used. See Special Database Encryption Considerations for more information.
 
Loading
Salesforce Help | Article