January 2007
Encrypting connection strings in app.config II
My previous post about connection string protection involved a lot of code and a special encryption class. This example uses the built-in protection provider in the .NET 2.0 framework. The result is a lot less code and a much easier means of protecting your connection strings and other sensitive data.

