multiplex77
Programmer
Hi,
I'm creating a database-driven ASP app and I was wondering if there is a way to Encrypt URL variables or query strings that I pass to my forms. Currently, I can't pass URL variables if the variables contain sensitive info. e.g.,
Is there any way to "encrypt" the querystring ("employee_no=1234"
to prevent a user from directly accessing this data by just typing in the URL (with the querystring)?
So far I've had to work around this problem using Redirects, Session variables and Form variables. But it would really be easier if I could just encrypt the URL querystring.
Thanks for the wisdom offered!
I'm creating a database-driven ASP app and I was wondering if there is a way to Encrypt URL variables or query strings that I pass to my forms. Currently, I can't pass URL variables if the variables contain sensitive info. e.g.,
Is there any way to "encrypt" the querystring ("employee_no=1234"
So far I've had to work around this problem using Redirects, Session variables and Form variables. But it would really be easier if I could just encrypt the URL querystring.
Thanks for the wisdom offered!