Hi Les, fyi, adobe issued CF 8.0.1 cumulative hotfix 3 yesterday (September 1), which fixes the CFMX_COMPAT bug (among other 20+ bugs).
get the hf here: http://kb2.adobe.com/cps/511/cpsid_51180.html Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 28/07/2009 03:30, Les Mizzell wrote: > > I'm on CF7. > > Here's my code: > (in Application.cfc) > > <cfset request.seed = "wPznEZnrpWToMHNR8HcDQ=="> > <cfset request.algorithm = "CFMX_COMPAT"> > <cfset request.encoding = "UU"> > > (encrypt) > encrypt(FORM.password,request.seed,request.algorithm,request.encoding) > > (decrypt) > decrypt(FORM.password,request.seed,request.algorithm,request.encoding) > > This is my error: > There has been an error while trying to encrypt or decrypt your input > string: The input and output encodings are not same. > > > Ideas? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:325929 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

