Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2006, 01:02 PM
Authorized User
 
Join Date: Jul 2006
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
Default Transparent Encryption

I am currently working on a project where I need to encrypt the query string parameters to hide the details from the user. However, everywhere this parameters are used, I must encrypt on the calling page, and then decrypt on the page being called.

I was wondering if there is a way to do this transparently so that I don't have to do these steps for all pages?

I know this can be done using an HTTP module in .NET but is there a way to do this in classic ASP....?

Thanks!
 
Old July 31st, 2006, 01:36 PM
Registered User
 
Join Date: Jul 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In your submission page, use <form name = myform method = "post">

Michael Shehan
"The Road unwinds before me and I go riding on..."
 
Old July 31st, 2006, 02:04 PM
Authorized User
 
Join Date: Jul 2006
Posts: 21
Thanks: 0
Thanked 1 Time in 1 Post
Default

I don't get how this would answer my question?..

I know you can use a POST method and pass values in a form using hidden fields...or you can use session vars....

but that wasnt my question...Im already encrypting/decrypting the query string....I was just wondering if there is a way to do it transparently...ie. I dont have to call the encrypt/decrypt functions each time I need to use the query string parameters





Similar Threads
Thread Thread Starter Forum Replies Last Post
Transparent Label morteza57 C# 5 February 15th, 2008 04:36 PM
Transparent PictureBox? tal C# 2005 5 April 19th, 2007 01:59 PM
Transparent boxes patwadd Classic ASP Basics 0 February 1st, 2005 08:43 AM
Transparent Question Mosquito109 VS.NET 2002/2003 0 September 3rd, 2004 12:30 AM
transparent subforms Raif Access 3 June 8th, 2004 03:49 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.