network monitoring
Results 1 to 9 of 9

Thread: How to encrypt string in c#...

Threaded View

  1. #2
    Join Date
    Oct 2010
    Posts
    3
    if u dont want the user to be able to see the querystring, just use action=POST instead of get in ur form tag (by default action=GET). this would hide the querystring from the user. or you could write functions in js to encrypt and decrypt the request url. (use any of the encryption algos.) but i'd still s***est using post action
    ............................................................
    Last edited by DougN; 06-09-2015 at 06:10 PM.

Similar Threads

  1. how to encrypt private photos?
    By meiling277869 in forum Security & Encryption
    Replies: 5
    Last Post: 12-14-2009, 04:02 AM
  2. My Encrypt program help
    By Moonbat in forum Security & Encryption
    Replies: 8
    Last Post: 09-23-2006, 02:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts