Encrypting and Decrypting Sections of a Web.config with PowerShell
In this post I will show you how to Encrypt and Decrypt Sections of a Web.config file. This function will encrypt a sections of a web.config file. function Encrypt-ConfigurationSection([int] $id, […]