query string and any way to encrypt its values
-
Dears I’m using query string to pass variable between pages but the value of this variables is readable in address bar of browser , is their any way to encrypt it without change my code i.e. some configuration in IIS or install third party program Thanks for cooperation and support
-
Dears I’m using query string to pass variable between pages but the value of this variables is readable in address bar of browser , is their any way to encrypt it without change my code i.e. some configuration in IIS or install third party program Thanks for cooperation and support
Ya its very simple write a code for Encryption which will Encrpt your values before going to next page , add encrypted values to your query string then in next page get the values decrypt it and get the values :)
Thanks and Regards Sandeep
-
Ya its very simple write a code for Encryption which will Encrpt your values before going to next page , add encrypted values to your query string then in next page get the values decrypt it and get the values :)
Thanks and Regards Sandeep
-
Dear Sandeep thanks for your responce but i have to change my code :sigh: and Encryption & decryption will impact the performance or not?:doh: actuly im looking some thing in IIS wihout Encryption & decryption or changing me code..... :wtf: thanks