TDE, or Transparent Data Encryption, is used by Microsoft and Oracle to encrypt database content.
Questions tagged [tde]
141 questions
0
votes
0 answers
What are the pros and cons attaching TDE enabled .mdf to SqlLocalDb?
I am thinking to attach TDE-enabled .mdf files to SqlLocalDb. Before investing time in it, I want to know whether it is worth doing that? So need some helpful suggestions.

Siddharood
- 908
- 1
- 12
- 24
-1
votes
1 answer
Encrypt Data in Database or in Program
I am giving a presentation about cryptography. My teacher told me to include the advantages and disadvantages of TDE encryption and especially why you should use them instead of encrypting with C# for example. I couldn't find the real advantages of…

Pjaks
- 251
- 1
- 11
-1
votes
1 answer
Store Wrapped Key into Bouncy Castle FIPS Key Store
I am using bouncy castle FIPS key store(BCFKS) and I am wrapping my DEK using the another AES key so it will give me a block of Encrypted DEK.
now I am able to store the encrypted DEK block of bytes into BCFKS but when I have to get it I am getting…

Sunny Khatik
- 17
- 4
-1
votes
1 answer
Is it possible for a hacker to read the data in a Postgres database if they copy the database files?
Assume that I do not enable encryption at rest for my POSTGRES database, and the database is installed in a VM which has bitlocker encryption.
If a hacker copies the database files, can they read the data? How can the copied database files be…

stalwalk
- 111
- 10
-1
votes
3 answers
AlwaysOn Failover, secondary node jobs fails
When testing the failover functionality, the secondary node is unable to run any jobs accessing a TDE database failing with the following error
Please create a master key in the database or open the master key in the session before performing this…

jlj
- 75
- 1
- 10
-2
votes
2 answers
I get an error when implementing tde in SQL Server 2008
USE MyDatabase
GO
CREATE DATABASE ENCRYPTION KEY
WITH ENCRYPTION
ALGORITHM = AES_256 BY SERVER CERTIFICATE TDECert
GO
when i execute this statement in SQL Server 2008 I get the error:
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the…

mahima
- 1
- 1