Use cfusion_encrypt() instead. Tim Heald MCP/CCFD Information Systems Specialist Overseas Security Advisory Council U.S. Department of State (202) 663-0130
> -----Original Message----- > From: Greg Luce [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 4:23 PM > To: CF-Talk > Subject: Encrypt/Decrypt > > I encrypted a value to store in the db using the CF encrypt() function. > It worked a few times, but then it encrypted a value with a double quote > as one of the encrypted chars. Now when I try to decrypt() the value I > get an error that the value to be decrypted is not valid. > > <cfset y = decrypt(get_stuff.value,"#request.rag#")> > > I tried htmlcodeformat() because it escapes double quotes. But it still > errors: > > <cfset y = decrypt(htmlcodeformat(get_client.ccnumber),"#request.rag#")> > > Ideas? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

