Re: database security
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 05/08/02
- Next message: Paul Turley: "Connecting over internet from Enterprise Mgr"
- Previous message: Sue Hoegemeier: "Re: How to change Windows Domain"
- In reply to: Michou: "database security"
- Next in thread: tgurin@thereturnexchange.com: "database security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Tue, 07 May 2002 19:46:35 -0600
There isn't anything built-in to do encryption, other than
some undocumented system stored procedures that probably
wouldn't be wise to use. You can write your own encryption
using the CryptoAPI. There is a link to a sample xp that
does encryption and some additional information on
encryption alternatives in this FAQ:
http://www.mssqlserver.com/faq/general-encrypt.asp
In terms of the DSN, the usual approach is to use DSN-less
connection so that it's in the application, not in an
external source.
-Sue
On Tue, 7 May 2002 11:16:50 -0400, "Michou"
<jcaruso2000@hotmail.com> wrote:
>Hi
>
>How do you protect sensitive data (like CC numbers)? Also, when an
>application needs a DSN (C++ app), is there a way to hide this DSN and the
>application can still have it, without being hardcoded, or without human
>intervention.
>
>Michel
>
>
- Next message: Paul Turley: "Connecting over internet from Enterprise Mgr"
- Previous message: Sue Hoegemeier: "Re: How to change Windows Domain"
- In reply to: Michou: "database security"
- Next in thread: tgurin@thereturnexchange.com: "database security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|