Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Need a simple ASP encrypt / decrypt

Author  Topic 

SamC
White Water Yakist

3467 Posts

Posted - 2006-01-26 : 15:39:34
I'd like to encrypt a querystring, not so hard that I need to license a library and guarrantee the string can't be broken. Just enough so users won't be tempted to change parameters in the string as a means of passing the time.

Does anyone know of an open querystring encrypt / decrypt function in ASP?

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-01-26 : 17:07:15
I have seen a couple before

http://www.aspobjects.com/ASP_Components/Security_Encryption/
http://www.downloadaspscripts.com/view_52_pg_2_Security_Systems.html
http://www.hotscripts.com/ASP/Scripts_and_Components/User_Authentication/more2.html]

we worked on a very simple one locally, using the cookie and user session + date
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-01-26 : 19:16:58
This sounds like the deal, but the download is password protected, and search as I might, I can't find out where to pay the $10 to get the password...

http://www.downloadaspscripts.com/download_URL-Encrypter_1338.html

Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-01-26 : 19:19:34
This will do fine I believe...

http://www.cambswebdesign.co.uk/script_encrypt.asp?script=1

Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-01-26 : 19:27:40
Ok, i just checked it out too
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-02-09 : 22:22:24
quote:
Originally posted by afrika

Ok, i just checked it out too

BTW - the links you provided led to the last URL posted.

I forgot to say: Thanks!

Sam
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-02-10 : 06:29:43
Ok, thanks
I added the new one to my library
Go to Top of Page
   

- Advertisement -