0
sent high sensitive data thru url is not a recommended way. I hope you are not sending any sensitive data as query string. For encrypt and decrypt query string values refer the below url:
http://www.aspsnippets.com/Articles/Encrypt-and-Decrypt-QueryString-Parameter-Values-in-ASPNet-using-C-and-VBNet.aspx
0
Sir, i need encrypt the URL.
I have a URL www.site-address/site-page/page1.aspx?username=raja&password=raja how can i change the URL to www.site-address/site-page/page1.aspx?username=232322323232&password=2323232322323 ie i want to encrypt the fields i pass through the URL please help me to encrypt and decrypt the URL in C#
0
Why you need to encrypt the "entire" url? Or if you want to encrypt only the "query string" alone?
Did you meant the "Url Rewriting"?If so, you can follow the below url:
https://msdn.microsoft.com/en-us/library/ms972974.aspx