Okay... one other question I should have asked is whether you're creating
these links yourself, or if this is the querystring resulting from a
postback with the form's method set to "GET" instead of "POST".
If the latter, then I'd have to explore the issue further; otherwise, if you
just want to encrypt your own link parameters, I'd suggest searching for "
ASP.NET encryption" and seeing what kind of code samples/components you
get. There should be quite a few free ones out there, listed at sites like
http://aspdll.net/net/category7.aspx and the Microsoft ASP.NET Control
Gallery.
Peter
On 9/25/07, Rachael Colley < rrakky89%40hotmail.com">rrakky89
hotmail.com> wrote:
>
> Yes, I want to encrypt the contents of the querystring for security
> purposes.
>
> Cheers,
> Rach
>
> >From: "Peter Brunone" < peter.brunone%40gmail.com">peter.brunone
gmail.com<peter.brunone%40gmail.com>
> >
> >Reply-To: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk
yahoogroups.com<AspNetAnyQuestionIsOk%40yahoogroups.com>
> >Do you actually mean you want to encrypt the data passed in the
> >querystring,
> >or are you just trying to encode the special characters in the data so
> they
> >can be passed?
> >
> >Peter
> >
> >On 9/25/07, Rachael Colley < rrakky89%40hotmail.com">rrakky89
hotmail.com <rrakky89%40hotmail.com>>
> wrote:
> > >
> > >
> > > Hi,
> > >
> > > I am after a way to encrypt and decrypt querystrings. I have seen lots
>
> >of
> > > code on the net, I am just unsure about how to implement it.
> > >
> > > Any suggestions would be appreciated.
> > >
> > > Cheers,
> > > Rach
>
[Non-text portions of this message have been removed]
.