How can you secure/encrypt your querystring in asp.net?
- by Sem Dendoncker
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.