We are having a problem upgrading from CF7 to CF8. It 
appears as though encrypted values stored in the database 
using CF7 are storing characters that are not playing well 
with the CF8 decrypt process. One example is the greater 
than sign (>). If that character exists in the stored 
encrypted value, the decrypt process returns a null. 
Others include the question mark and parenthesis. We are 
using the following code.

<cfreturn encrypt(trim(arguments.string), 
request.encryption,'CFMX_COMPAT','Hex') />

<cfreturn decrypt(arguments.string, 
request.encryption,'CFMX_COMPAT','Hex') />

Any thoughts on this?

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316620
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to