Encrypting connection strings in .Net
From: Boris Jurado (boris_jurado_at_hotmail.com)
Date: 05/27/04
- Previous message: Alek Davis: "Re: Obfuscation"
- Next in thread: Alek Davis: "Re: Encrypting connection strings in .Net"
- Reply: Alek Davis: "Re: Encrypting connection strings in .Net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 27 May 2004 13:34:42 -0700
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!!!
- Previous message: Alek Davis: "Re: Obfuscation"
- Next in thread: Alek Davis: "Re: Encrypting connection strings in .Net"
- Reply: Alek Davis: "Re: Encrypting connection strings in .Net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|