Re: SQL Connection string.
From: Mary Chipman (mchip@nomail.please)
Date: 07/30/02
- Next message: Pankaj: "Re: SQL Connection string."
- Previous message: Andrew J. Kelly: "Re: table size"
- In reply to: Pankaj: "SQL Connection string."
- Next in thread: Pankaj: "Re: SQL Connection string."
- Reply: Pankaj: "Re: SQL Connection string."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Mary Chipman <mchip@nomail.please> Date: Tue, 30 Jul 2002 11:37:43 -0400
Please do not cross-post the same message. asked and answered
elsewhere.
-- Mary
MCW Technologies
http://www.mcwtech.com
On Mon, 29 Jul 2002 14:06:48 -0700, "Pankaj"
<pankaj.surti@compuware.com> wrote:
>Hi,
>
>As all of you know Web.Config file has the connection
>string for SQL Server. The problem is the password is
>plain text, it is visible to all who has access to
>Web.Config file.
>
>I know to Hash the password
>using 'FormsAuthentication.HashPasswordForStoringInConfigFi
>le'.
>
>My problem is how do I UnHash the password so that I can
>pass to SqlConnection.Open("") method.
>
>One solution is using System.Security.Cryptography.*
>classes.
>
>But I do not know where to look for it. Please help me.
>
>thanks,
>- Pankaj Surti.
- Next message: Pankaj: "Re: SQL Connection string."
- Previous message: Andrew J. Kelly: "Re: table size"
- In reply to: Pankaj: "SQL Connection string."
- Next in thread: Pankaj: "Re: SQL Connection string."
- Reply: Pankaj: "Re: SQL Connection string."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|