RE: Does Anyone understand encrypt/decrypt??? [CF-Talk]

2000-11-12 Thread Truman Esmond III
Check for ASCII values and/or ascii string length - I'll bet the string you're trying to decrypt has a hidden end-of-line or something that is causing the decrypt to fail. HTH, Truman -Original Message- From: Marcus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 9:22 AM

Re: Does Anyone understand encrypt/decrypt??? [CF-Talk]

2000-11-12 Thread Rob Keniger
on 11/13/00 9:55 AM, Truman Esmond III at [EMAIL PROTECTED] wrote: And retrieve the field from a query I ran cfset txtoutput = #get_report.report# then I attempt to decrypt the file cfset decrypted = decrypt(txtoutput, key) And I get the error... The value to be decrypted is no

RE: Does Anyone understand encrypt/decrypt??? [CF-Talk]

2000-09-20 Thread James McCullough
You might try using the trim function when setting the variable. cfset txtoutput = #Trim(get_report.report)# This will remove the trailing spaces that might be invalidating the encrypted string. -Original Message- From: Marcus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20,