HOW TO: Encrypt the settings in your web.config

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/9/22/how-to-encrypt-the-settings-in-your-webconfig.html
Published Monday, September 22, 2003 10:01 AM by RoyOsherove
Filed under:

Comments

Monday, September 22, 2003 7:52 AM by Mathew Nolton

# re: HOW TO: Encrypt the settings in your web.config

Interesting article. I will have to look into it more.

We took a slightly different approach. We are using the Configuration Block. Since another group owns the credentials for the connection strings to production databases, we just agreed on the keys to use to get into the block. The operations group controls where the data is actually stored and the underlying values.

But I will have to look at this. It looks like something I will have to keep in my backpocket for later use.
-Mathew Nolton