Encrypting Web.Config connection strings with ASP.NET 2.0
ElementZero | January 29, 2009One of the greatest things in security of your web application is the encryption of the connection strings to the database. If the database connection strings are compromised, then an attacker could gain access to your database and cause unforeseen damage. In order to avoid this, Microsoft has created best practices and instruments for encrypting your connection strings in ASP.NET 2.0. This documentation may be found here. I wrote… Continue reading





