What about:

UrlEncodedFormat( Encrypt( URL.somevalue, "my_key" ) )  

Then

UrlDecode( Decrypt( URL.somevalue, "my_key" ) )


.......................
Ben Nadel 
www.bennadel.com

-----Original Message-----
From: Scott Weikert [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 21, 2006 11:08 AM
To: CF-Talk
Subject: URL var encoding/decoding in CF6.1

Hey gang,

I'm looking for a good, simple solution to encode one or more URL variables,
pass them through, and decode them. URLEncodedFormat() etc isn't what I
need, as I want to obfuscate the contents of the vars.

I see CharEncode() and CharDecode() would likely do the trick for me, but
alas, we're not on CF 7. We're still running 6.1.

I poked around the DevEx as well and didn't find anything that caught my
eye.

Any helpful nudges would be greatly appreciated.
--Scott



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250466
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to