Lee,

adobe has issued cf 8.0.1 hotfix 3 yesterday, which fixes the
CFMX_COMPAT bug.

you can get the hf here: http://kb2.adobe.com/cps/511/cpsid_51180.html


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/


On 12/12/2008 01:24, Lee wrote:
> 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?
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325930
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