Google Answers Logo
View Question
 
Q: I need a way to hide the source code of a dymamic webpage ( No Answer,   3 Comments )
Question  
Subject: I need a way to hide the source code of a dymamic webpage
Category: Computers > Programming
Asked by: awilson1776-ga
List Price: $50.00
Posted: 02 Apr 2006 15:14 PDT
Expires: 02 May 2006 15:14 PDT
Question ID: 714735
I have a webpage that is dynamic and I need to find a way to hide the
source code so that somebody looking at the source code can't find the
hidden Javascript that would tell the viewer where the hidden link is.


I have tried :

HTMLGuardian
HTMLProtector
Webpage Protector 

But they seem to only work with static webpages.

I am looking for either a programming way to hide the code or some
third party software that will do it for me.

Request for Question Clarification by sublime1-ga on 02 Apr 2006 16:10 PDT
awilson1776...

It may depend on what dynamic format you're using, PHP, ASP,
JSP (Java Server Page), Microsoft .net or CGI/Perl.


AeroTags TagsLock Pro, available as a free download from 
SharewareConnection, can help with some formats, and is
$29.85 to purchase:

"TagsLock Pro provides an easy way to encrypt HTML files,
 web pages that use JavaScript and ASP (Active Server Pages)."
http://www.sharewareconnection.com/aerotags-tagslock-pro.htm


The "Encrypt HTML source code" software will encrypt your
HTML, ASP, JavaScript, VBScript, SHTML and CSS source code":
http://www.encrypt-html.com/


You might also want to try this script technique from 
CGI Script.net, though I don't know if it will work for
other than index.htm or html:
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js%2edb&command=viewone&id=69&op=t

Let me know where this takes you...

sublime1-ga

Request for Question Clarification by sublime1-ga on 02 Apr 2006 16:12 PDT
P.S.

More scripts here, on Affordable-Website-Design:
http://www.affordable-website-design.me.uk/javascript_misc.html
Answer  
There is no answer at this time.

Comments  
Subject: Re: I need a way to hide the source code of a dymamic webpage
From: vicky6an-ga on 07 Apr 2006 02:45 PDT
 
It is useless trying prevent the source from the user. It can be done
by using simple scripts itself. But you must understand that the user
may even prevent scripts in his browser. Basically Web Designing is to
share things and not to hide things. So, please do not try to hide the
source. Give it to all. Let them give their suggestions.
Subject: Re: I need a way to hide the source code of a dymamic webpage
From: avatarng-ga on 10 Apr 2006 22:24 PDT
 
if you really so concern about the transparency of your script, but do
not wish to add complexity to your code ... i recommend you to
copyright them.

Other alternative will be depends on the level of transparency you
wish to have, on data or algorithm.

On data:
(1.)Use server-side generated "javascript" like this (assuming that
you are using JSP+Servlet):
<script language="JavaScript" src="javascript_servlet?arg=user_id_001"></script>

(2.)Encrypt data and decrypt them using server-side script.

(3.)Write the scripts in AJAX, generated by server as well (similar like method 1).

(4.)Write your script as complex as possible, A->B->C->D->E and do
some minor information hiding using server-side or encryption. This
will not guarantee 100% hiding but will at least need some effort for
sniffers to explore your codes.

Hope all these helps.


By Avatar
http://avatar21.superihost.com/
Subject: Re: I need a way to hide the source code of a dymamic webpage
From: avatarng-ga on 10 Apr 2006 22:30 PDT
 
my mistake ... method 3 and 4 will be on protecting algorithm.

By Avatar Ng
http://avatar21.superihost.com/

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy