Tagged Questions
1
vote
1answer
679 views
How can I duplicate a SQL Server symmetric key?
We have a server with a database that has a symmetric key (Database -> Security -> Symmetric Key). We have a backup duplicate databases that we are using as a test databases, but we don't have this ...
0
votes
3answers
783 views
SQL Symmetric Key and opening it from C#
I am trying to encrypt data in SQL Server via a Symmetric key. When a user submits data through a web form, I would like for the data to be encrypted, using my Symmetric Key that I have saved inside ...