Re: SQL 2005 Encryption with off-the-shelf software
- From: "Mike C#" <xyz@xxxxxxx>
- Date: Thu, 4 Jan 2007 23:51:50 -0500
That covers securing data "in transit", but I think the OP might have been
asking about the new T-SQL encryption designed to protect your data "at
rest".
To answer the OP's question, the vendor would need to add support for T-SQL
encryption into their product. Even if you were able to modify the vendor
code to take advantage of T-SQL encryption on your own, it might be a
violation of your contract with the vendor...
"Plamen Ratchev" <Plamen@xxxxxxxxxxxxx> wrote in message
news:%23ZjzxCIMHHA.2232@xxxxxxxxxxxxxxxxxxxxxxx
You set up the SQL Server encryption at the SQL Server level. The third
party application that is using SQL Server will simply use the encrypted
connection. Once you set up the encryption between the client and the
server all connections will be encrypted.
See the following articles for more information on setting up encryption
in SQL Server:
http://support.microsoft.com/kb/276553
http://msdn2.microsoft.com/en-us/library/ms189067.aspx
http://msdn2.microsoft.com/en-us/library/ms191192.aspx
Another option is to use IPSec to encrypt the network traffic. This
happens at the network layer so no need to do any settings on SQL Server.
Here are more details about IPSec:
http://support.microsoft.com/default.aspx?kbid=888266
http://www.microsoft.com/technet/network/ipsec/default.mspx
Regards,
Plamen Ratchev
http://www.SQLStudio.com
<brimoore@xxxxxxxxxxx> wrote in message
news:1167837714.006022.249790@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I've been reading up on SQL Server 2005 encryption options, and it
seems that when retrieving encrypted data you must use either a key or
a certificate in your query to decrypt the data.
What if I am using a commercial, off-the-shelf product that utilizes a
SQL Server backend? Since I would not be designing the queries (they
would be "built in" to the app) is it possible to use SQL Server
Encryption?
My guess is that the 3rd party app would have to have native support
for SQL Server Encryption, probably in the form of a configuration
screen where one could enter a key or certificate information. But I
am new to this, and perhaps there is another way...
Any insights would be appreciated.
.
- Follow-Ups:
- Re: SQL 2005 Encryption with off-the-shelf software
- From: brimoore
- Re: SQL 2005 Encryption with off-the-shelf software
- References:
- SQL 2005 Encryption with off-the-shelf software
- From: brimoore
- Re: SQL 2005 Encryption with off-the-shelf software
- From: Plamen Ratchev
- SQL 2005 Encryption with off-the-shelf software
- Prev by Date: Re: sqlcmd
- Next by Date: RE: IIS (ASP) -> SQLServer Authentication Issue
- Previous by thread: Re: SQL 2005 Encryption with off-the-shelf software
- Next by thread: Re: SQL 2005 Encryption with off-the-shelf software
- Index(es):
Relevant Pages
|