RE: Hiding JavaScript codes

2003-04-04 Thread Costas Piliotis
uch out there that if someone really doesn't want me to take it, I'll just move on. Chances are he isn't the first one to come up with that script idea, and won't be the last. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03,

Re: Hiding Javascript codes

2003-04-04 Thread Christian Cantrell
Ben, Your best bet is to obfuscate your code. As several people have demonstrated here, it is not possible to keep anyone who is even remotely determined from getting your code, but you can prevent them from understanding and reusing it. This is by far the best technique I have seen used

RE: Hiding JavaScript codes

2003-04-04 Thread Mosh Teitelbaum
Costas Piliotis wrote: > > at the top. > > Then, in your script, just enter: > Costas Piliotis also wrote: > The only way for one to do this is if they know how to pass their own http > headers. And then they need to know that you're looking at that particular > cgi variable, and they need to

Re: Hiding JavaScript codes

2003-04-04 Thread Jochem van Dieten
Costas Piliotis wrote: > > The only way for one to do this is if they know how to pass their own http > headers. And then they need to know that you're looking at that particular > cgi variable, and they need to know what you're comparing to as well. Too > much trouble for a little piece of java

RE: Hiding JavaScript codes

2003-04-03 Thread Dave Watts
> Actually, you kind of can I think... > > You can use a cfm file as a .js file to emulate a javascript > file. Change the extension to .cfm... Careful, cf studio > won't correctly parse it, but nonetheless it'll work... > Just tested it. > > > at the top. > > Then, in your script, just en

Re: Hiding JavaScript codes

2003-04-03 Thread jonhall
CP> -Original Message- CP> From: Dave Watts [mailto:[EMAIL PROTECTED] CP> Sent: Thursday, April 03, 2003 11:35 AM CP> To: CF-Talk CP> Subject: RE: Hiding JavaScript codes >> The part I'm not sure about is, that it maybe possible to >> put the javascrip

RE: Hiding JavaScript codes

2003-04-03 Thread Raymond Camden
pheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Costas Piliotis [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 7:58 PM > To: CF-Talk > Subject: RE: Hiding JavaScript codes > >

RE: Hiding JavaScript codes

2003-04-03 Thread Costas Piliotis
o much trouble for a little piece of javascript IMHO... -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 5:48 PM To: CF-Talk Subject: RE: Hiding JavaScript codes However, you can fake the referer value. Repeat after me - you cannot hide JavaS

RE: Hiding JavaScript codes

2003-04-03 Thread Raymond Camden
ginal Message- > From: Costas Piliotis [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 7:40 PM > To: CF-Talk > Subject: RE: Hiding JavaScript codes > > > Actually, you kind of can I think... > > You can use a cfm file as a .js file to emulate a javascrip

RE: Hiding JavaScript codes

2003-04-03 Thread Costas Piliotis
ferer more carefully. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:35 AM To: CF-Talk Subject: RE: Hiding JavaScript codes > The part I'm not sure about is, that it maybe possible to > put the javascript.js file in a non-web

RE: Hiding JavaScript codes

2003-04-03 Thread Dave Watts
> The part I'm not sure about is, that it maybe possible to > put the javascript.js file in a non-web directory. This isn't possible. If you don't put it in a web-accessible directory, your web browser won't be able to fetch it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (

RE: Hiding JavaScript codes

2003-04-03 Thread Randell B Adkins
The JS file will still be called and rendered to the browser. Thus one can find the JS in the Temporary Internet Files directory. So hiding the JS you can not do that I am aware of, but you can make it when they have to go find it by using the SRC >>> [EMAIL PROTECTED] 04/03/03 01:53PM >>> I'm

RE: Hiding JavaScript codes

2003-04-03 Thread Ian Skinner
I'm not sure of the correctness of the following advice, but I kind of remember reading about something like this. If you use the src property of the

Re: Hiding Javascript codes

2003-03-28 Thread Justin Scott
;CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 8:41 PM Subject: Hiding Javascript codes > Hi all!, > This may be a very dumb question. > Is there any way at all to hide/encrypt Client side Javascript codes. > We have a situation where we have to use certain cl

Hiding Javascript codes

2003-03-28 Thread DESIGN SHOP
Hi all!, This may be a very dumb question. Is there any way at all to hide/encrypt Client side Javascript codes. We have a situation where we have to use certain client side Javascript codes which we wish to hide in the source code for security reasons. Any ideas?? Thanks in advance Ben Tho