OT:

You can nix the extraneous pound signs.

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


On Wed, Aug 31, 2011 at 2:06 PM, Robert Harrison <rob...@austin-williams.com
> wrote:

>
> 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:347165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to