Posts tagged "decrypt"

Encrypt and Decrypt Web.Config (Connection Strings, etc) from ASP Page

Example: How to encrypt/decrypt connectionStrings and SessionState section on Web.Config file? This is a codebehid sample script written on C# to perform Encrypt and Decrypt procedure against few items on Web.Config file. Single ASP.NET page can perform this task easily, so you don’t have to write any code in command prompt. Declare this namespace:

Continue reading