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.
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 beforehttp://www.aspobjects.com/ASP_Components/Security_Encryption/http://www.downloadaspscripts.com/view_52_pg_2_Security_Systems.htmlhttp://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 |
|
|
SamC
White Water Yakist
3467 Posts |
|
SamC
White Water Yakist
3467 Posts |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-01-26 : 19:27:40
|
Ok, i just checked it out too |
|
|
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 |
|
|
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 |
|
|
|
|
|