Ankh Morpork's Finest Coder
Friday, October 15, 2004
#$%VCS(#*@#% (ENCRYPTION & BEYOND)
Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication
The above is a really good article on encryption for .Net. They cover
-DES (Digital Encryption Standard)
-Triple DES
-Rijndael
-RC2
The code allows you to select between the 4 encryptions. I will definately use this for my Authentication class for the DotNetBlogger.