![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2008
Posts: 9
Rep Power: 0
![]() |
Hi,
I stumbled across a product on the net which said that it would protect my html code, stop people viewing it, disable various things in my browser etc. I am a little dubious as I know many ways myself to get around these things and some of the disabling features are pointless half the time, but having said that id like to find out other peoples opinions and views and maybe recommendations. Is there is any need to try to protect html code using these kinds of software? Does anyone bother and if they do, do they find it successful - or is it a waste of time? <snip fake signature> Last edited by Ancient Dragon; Nov 10th, 2008 at 12:50 PM. Reason: snip fake signature |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 322
Rep Power: 2
![]() |
Re: how to protect your html code and is it worth it?
I haven't had many cases were I have had to protect my html code. I don't know why you would want to or how it would work. The only protection from viewing I do is keep the javascript in another file rather than in the html.
__________________
SYNTAX ERROR ... |
|
|
|
|
|
#3 | |
|
Professional Programmer
|
Re: how to protect your html code and is it worth it?
Quote:
Chris
__________________
Steven Skiena - Algorithms ,[->+>+<<]>>[-<<+>>]>++++++++[-<++++++++>]<+[-<->]>+<<[[-]+++++++++++++++.[-]>]>>[+++++++++.[-]],brainf**k -- It's such a pretty language |
|
|
|
|
|
|
#4 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3
![]() |
Re: how to protect your html code and is it worth it?
Client-side code (HTML, JavaScript) is hard to protect since the client has to be able to use it; server-side code is protected simply because the client doesn't see it.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#5 |
|
King of Portal
|
Re: how to protect your html code and is it worth it?
It's very likely that it doesn't make your HTML code unviewable. What it likely does is obfuscate the code. Which means it makes it extremely complicated to read (assuming it's a good obfuscator), but still very viewable. You can't stop a client from viewing a page's source code. All you can hope to do is make the HTML code so ridiculously complicated/convoluted that there's no hope of them ever understanding it.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
|
|
#6 | |
|
Hobbyist Programmer
Join Date: Jun 2007
Posts: 136
Rep Power: 2
![]() |
Re: how to protect your html code and is it worth it?
Quote:
i've seen html obfuscation before and it made me laugh, i just used the web developer toolbar to view generated source. you should be worried about your server side scripts mainly... |
|
|
|
|
|
|
#7 | |
|
C++/C# Developer
Join Date: Sep 2008
Posts: 261
Rep Power: 1
![]() |
Re: how to protect your html code and is it worth it?
Quote:
So much in fact I have nothing left to say. Darn. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|