Wednesday, August 26, 2015

Encrypting Configuration Sections in Web.config

If you want to encrypt your Web.config Configuration Sections, then you will definitely want to take a look at these MSDN articles:


How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI
https://msdn.microsoft.com/en-us/library/ff647398.aspx


How To: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA
https://msdn.microsoft.com/en-us/library/ms998283.aspx

No comments:

Post a Comment