Re: Encrypting Numeric ID's

2002-04-18 Thread ksuh
use htmlEditFormat() - Original Message - From: Jason Dowdell <[EMAIL PROTECTED]> Date: Thursday, April 18, 2002 4:14 pm Subject: Encrypting Numeric ID's > Hi All, > > I'm encrypting an integer using the encrypt() function > in CF. Sometimes it puts a double quote character in > the en

RE: Encrypting Numeric ID's

2002-04-18 Thread Paul Wille
You could always URLEncode it. This works for hidden form fields. --Paul Paul W. Wille [EMAIL PROTECTED] --- Certified Advanced ColdFusion 5 Developer --- ISITE Design, Inc. -- Solutions Ar

Re: Encrypting Numeric ID's

2002-04-18 Thread Matt Robertson
How about this: --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com --- -- Original Message -- from: "Jason Dowdell" <[EMAIL PROTECTED]> Reply-To: [EMAIL

RE: Encrypting Numeric ID's

2002-04-18 Thread Jason Dowdell
I tried all of those solutions except the htmleditformat. Will the htmleditformat remove double quotes? ~jason -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:07 PM To: CF-Talk Subject: Re: Encrypting Numeric ID's How about

RE: Encrypting Numeric ID's

2002-04-19 Thread Chris Terrebonne
Use this instead. It's fast and free. http://dev.myownemail.com/coldfusion/CFX_HexEncode.htm Chris -- Original Message From: "Jason Dowdell"<[EMAIL PROTECTED]> Subject: RE: Encrypting Numeric ID's Date: Thu, 18 Apr 2002 18

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread ksuh
ll <[EMAIL PROTECTED]> Date: Thursday, April 18, 2002 4:38 pm Subject: RE: Encrypting Numeric ID's > I tried all of those solutions except the htmleditformat. > Will the htmleditformat remove double quotes? > > ~jason > > -Original Message- > From: Matt R

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread ksuh
crypting Numeric ID's > I tried all of those solutions except the htmleditformat. > Will the htmleditformat remove double quotes? > > ~jason > > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 6:07 PM &g

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread Matt Robertson
be url escaped, and when you submit the form, it won't change back to a quote. - Original Message - From: Jason Dowdell <[EMAIL PROTECTED]> Date: Thursday, April 18, 2002 4:38 pm Subject: RE: Encrypting Numeric ID's > I tried all of those solutions except the htm

RE: RE: Encrypting Numeric ID's

2002-04-18 Thread Jason Dowdell
Thanks for the tips, I'll try to explain when I return later tonight. ~Jason -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:46 PM To: CF-Talk Subject: Re: RE: Encrypting Numeric ID's You'd have to decode it and de

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread ksuh
Yes, but why bother doing all this work when htmlEditFormat() does all this for you? - Original Message - From: Matt Robertson <[EMAIL PROTECTED]> Date: Thursday, April 18, 2002 4:46 pm Subject: Re: RE: Encrypting Numeric ID's > You'd have to decode it and decrypt

RE: RE: Encrypting Numeric ID's

2002-04-18 Thread Matt Robertson
rsday, April 18, 2002 3:59 PM To: CF-Talk Subject: Re: RE: Encrypting Numeric ID's Yes, but why bother doing all this work when htmlEditFormat() does all this for you? __ Your ad could be here. Monies from ads go to sup

RE: RE: Encrypting Numeric ID's

2002-04-19 Thread Jason Dowdell
19, 2002 2:57 AM To: CF-Talk Subject: RE: RE: Encrypting Numeric ID's I believe the original post was about how to encrypt and then escape a string, not just escape it. 2 functions in and then out seems necessary to get that done, but I'd be happy to see a shorter route. -Origin

RE: RE: Encrypting Numeric ID's

2002-04-19 Thread Neil Clark - =TMM=
Hi Jason How have you encrypyed it? I am sure what you are asking is easy... if you contact me off list I will send you the files (save posting them here, unless you want me to?) Neil Neil Team Macromedia Spectra http://www.macromedia.com/go/team

RE: RE: Encrypting Numeric ID's

2002-04-19 Thread Kwang Suh
ll [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 5:29 AM To: CF-Talk Subject: RE: RE: Encrypting Numeric ID's My original question was this... I need to encrypt a numeric userid that gets passed through a url and through a form and is used in a query. The urlencodedformat string t

RE: RE: Encrypting Numeric ID's

2002-04-22 Thread Dimple Goshar
4:59 PM > To: CF-Talk > Subject: RE: RE: Encrypting Numeric ID's > > My original question was this... > I need to encrypt a numeric userid that gets > passed through a url and through a form and > is used in a query. The urlencodedformat > string that gets p

RE: RE: Encrypting Numeric ID's

2002-04-23 Thread Tim Heald
thisName, thisValue); } } return stuff; } Tim Heald ACP/CCFD Application Development www.schoollink.net -Original Message- From: Dimple Goshar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:15 AM To