Content deleted Content added
Smcauliffenz (talk | contribs) m →Microsoft SQL Server TDE: Date correction |
m WP:CHECKWIKI error fixes using AWB (11974) |
||
Line 1:
{{
'''Transparent Data Encryption''' (often abbreviated to '''TDE''') is a technology employed by both [[Microsoft]] and [[Oracle Corporation|Oracle]] to [[encryption|encrypt]] [[database]] files. TDE offers encryption at file level. TDE solves the problem of protecting data at rest, encrypting databases both on the hard drive and consequently on [[backup]] media. Enterprises typically employ TDE to solve compliance issues such as [[PCI DSS]].
Microsoft offers TDE as part of its [[Microsoft SQL Server]] 2008, 2008 R2, 2012, 2014 and 2016 when released. TDE is only supported on the Evaluation, Developer, Enterprise and Datacenter editions of Microsoft SQL Server. SQL TDE is supported by [[Hardware Security Module]]s from Thales e-Security, Townsend Security and SafeNet, Inc.
Line 10:
== Microsoft SQL Server TDE ==
SQL Server utilizes an encryption hierarchy that enables databases to be shared within a cluster or migrated to other instances without re-encrypting them. The hierarchy consists of a combination of symmetric and asymmetric ciphers:<ref>[https://technet.microsoft.com/en-us/library/bb934049(v=sql.110).aspx "Transparent Data Encryption (TDE)"] ''Microsoft TechNet''</ref>
* Windows [[
* The Service Master Key encrypts the Database Master Key (DMK).
* The Database Master Key is used in conjunction with a certificate to encrypt the Database Encryption Key.
* The Database Encryption Key is used to encrypt the underlying database files with either the [[
* The ''master'' database that contains various system level information, user accounts and management services is not encrypted.
During database backups, [[
To enable automatic booting, SQL Server stores the lowest level encryption keys in persistent storage (using the [[
== See also ==
Line 27:
* [[Encryption]]
* [[Hardware Security Module]]
==References==
{{Reflist}}
==External links==
Line 37 ⟶ 40:
* http://download.oracle.com/docs/cd/B19306_01/network.102/b14268/asotrans.htm#BABDFHHH
* [https://www.p6r.com/articles/2014/11/22/p6rs-pkcs-11-provider/ P6R's PKCS#11 Provider and Oracle TDE]
[[Category:Disk encryption]]
|