|
| ||||||||||
| Tags: asp encrypt, page source, querystring |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to enable ASP encrypt querystring with website page
|
|
#2
| |||
| |||
| Re: How to enable ASP encrypt querystring with website page
There are some circumstances when you need to encrypt query string parameters in your URLs in order to secure your web applications. Using query strings to send data from the browser to the server is a widespread approach. This will cause the browser to display different url. Other is by passing the value by the use of the Session variables. The basic idea of this method is using DES cryptography system to encrypt query string parameters on one side and then decrypting it on the other side. |
|
#3
| |||
| |||
| Re: How to enable ASP encrypt querystring with website page
The basic idea of this method is using DES cryptography system to encrypt query string parameters on one side and then decrypting it on the other side.You may use the following programming code, StreamReader(ConfigurationManager.AppSettings["PublicKey"].ToString()); The main part of the presented solution consists of a HttpModule the page source they should not be able to see the QueryString value, which decrypts the query string and hence provides the page request with the ordinary unencrypted query strings. |
|
#4
| ||||
| ||||
| Re: How to enable ASP encrypt querystring with website page
ASP.NET How to Encrypt Query String Parameters in ASP.NET, Using client templates. This is a class that will encrypt/string a string. In page1 you make a call to the fucntion. Encrypt the querystring and then redirect the user to page2. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to enable ASP encrypt querystring with website page" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re-enable the script for website in opera. | Holly Dayin | Technology & Internet | 2 | 24-02-2012 06:54 PM |
| Why the page rank of a new website is zero? | Sheamus | Technology & Internet | 3 | 18-01-2011 06:38 AM |
| How a website looses its page rank | Himalayan | Technology & Internet | 5 | 17-01-2011 06:59 AM |
| Switch to active web page on website | AdityaR | Software Development | 3 | 31-10-2009 07:52 PM |
| what is Favicon Icon and do we enable it with our website | ComPaCt | Windows Software | 3 | 22-09-2009 03:18 PM |