This code has been used to encrypt and decrypt query string .No matter what the lenght of the url is ,this code will encrypt the key and the value the query string into 25 digit
using System;using System.Collections.Generic;using System.Text;using System.Collections.Specialized;using System.Collections;using ...