Bobby Schuchert wrote: > I am trying to convert (or at least display on the screen) the value of the > cgi.client_cert_encoded variable. > > I have tried using tostring() to convert it so I can output a text file or > show it on the screen.
To convert a Base64 encoded string back to text format you need ToString(ToBinary(var)). If your encoded var is really binary it will not output properly though. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275971 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

