How can you secure/encrypt your querystring in asp.net?
Posted
by Sem Dendoncker
on Stack Overflow
See other posts from Stack Overflow
or by Sem Dendoncker
Published on 2010-06-07T13:04:38Z
Indexed on
2010/06/07
13:12 UTC
Read the original article
Hit count: 210
Hi,
I was wondering how you could encrypt/decrypt your querystring in a simple asp.net page? some values need to be passed between different pages but the querystring cannot be changed or read.
Some say httphandles could be the solution for this.
Any thoughts?
Cheers, M.
© Stack Overflow or respective owner