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
"rodchar" wrote in message news:5ED53F82-C1BF-43D7-BD4B-B28D7A628494@microsoft.com... > 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...? -- Mark Rae ASP.NET MVP http://www.markrae.net
Yes, there are many options. Take a sample at http://www.codeproject.com/dotnet/SimpleEncryption.asp "rodchar" wrote: > 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