RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Dan G. Switzer, II
You can also open any JS debugger and view the code... -Dan > -Original Message- > From: Philip Arnold [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 8:09 AM > To: CF-Talk > Subject: RE: Here's An Example: WAS [Hiding Javascript Source] > > &

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Jochem van Dieten
Doug White wrote: > Anyone ever consider doing it al server-side - using CFScript and NOCACHE? How do you intent to hide javascript server-side? It has to be sent to the client to be executed. Jochem ~| Archives: http://www.

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Michael T. Tangorre
agreed. - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 9:02 AM Subject: Re: Here's An Example: WAS [Hiding Javascript Source] > Michael T. Tangorre wrote: >

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Doug White
== If you are not satisfied with my service, my job isn't done! - Original Message - From: "Michael T. Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 7:43 AM Subject: Re: Here's An Example: WAS [Hid

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Jochem van Dieten
Michael T. Tangorre wrote: > > thats a lot of work to hide JS. I think the amount of work really isn't that bad. For instance, if we take XOR encryption (not really very strong) and use Google we quickly find sourcecode in Javascript: http://www.eng.uwaterloo.ca/~ejones/software/xorcrypt12.js

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Michael T. Tangorre
wow thats a lot of work to hide JS. Brad.. what is in your JS that you want to hide it that bad? - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 8:41 AM Subject: Re

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Jochem van Dieten
Brad Roberts wrote: > The problem lies in the browser caching the page... anyway to get around > that? > > You really can't rely on http_referrer... Here's what I'm doing (in a > nutshell). > > Caller page: > - > > >

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Philip Arnold
> What does this one do to hide it? I think I missed the > feature by mistake. Your browser was cacheing it Set your browser to Never cache pages and it works... Pity that most people won't have their browsers set to "Never"

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
The problem lies in the browser caching the page... anyway to get around that? You really can't rely on http_referrer... Here's what I'm doing (in a nutshell). Caller page: -

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
t: Wednesday, July 30, 2003 8:16 AM > To: CF-Talk > Subject: Re: Here's An Example: WAS [Hiding Javascript Source] > > > Brad Roberts wrote: > > Just wanted to change the subject so you wouldn't think it's > another "you > > can't do it" me

Re: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Jochem van Dieten
Brad Roberts wrote: > Just wanted to change the subject so you wouldn't think it's another "you > can't do it" message. > > http://www.becomenew.com/jsGuard/ Doesn't work. In FireBird, I changed the URL in the address bar to view-source:http://www.becomenew.com/jsGuard/ which tells me the name

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Peter Harrison
: 30 July 2003 12:54 To: CF-Talk Subject: RE: Here's An Example: WAS [Hiding Javascript Source] Just wanted to change the subject so you wouldn't think it's another "you can't do it" message. http://www.becomenew.com/jsGuard/ -Brad > -Original Message-

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Philip Arnold
> Just wanted to change the subject so you wouldn't think it's > another "you can't do it" message. > > http://www.becomenew.com/jsGuard/ If you set your "Check for newer versions of stored pages" to "Never", then you can view it It's stored in cache, so it won't try to re-get the page Nice idea

RE: Here's An Example: WAS [Hiding Javascript Source]

2003-07-30 Thread Brad Roberts
Just wanted to change the subject so you wouldn't think it's another "you can't do it" message. http://www.becomenew.com/jsGuard/ -Brad > -Original Message- > From: Brad Roberts [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 7:32 AM > To: CF-Talk > Subject: RE: Hiding Javascr