TDE - Mark Nicholson

Mark Nicholson

public class Universe { public Universe(params object[] values) { throw new NotSupportedException(); } }

Browse by Tags

All Tags » TDE (RSS)
Enabling SQL Server 2008 Transparent Data Encryption (TDE)
"Transparent data encryption (TDE) performs real-time I/O encryption and decryption of the data and log files. The encryption uses a database encryption key (DEK), which is stored in the database boot record for availability during recovery. The DEK is a symmetric key secured by using a certificate stored in the master database of the server or an asymmetric key protected by an EKM module. TDE protects data "at rest", meaning the data and log files. It provides the ability to comply...