Im a dumas:

<cfset v = "This is a test">
<cfset b = tobase64(v)>
Test string:#v#<br>
Test string in base64: #b#<br>

Test string from base64 to string: #tostring(tobinary(b))#

Sorry not enough caffiniation before endeavoring

gabe
 

-----Original Message-----
From: gabriel l smallman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 14, 2005 10:45 AM
To: CF-Talk
Subject: To base64 and back again!

Hey all, trying to

1. take a string and base64("test") it

2. then need a way to bring it back to "test"

I thought tostring would do the trick but no such luck. I know im missing
something obvious.

g




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211862
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to