Re: ConnectionStrings encryption
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 2 Jul 2006 07:34:32 +0000 (UTC)
well - encrypting stuff on the client doesn't really buy you any security.
if the app is able to decrypt it (running in the user's context) - then the user is able too...
just keep that in mind...
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Here's another resource that discusses the issue in the context of
both Web and Windows forms:
http://msdn2.microsoft.com/en-us/library/89211k9b.aspx.
--Mary
On Fri, 30 Jun 2006 17:13:10 +0100, paulo <isf@xxxxxxxxxxxxx> wrote:
Hello,
I just found the following article on how to encrypt connection
strings in .config files with .NET 2.0:
http://msdn2.microsoft.com/en-us/library/dtkwfdky.aspx
However it focus on ASP.NET applications, and I also want to do it in
Windows Forms applications. Is this possible? Could someone point me
to a way to do it using the new .NET 2.0 Protected Configuration
classes? Thanks in advance for any help given.
Regards,
paulo
.
- Follow-Ups:
- Re: ConnectionStrings encryption
- From: Mary Chipman [MSFT]
- Re: ConnectionStrings encryption
- References:
- Re: ConnectionStrings encryption
- From: Mary Chipman [MSFT]
- Re: ConnectionStrings encryption
- Prev by Date: Re: How to - PKCS#7 in c#
- Next by Date: Re: ConnectionStrings encryption
- Previous by thread: Re: ConnectionStrings encryption
- Next by thread: Re: ConnectionStrings encryption
- Index(es):
Relevant Pages
|