You could build a function that would do some sort of algorythm on the value of the field, and then pass it, then call a reverse to that function when you want the value back out. But that would have to be done after the Request.querystring. So essentially you would encode it, pass it as a querystring, then take it from the querystring to a local, decode it, and go from there.