Results 1 to 4 of 4

Thread: How to enable ASP encrypt querystring with website page

  1. #1
    Join Date
    Apr 2009
    Posts
    68

    How to enable ASP encrypt querystring with website page

    How to encrypt a query string in a secured and simple way? I tried everything to encrypt querystring and decrypt it back but this never success. Is there a way to encrypt the querystring so anyone trying to misuse the web site will not know what the encryption stands for also when people view the page source they should not be able to see the QueryString value. If this is possible for me to enable that in my script this will help me a lot.

  2. #2
    Join Date
    Oct 2008
    Posts
    129

    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. #3
    Join Date
    Apr 2008
    Posts
    117

    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. #4
    Join Date
    Jan 2009
    Posts
    108

    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.

Similar Threads

  1. Re-enable the script for website in opera.
    By Holly Dayin in forum Technology & Internet
    Replies: 2
    Last Post: 24-02-2012, 07:54 PM
  2. Why the page rank of a new website is zero?
    By Sheamus in forum Technology & Internet
    Replies: 3
    Last Post: 18-01-2011, 07:38 AM
  3. How a website looses its page rank
    By Himalayan in forum Technology & Internet
    Replies: 5
    Last Post: 17-01-2011, 07:59 AM
  4. Switch to active web page on website
    By AdityaR in forum Software Development
    Replies: 3
    Last Post: 31-10-2009, 07:52 PM
  5. what is Favicon Icon and do we enable it with our website
    By ComPaCt in forum Windows Software
    Replies: 3
    Last Post: 22-09-2009, 03:18 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,711,518.76219 seconds with 17 queries