Ravikanth's Blog

Happenings around Me

April 2005 - Posts

IIS Webcast Series Website
Check out new consolidated list of IIS webcast series in one portal: www.iiswebcastseries.com
Integrity and Encryption with ASP.NET Viewstate

In Machine.config we have the following element

<machineKey validationKey="AutoGenerate|value[,IsolateApps]"  decryptionKey="AutoGenerate|value[,IsolateApps]"  validation="SHA1|MD5|3DES"/>

In validation we can mention any one of the alogorithms(SHA1, MD5 or 3DES)
SHA1 will be used for integrity check only. It is just a hashing algorithm.
And 3DES be used for encryption.

My Question is why we can't specify SHA1 and 3DES, which provides integrity and encryption.

Google gulp

google announces google Gulp (BETA)™ with Auto-Drink™ (LIMITED RELEASE), a line of "smart drinks" designed to maximize your surfing efficiency by making you more intelligent, and less thirsty.

Check here http://www.google.com/googlegulp/

More Posts