
This article gives you a general view of the Encryption of Connection string inside the Web.config feature and how you can use encryption and increase the security and keep the secure connection with the database. The .NET Framework 2.0 allows you to encrypt configuration sections within the Web.config or machine.config files. Encryption support for configuration files is added to the .NET Framework 2.0. The .NET Framework libraries support for encryption and decryption in code. In this article I’ll show how to protect data stored in a configuration file via encryption and describe of configuration file sections.
|