Answers

Aug 30, 2006 - 04:27 PM
Hi Sarbjit,
You can't prevent people from downloading the files, but you can encrypt them or obfuscate them if you want it to be difficult for people to see what you've programmed.
I don't know any free scripts to do this, but here are a few links to shareware (they have trial periods) that might be what you're looking for.
http://www.topshareware.com/Advanced-...
http://www.protware.com/default.htm
http://www.exefind.com/encrypt-php/
Let me know if that was what you were looking for.
theDude
You can't prevent people from downloading the files, but you can encrypt them or obfuscate them if you want it to be difficult for people to see what you've programmed.
I don't know any free scripts to do this, but here are a few links to shareware (they have trial periods) that might be what you're looking for.
http://www.topshareware.com/Advanced-...
http://www.protware.com/default.htm
http://www.exefind.com/encrypt-php/
Let me know if that was what you were looking for.
theDude

Aug 31, 2006 - 03:19 AM
Thanks theDude,
You got the right things but I want to do in scripting the encryption of these files.
Regards,
Sarbjit
You got the right things but I want to do in scripting the encryption of these files.
Regards,
Sarbjit

Sep 03, 2006 - 12:23 PM
Maybe the JSLinker of the Dojo project might be the thing you are looking for: it allows you to transfowm your code into an AST which is faster to execute and also obfuscates the code you've written. For CSS I have no idea at all because a good DOM-Inspector can be used to analyze the properties...
http://snyke.net/blog/2006/09/02/js-l...
Regards,
Snyke
http://snyke.net/blog/2006/09/02/js-l...
Regards,
Snyke

Jun 22, 2008 - 03:04 AM
Hi All,
I was looking at your comments and have the same problem. I use ASP programming and have my JS files in a seperate folder to hide them but when I look at the source code in the browser it obviously displays the path to this folder in my
I was looking at your comments and have the same problem. I use ASP programming and have my JS files in a seperate folder to hide them but when I look at the source code in the browser it obviously displays the path to this folder in my
Add New Comment