RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Thanks. Yea. I caught that, after around 2 hours of messing with it... -Original Message- From: Rob O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:56 PM To: CF-Talk Subject: RE: Problems with encrypt and decrypt Encrypt() is resulting in a character that is

RE: Problems with encrypt and decrypt

2007-07-19 Thread Rob O'Brien
Encrypt() is resulting in a character that is being stripped by the use of trim(). It looks like a whitespace/CR/etc. using the example CC#. If you want to trim the input, do it upfront on the cc value itself, then go into the encrypt/decrypt routine. There's no need to trim the result of encryp

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
I had trim in the decrypt string.. disregard... -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:49 PM To: CF-Talk Subject: Problems with encrypt and decrypt I am playing around with encrypt and decrypt in CF and I ran into a issue. First, here

RE: Problems with encrypt and decrypt

2007-07-19 Thread Jacob
Nevermind. Found this... http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0452.htm Pardon the interruption. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:49