The database sat under lock and key, but the keys themselves were the real prize. Transparent Data Encryption (TDE) changes that equation. It encrypts data at rest at the storage level, making stolen files unreadable without the right certificate or key. No patchwork. No manual column-by-column encryption. It is on or off — and when it’s on, everything in the database and log files is encrypted.
Licensing model
Transparent Data Encryption (TDE) is not a single product. It’s a feature controlled by the database vendor’s licensing terms. Microsoft SQL Server, Oracle, and Azure all have TDE, but the way you get it — and pay for it — varies. In SQL Server, TDE is part of Enterprise Edition. You must license every core, and the cost scales with your hardware. In Azure SQL Database, TDE is enabled by default with no extra cost, but advanced key management through Azure Key Vault may add charges. Oracle Database offers TDE in its Advanced Security Option, purchased separately on top of your base license.
Understanding the licensing model is not optional. Enabling TDE without the right license can trigger compliance issues and unexpected bills. Many organizations discover late that encryption capabilities they assumed were included actually require premium tiers. Read the fine print in your vendor’s licensing guide. Look at how high availability, replicas, and cloud instances are billed. With TDE, licensing and architecture are linked. You deploy it wrong, you pay twice.