Maen
Maen

Reputation: 1030

Encrypt data in web.config

I have the following line in my web.config

<appSettings>
   <add key="AdminPassword" value="ASDF1234" />
</appSettings>

How can I encrypt it? I tried this tutorial but it got me all confused

Help?!

Upvotes: 4

Views: 969

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65586

See the articles at: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx

Upvotes: 3

Related Questions