The problem with Encrypt/Decrypt, in my situation, is I want to use this to pass some constant vars in the URL without them being obvious to the end user. And Encrypt tends to spit out lots of non-alphanumeric characters. Using URLEncodedFormat() on this works, but then the string in question grows by leaps and bounds, as each odd character becomes three characters.
I'm wagering the algorithm/encoding options in Encrypt/Decrypt would do the trick, but they're CF 7 only. What I wouldn't give if our shop could afford the CF 7 upgrade, but alas, it's a pretty big chunk'o'change. Is Macromedia *trying* to price long-time CF shops out of the game with their pricing these days? :( --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:250467 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

