Reputation: 1030
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
Reputation: 65586
See the articles at: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspx
Upvotes: 3