Re: Encrypting connection strings in .Net
From: Alek Davis (alek_xDOTx_davis_xATx_intel_xDOTx_com)
Date: 05/27/04
- Next message: dsergovic: "Re: HttpWebRequest and SSL client certs in the 'Local Computer' store"
- Previous message: Boris Jurado: "Encrypting connection strings in .Net"
- In reply to: Boris Jurado: "Encrypting connection strings in .Net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 May 2004 14:32:10 -0700
Boris,
Please check this article: "Safeguard Database Connection Strings and Other
Sensitive Settings in Your Code" at
http://msdn.microsoft.com/msdnmag/issues/03/11/ProtectYourData/default.aspx.
Alek
"Boris Jurado" <boris_jurado@hotmail.com> wrote in message
news:644bac.0405271234.1e34ad49@posting.google.com...
> Hi,
>
> I have a Web Application, that connects to a SQL Data Base, the
> connection string is hard coded right now. I want to move this
> connection string to my web.config file. What I want to do is encrypt
> the string before I put it in the .config file.
>
> I don't want to generate my own key, or develop some algoritm. I would
> like to know if Windows have some way to generate an encryption key
> that I can use to encrypt my connection string and let the
> responsability of this key to the OS and no my application.
>
> Any example, link, hint or explanation is such wellcome.
>
> Thank you very much!!!
- Next message: dsergovic: "Re: HttpWebRequest and SSL client certs in the 'Local Computer' store"
- Previous message: Boris Jurado: "Encrypting connection strings in .Net"
- In reply to: Boris Jurado: "Encrypting connection strings in .Net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|