I want to encrypt my appSettings and ConnectionStrings that located on my web.config file.
But since I’m using a shared hosting, I can’t use aspnet_regiis.exe method.
Is there any other way to encrypt web.config file? (an online tool, a remote tool, a programming way, or…)
Not tested by me, from CodeProject, hope that it will work
Aspx Code:
http://www.codeproject.com/Tips/304638/Encrypt-or-Decrypt-Connection-Strings-in-web-confi