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

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-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-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 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-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-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 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 Matt Robertson
You'd have to decode it and decrypt it on the next page before you use it for anything. I don't understand what you mean by it not working. those things are pretty big, tho'. One thing you could do is encrypting "12345" using the key "blah" generates JS4+JCwrPFAgCg== and JS4%2BJCwrPFAg

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread ksuh
Actually, I just realized that URLEncodedFormat won't work, as a quote will 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

Re: RE: Encrypting Numeric ID's

2002-04-18 Thread ksuh
Yes. It will escape the double quote to ". Once you submit the form, it will revert back to a double quote. URLEncodedFormat should have worked as well, although I only use that function for when I'm putting variables on the URL. - Original Message - From: Jason Dowdell <[EMAIL PROTE