Re: SQL-Server and Content encryption
From: Andrew J. Kelly (ajkellynospam@attbi.com)
Date: 04/23/03
- Next message: Paula: "Re: Failed to copy table objects - DTS Wizard"
- Previous message: Marie McFadden [MSFT]: "SAVE $100!! Tech Ed.. June 1-6, 2003.. Dallas, Texas"
- In reply to: Reiner: "SQL-Server and Content encryption"
- Next in thread: Madhu: "Re: SQL-Server and Content encryption"
- Reply: Madhu: "Re: SQL-Server and Content encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Andrew J. Kelly" <ajkellynospam@attbi.com> Date: Wed, 23 Apr 2003 09:52:25 -0400
SQL Server does not have any encryption features built in like that. If you
really don't want anyone (even sa) to be able to decrypt it then you must do
the encryption and decryption in the application. Then sql server is just a
data store as it is intended and unless someone else has this decryption
scheme they won't be able to interpret the data even if they can read it.
-- Andrew J. Kelly SQL Server MVP "Reiner" <Reiner.proels@laposte.net> wrote in message news:02b301c3099b$f4f9ac50$2f01280a@phx.gbl... > Hello, > > is there any possibility to hide the datas stored in the > database even for an administrator (encryption). So only a > special application with a build in password / key can > read the data stored in the SQL-Server database? > > Thanks > > Reiner
- Next message: Paula: "Re: Failed to copy table objects - DTS Wizard"
- Previous message: Marie McFadden [MSFT]: "SAVE $100!! Tech Ed.. June 1-6, 2003.. Dallas, Texas"
- In reply to: Reiner: "SQL-Server and Content encryption"
- Next in thread: Madhu: "Re: SQL-Server and Content encryption"
- Reply: Madhu: "Re: SQL-Server and Content encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|