> 
> I have an application that passes params around in the url.  
> We need to hide these for security reasons.  We also don't 

You could use the post method instead of get but then they just view source and see 
them.

> want to have to change a lot of code.  Any ideas? 
Pay someone to do it for you :) Seriously...

What I've done is take the query string and encrypt it and make it:

Joemama.cgi?enc=ENCSTRINGHERE

Then unencrypt it and parse it out to get the values on the other side

Other than that there's not much way to hide it.

Check out crypt and encrypt at search.cpan.org

HTH

DMuey


Don't cross post, because if someone does reply-all they get 
lots of messages about not being subscribed to a certain list.

> Thanks,
>  Ryan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to