G
Groove
I think what I'm trying to do is fairly simple. I simply want to encrypt or
mask a querystring variable (db record key) so the URL looks like:
page.aspx?id=abcdef.... etc. instead of page.aspx?id=1
Using VB .NET2, how can this be done. I found some references (just a few)
on asp.net but most were in C# and frankly they all seemed like extremely
overkill. I also searched MSDN and found nothing for "SecureQueryString" so
I think I might be going in the wrong direction.
All I want to do it mask on the sending page and decode it on the receiving
page.
A sample and assistance would be GREAT.
Thanks!
mask a querystring variable (db record key) so the URL looks like:
page.aspx?id=abcdef.... etc. instead of page.aspx?id=1
Using VB .NET2, how can this be done. I found some references (just a few)
on asp.net but most were in C# and frankly they all seemed like extremely
overkill. I also searched MSDN and found nothing for "SecureQueryString" so
I think I might be going in the wrong direction.
All I want to do it mask on the sending page and decode it on the receiving
page.
A sample and assistance would be GREAT.
Thanks!