At 11:41 AM 8/12/02 -0400, Cornillon, Matthieu wrote:
>www.mysite.com/mypage.cfm?var1=marketing&var2=finance
>
>..would become:
>
>www.mysite.com/mypage.cfm?ydt1=odunhwlqj&ydt2=ilqdqfh

I encode the entire string for mine, so that the url looks like:
www.mysite.com/mypage.cfm?3sd32s2sd22342d1234

or something like that.

Then I just decode it on the far end.  I use a key that changes all the 
time to do the encryption, so if it is broken for this session, it will 
have to be rebroken for every session from there on.

On top of this, I use non-intuitive variable names to make things harder to 
decode.


T

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to