Skip to content

Tag Archives: Connection string encryption

Encrypting and Decrypting Configuration Sections

04-Feb-10

Recently I got chance to work with security audit team for my web application, and one suggestion I got from them is to encrypt connection strings section in web.config. I thought it involves lot of coding changes, and I was not aware of ASP.Net utility which will help to encrypt and decrypt the connection strings [...]