This has got to be a bug. 

The question is does this make CF encrypt and decrypt totally unreliable, or is 
there something I know I can count on to work around this... like make a longer 
key or something?



-----Original Message-----
From: Robert Harrison [mailto:[email protected]] 
Sent: Wednesday, August 31, 2011 2:07 PM
To: cf-talk
Subject: BUG in CF9 Encrypt and Decrypt?


Am I doing something wrong here? See these lines of code. 

<cfset testval="6546">
<cfset inval="#encrypt(trim(testval),"sn")#">
<cfset outval="#decrypt(trim(inval),"sn")#">

This gives the error: The input and output encodings are not same.

Most of the time this works fine. Change the testval or change the key it 
works... but every now and then I get the error. 

Am I doing something wrong, or is this a bug?

Thanks


Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to