Re: Hidden connection string
From: Fabio Cozzolino [MCAD] (cozzolino.fabio_at_gmail.com)
Date: 01/31/05
- Next message: pike: "RE: Problems with public key decryption with RSA"
- Previous message: lelteto: "RE: Problems with public key decryption with RSA"
- In reply to: haian: "Hidden connection string"
- Next in thread: William Stacey [MVP]: "Re: Hidden connection string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 31 Jan 2005 03:49:52 -0800
Hi,
you can use DPAPI Encryption. Look at this articles:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsecure/html/windataprotection-dpapi.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetht07.asp
DPAPI ensure protection of strings by using simmetric encryption based
on current user store or machine store. You can build simple web tool
for encrypt database connection strings and copy the result string into
the web.config.
HTH
ciao
___________________________________
Fabio Cozzolino
Microsoft .NET MCAD
- Next message: pike: "RE: Problems with public key decryption with RSA"
- Previous message: lelteto: "RE: Problems with public key decryption with RSA"
- In reply to: haian: "Hidden connection string"
- Next in thread: William Stacey [MVP]: "Re: Hidden connection string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|