This document is an introduction to Transparent Data Encryption (TDE) presented by John Magnabosco. TDE encrypts the physical files of a SQL Server database without requiring changes to the database schema. It uses keys stored in the master database to encrypt the database encryption key that is used to encrypt each database. The presentation covers what TDE is, how its key architecture works, how to implement and backup/restore TDE encrypted databases, and some additional details on TDE functionality.