Re: SQL Server 2000 / 2005 Encryption
- From: "Mike C#" <xyz@xxxxxxx>
- Date: Mon, 3 Mar 2008 19:12:47 -0500
"Rubens" <rubensrose@xxxxxxxxxxx> wrote in message
news:CA7939A8-A98C-4202-9CC2-8D7052735B8E@xxxxxxxxxxxxxxxx
Excellent, thank-you Mike! This definitely points me in the right
direction. Let me take a step back and explain what I am trying to
accomplish and see if this makes sense. We will initially be doing this
on a SQL 2000 machine.
We have data in a table that needs to be encrypted. Ultimately, this
information needs to end up on a Tablet PC in Excel for users that have
permission. So here is how I think we can accomplish this.
After I go through the steps you listed below, we need to distribute the
certificate to the Tablet PC's and install it.
Once it is on the Tablet, does Excel just know to use this certificate
because the information in the data dump / pivot table needs to be
decrypted?
Is the same certificate used to secure the connection as well as
decrypting the data in the table?
Does this make sense?
We need to separate these two issues you're talking about here:
1) You're talking about encrypting the connection to SQL Server, which is
possible on SQL 2000 and SQL 2005 through SSL.
2) You're also talking about encrypting the data stored "at rest" in the
database. This is possible on SQL 2005 via built-in T-SQL statements and
functions, but requires 3rd-party tools, usually some sort of extended
procedures (XPs).
The certificates used to encrypt your data stored on SQL Server 2005 and to
encrypt your SSL connections will be different. SQL Server can generate its
own self-signed certificates though, and that should make the SSL
encryption/connectivity easier for you. Excel does not know how to decrypt
data stored in SQL Server 2005 in encrypted form.
.
- Follow-Ups:
- Re: SQL Server 2000 / 2005 Encryption
- From: Rubens
- Re: SQL Server 2000 / 2005 Encryption
- References:
- SQL Server 2000 / 2005 Encryption
- From: Rubens
- Re: SQL Server 2000 / 2005 Encryption
- From: Mike C#
- Re: SQL Server 2000 / 2005 Encryption
- From: Rubens
- SQL Server 2000 / 2005 Encryption
- Prev by Date: Re: LOGON trigger
- Next by Date: Re: SQL Server 2000 / 2005 Encryption
- Previous by thread: Re: SQL Server 2000 / 2005 Encryption
- Next by thread: Re: SQL Server 2000 / 2005 Encryption
- Index(es):
Relevant Pages
|