Tamper Proof Query String (written in C#)
Original CodeProject article - http://www.codeproject.com/aspnet/TamperProofQueryString.asp
This is the few changes that I did to the Helper function to have this working
static public string encode(string value){ return
Continue reading