|
|
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. | |
| |
|
|
There is no answer at this time. |
|
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/ |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |