>I believe you will need to base64encode the string after you encrypt it.
>Of course, it will need to be decoded in the same manner on the
>receiving end.
>
>~Brad
>
>Seems fine.. But doesn't work for some cases when the encrypt results in
>a string with special characters.

You are right.. that's what I ended up doing. instead of using urlencodedformat 
and decode, I now use toBase64.

However, I couldn't figure out why urlencodedformat/urldecode wouldn't work. Is 
CF not supposed to handle special characters in the string? 

I even tried twice urlencodedformat'ing and twice urldecode'ing, didnt' work 
either. That makes sense since this way I am just adding one more wrap around a 
failing procedure.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to