Tagged Questions

1
vote
1answer
947 views

Request.Querystring removes characters from encrypted text

In my application I take a user's e-mail address, encrypt it, and URLEncode it, and pass it along into a QueryString. email = Server.UrlEncode(aes.Encrypt(email)); The landing page does a ...