Re: Deploying a site out in the WWW
Tech-Archive recommends: Speed Up your PC by fixing your registry
Use cryptography functions to encrypt and decrypt data in the
querystring. This is what I use:
http://www.willasrari.com/blog/index.php/2006/01/17/csharp-cryptostream-encrypt-decrypt-database-passwords/
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...
It's in C# but converting to VB.NET shouldn't be too difficult.
.
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) |
|