Is there a howTo article that explains how to encrypt the data between the
server and client application. I work at a medical facility and this is a
HIPPA requirement.I am using SQL200 sp4
"Joe McHae" wrote:
> Is there a howTo article that explains how to encrypt the data between the
> server and client application. I work at a medical facility and this is a
> HIPPA requirement.|||You can use the .NET System.Security.Cryptography namespace fucntions to
encrypt data at the client. Google System.Security.Cryptography for
samples.
You can use SSL to secure data in-transit between the client and server.
Google SSL SQL Server 2000 for setup and configuration.
You can use extended procedures to encrypt data at the server. Look here
for examples:
http://www.sqlservercentral.com/col...oolkitpart1.asp
"Joe McHale" <JoeMcHale@.discussions.microsoft.com> wrote in message
news:4CD0483C-E188-4C7A-9B62-89B2A4E394E7@.microsoft.com...[vbcol=seagreen]
>I am using SQL200 sp4
> "Joe McHae" wrote:
>
No comments:
Post a Comment