Forum Moderators: open

Message Too Old, No Replies

HTML encryption

         

rhodopsin

7:11 pm on Sep 25, 2004 (gmt 0)

10+ Year Member



Does anyone know a free html encryption tool? Any help would be much appreciated.

I have found:

HTML Encryption Utility
Protect your valuable source code and data with
your very own HTML Encryption Software!

on the
RLROUSE directory

This is a desktop application that you can download. However, I am having a really stupid problem with it - it will not let me paste into the HTML box. So this means that i have to write the code in the box - cannot paste already written code into the application. Not sure if it is just my set up that doesnt allow this or it is an intrinsic feature of the application.
Anyway - so am looking for other html encryption possibiliteis. FREE ones.

MAny thanks,

encyclo

8:25 pm on Sep 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There aren't any - because the very notion of "HTML encryption" is a total fraud. HTML cannot be encrypted, otherwise it wouldn't work. With HTML, the browser has to be able to interpret the markup it receives, so the markup has to be unencrypted.

There are programs out there which can, at best, obfuscate the HTML. There is a cost to that, however, which includes severly reducing or eliminating the possibility for the page to be indexed by a search engine, serious cross-browser bugs, much slower load times and impossible maintenance. Of all the obfuscating programs I've seen, there is not one which takes more than a couple of minutes to "break" and reveal the source.

With HTML, not only there is no way to "protect" it, there is also nothing to protect. Recreating a layout is trivial, so your source code has very little intrinsic value. The real value lies in the server-side scripting and page generation, and that is generally very well-protected.

rhodopsin

6:57 am on Sep 26, 2004 (gmt 0)

10+ Year Member



Thank yor for your reply. Very interesting. I was wondering whether you could let me know what some of these obfuscating programs are. Especially if they are free.

Obfusication may be good enough for me.

Although I am a bit concerned about the speed and google ranking implications. But would still like to play around with these tools if at all possible.

With google ranking - if I was to leave all the text shown on the web page unobfusicated in the HTML file - so that just the tags etc. are obfusicated - would this still cause problems with google?

rhodopsin

7:11 am on Sep 26, 2004 (gmt 0)

10+ Year Member



On a side note - I have noticed that some web sites seem to be able to stop you viewing the source code. When I right click on the webpage - the option to view the source code is not there.

However, if I save the webpage to my desktop and then change its extension from .html to .txt - then I can view the source code in Notepad.

How do they do this? Would this kind of thing cause any problems with google?

Marshall

7:52 am on Sep 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The right-click disable is a java trick. You can still view the source by going to your tool bar, clicking on VIEW then SOURCE.

rhodopsin

11:18 am on Sep 26, 2004 (gmt 0)

10+ Year Member



Found this FREE encryption script

[ezine-writer.com...]

Will start looking at it now.

dcrombie

1:55 pm on Sep 26, 2004 (gmt 0)



If you use that then your site WILL be completely inaccessible to search engines. All it's doing is writing a frameset using JavaScript, including your content in a single frame, and disabling the right mouse button for that frame.

You can't stop people viewing/saving/copying your HTML or images. If you have something that precious then don't put it online. At best you could serve the whole site through Flash or Java but that has it's own problems.

encyclo

3:08 pm on Sep 26, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



dcrombie is quite right - and to call that script "encryption" is simply a joke.

As I said in my previous message, encryption just can't work - and any script or service which says the contrary is lying. There is no way to "protect" your source code - Javascript right-click blockers are an annoyance at best, and usually completely ineffective - there's nothing stopping you from selecting "View Source". If you write out the page in Javascript it will disappear completely from every search engine on the web, and break for a sizeable proportion of any visitors you have left.

This is the deal you get when building a website. Your HTML, CSS and Javascript source code is visible to all - and so is that of every other site. If you're not happy with that, then don't publish the site. The choice is yours.

bumpaw

7:44 pm on Sep 26, 2004 (gmt 0)

10+ Year Member



I would be curious to know what you have that needs hiding. Please don't take this the wrong way, but I'm curious.

kaled

9:19 am on Sep 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If your html is so valuable that people absolutely must see the source they will very easily find a way to do so. Any attempt to hide html source code is a complete and utter waste of time.

Spend your time more profitably - e.g. relaxing with a pint.

Kaled.