tde Questions
1
Solved
I have a question about SQL server's transparent encryption (TDE). I need to dump a database instance, which will be restored by another DBA remotely by dumped data files. I was asked to make sure ...
Confessional asked 29/4, 2020 at 23:17
1
https://learn.microsoft.com/en-us/sql/relational-databases/security/encryption/extensible-key-management-ekm says :
SQL Server provides data encryption capabilities together with Extensible Key Ma...
Expectancy asked 27/2, 2018 at 11:59
1
Solved
If I query sys.dm_database_encryption_keys, it comes back with an encryption_state of 3 (encrypted), percent_complete of 0. If I query sys.databases, the is_encrypted column has a value of 0 (not e...
Elbertina asked 30/1, 2013 at 20:23
6
Our client need to encrypt the MOSS content database so the content db should not be able to view by DBA or unauthorized people without the right encryption key. Seem the Transparent Data Encryptio...
Rapping asked 24/5, 2009 at 9:37
1
I want to enable Transparent Data encryption (TDE) on MySQL. I don't mind if the entire db is encrypted (as opposed to a few columns or rows or tables). I am using this for a study, so I am looking...
Schematism asked 24/9, 2012 at 18:8
4
Solved
When you need to store sensitive data such as CCs or SSNs, do you:
1) Build your own encryption routine within the application, define a secret key somewhere in a config file, and then manually en...
Nola asked 23/10, 2010 at 2:38
2
If I use Transparent Data Encryption on my database, is there any impact on my db performance? Is it cause any problem for database indexing?
Archle asked 12/2, 2012 at 15:56
1
Solved
Can I set up an Oracle Database in a way that all of the following statements are true
a) certain columns, potentially all columns are encrypted, so that direct file access to the database file wo...
Antilebanon asked 9/2, 2010 at 15:31
1
© 2022 - 2024 — McMap. All rights reserved.