Encrypt QueryString

From: David Adams (mel1daa@hotmail.com)
Date: 06/22/02


From: "David Adams" <mel1daa@hotmail.com>
Date: Fri, 21 Jun 2002 23:42:08 -0500


Hi all,

Is there a way to easily encrypt a QueryString with .NET? I have a datagrid
with 30 rows of data that have a hyperlink to user information
(userinfo.aspx?ID=1234). I would simply like to have an encryption method
that I can use to quickly encrypt and decrypt this value with little
overhead.

Any suggestions would be appreciated!

Dave



Relevant Pages

  • Re: Warning - ComponentOnes PayPal component is VERY insecure!!
    ... I am currently using the PayPal .NET SDK - but for POSTing a custom cart ... The documentation and component have ... about your observation about the cleartext querystring issue. ... want to encrypt the QueryString, then we'd have to pretty much roll our own ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Encrypt String while restricting certain characters
    ... to/from query-string compatible form. ... encrypted data into a base64-encoded string and append it as a last query ... differently from a regular QueryString value by manually locating the ... > Is it possible to encrypt a string but restrict certain characters in ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Encrypt String while restricting certain characters
    ... > encrypted data into a base64-encoded string and append it as a last query ... > string parameter. ... > differently from a regular QueryString value by manually locating the ... >> Is it possible to encrypt a string but restrict certain characters in ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Deploying a site out in the WWW
    ... I originally used that tutorial to encrypt the password to store in a ... database. ... You can just as easily edit it to encrypt/decrypt the ... querystring, username, id, etc... ...
    (microsoft.public.dotnet.framework.aspnet)
  • Encrypt String while restricting certain characters
    ... Is it possible to encrypt a string but restrict certain characters in ... the rest of the QueryString. ...
    (microsoft.public.dotnet.framework.aspnet.security)