Re: Deploying a site out in the WWW
- From: Kevin Lawrence <spamthis@xxxxxxxx>
- Date: Fri, 3 Feb 2006 09:36:50 +0000 (UTC)
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-cryptostrea
m-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.
Thanks, I'm using c# so that's fine.
Kev
.
- References:
- Re: Deploying a site out in the WWW
- From: Paul Bush
- Re: Deploying a site out in the WWW
- Prev by Date: Re: ASP project development
- Next by Date: Cast from string "" to type 'Date' is not valid
- Previous by thread: Re: Deploying a site out in the WWW
- Next by thread: Re: KeyPress Event
- Index(es):
Relevant Pages
|