hey all,
you know how you can pass parms thru the url (like
http://my.site.com/test.aspx?id=1
is there a way to encrypt the id number?
thanks,
rodchar
Mark Rae [MVP] - 04 Aug 2007 23:00 GMT
> hey all,
> you know how you can pass parms thru the url (like
> http://my.site.com/test.aspx?id=1
>
> is there a way to encrypt the id number?
Loads - what sort of encryption do you need...? How secure you you need it
to be...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Siva M - 06 Aug 2007 06:10 GMT
Yes, there are many options. Take a sample at
http://www.codeproject.com/dotnet/SimpleEncryption.asp
> hey all,
> you know how you can pass parms thru the url (like
[quoted text clipped - 4 lines]
> thanks,
> rodchar