The conversion of data into a form that cannot be easily understood by unauthorized users.
Questions tagged [encryption]
388 questions
1
vote
2 answers
how to Protect certificate in sql server
I am using symmetric key encryption in SQL server but the problem is that if anyone has permissions to explore the database they can easily view certificates and symmetric keys and can therefore access encrypted data using these keys. How can this…
0
votes
2 answers
How Does a Database that Supports TDE Work In Practice?
I'm very curious on how does TDE is implemented in practice. My goal is to get understanding on the usability constraint and possibility performance impact of applying such technique.
Thus I'm trying to understand how does the database perform…
Mycotina
- 101
- 3
0
votes
2 answers
Encrypt application name in c# and decrypt in SQL Server
I've encrypted application name in my c# app using MD5, so when constructing the connection string the application name is passed to SQL as encrypted. I would like to decrypt in SQL server the value to see if there is a match?
How can I get the…
Elena2020
- 71
- 8
0
votes
0 answers
How to speed up the database encryption / decryption process in Oracle 11 Standard Edition?
I have an 11-year old huge database designed in Oracle 11g Standard Edition. It requires to be encrypted for maximum security.
We have used dbms_crypto library to perform the encryption & decryption but it is consuming a lot of time decrypt &…
user213865