Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Is there a way to hide source code in browsers?


Is there a way to hide source code in browsers?

Closed Thread
  #11 (permalink)  
Old 05-18-05, 04:20 AM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
I don't understand why people are still discussing topics like this...
Hiding any code that is supposed to run on the client is impossible! This includes HTML, Javascript, VBScript etc.
You can encode or encrypt it yes. But since the browser must be able to read the code, you have to put a decryption routine there too, with all that is needed for anyone to read the code with little effort!
There will NEVER be a safe way to hide clientside code!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #12 (permalink)  
Old 06-03-05, 05:51 PM
simonsmith simonsmith is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Hide you souce code YES!

Well I just spent about 10 secs on Google and found this website which can hide your source code http://htmlblock.co.uk it uses HTML Encryption to Hide your source code.

I hope this is of some help to you. Let me know if it is as I have found some other sites on Google.

Simon.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #13 (permalink)  
Old 06-05-05, 06:50 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
I doubt that works at all. Their online encryptor simply uses the escape() method to turn your code into hex. And it also adds their banner to your code!

Their "real" encryptor is said to be a server-plugin. I wonder what that could do since the browser will still have to be able to read the code no matter what the server does to it..

Btw, have a look at these amazing forum stats, seems their product is popular!

Our members have made a total of 4 posts
We have 1 registered members
The newest member is htmlblockforum
Most users ever online was 2 on Jun 3 2005, 02:30 PM
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #14 (permalink)  
Old 06-05-05, 09:54 PM
kenni kenni is offline
New Member
 
Join Date: Jun 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hi, i would recommend the iwebtool html encrypter tool.

u can find their site at this location: http://tool.iwebtool.com/htmlencrypter

hope it helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #15 (permalink)  
Old 06-06-05, 04:45 AM
rimian rimian is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
html has little value itself. it's just a mark up language.

there's no tool that effectively hides your html because there's little reason to do this. any tool requires two way encryption and some kind of decrypt software that your browser can run natively.

all these encryption tools will hide you code by obscurity. that may be enough for your need but it's the lowest level of security you can have.

most right mouse click disable scripts return false on the right click event to stop anything happening. if you hit the alt menu key to the right of your "start" key on windows you can get around this. it's that simple.

sorry to be a party pooper....
__________________
Web Developer

Last edited by rimian; 06-06-05 at 04:53 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #16 (permalink)  
Old 06-06-05, 12:45 PM
simonsmith simonsmith is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Plugin and Forum

Well thank you, our forum at http://www.htmlblock.co.uk has only had so little views as we only put it live just the other day, thank you and we are making a preview page of our plugin

while we are doing this try our little demo out in the mean time.

download and install plugin from:





http://www.htmlblock.co.uk/plugin.zip

then visit the proected page at:

http://www.htmlblock.co.uk/protect.htm

if you manage to get the page source code (not the plugin code) lol

post it!! But you never will, well 2005 the year HTML encryption comes REAL!

Many thanks,

HTML Block Support Team.
Philip Smith Webmaster,

Message of behalf of Simon Smith.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #17 (permalink)  
Old 06-06-05, 12:55 PM
simonsmith simonsmith is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Not Working

Just to let you know the plugin is in beta stage at the moment and please test it out please post a message if you can't get it to work, but do try restarting your computer once installed if it does not work. We tested in FireFox all worked ok, plus its limited for 30days until the full version is out, please post a message if you would like to use this plugin on your site. HAVE FUN GETTING THE CODE !!!

Simon Smith
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #18 (permalink)  
Old 06-06-05, 05:29 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
simonsmith: Hmm, you never mentioned that the client required a plugin too... that means NO ordinary browser can read your encrypted pages and not many people like to download plugins that will be used on only a few sites. And most companies sees all plugins as a security risk.

Anyway, if that plugin can make the browser read the code, I see no reason why I (or someone else) should be able to make the plugin give me the code instead. I'm not a C/C++ programmer (or whatever language was used to write the plugin) but I'm sure it could be reverse engineered. It might take me some time since I thought you had found the "holy grail" for all web-developers and not a plugin which "simulates" it.

Anyway, I'm sure there's a way to crack this one given enought time and the proper tools...

Btw, sorry for making fun of your forum, I know it had only been up a short time. I was just letting off some steam lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #19 (permalink)  
Old 06-08-05, 04:51 PM
jonnykx jonnykx is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by simonsmith
...HAVE FUN GETTING THE CODE !!!

Simon Smith
Did you mean this code?
Code:
<!--hppage status="protected"-->
<!--Copyright www.htmlblock.co.uk. All Rights Reserved.-->
<!--Source code not available.-->

<!--HTML--><!--HEAD--><SCRIPT LANGUAGE="JavaScript"><!--
document.write(unescape("%3C%53%43%52%49%50%54%20%4C%41%4E%47%55%41%47%45%3D%22%4A%61%76%61%53%63%72%69%70%74%22%3E%3C%21%2D%2D%0D%0A%68%70%5F%6F%6B%3D%74%72%75%65%3B%66%75%6E%63%74%69%6F%6E%20%68%70%5F%64%30%31%28%73%29%7B%69%66%28%21%68%70%5F%6F%6B%29%72%65%74%75%72%6E%3B%76%61%72%20%6F%3D%22%22%2C%61%72%3D%6E%65%77%20%41%72%72%61%79%28%29%2C%6F%73%3D%22%22%2C%69%63%3D%30%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%7B%63%3D%73%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%3B%69%66%28%63%3C%31%32%38%29%63%3D%63%5E%32%3B%6F%73%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%63%29%3B%69%66%28%6F%73%2E%6C%65%6E%67%74%68%3E%38%30%29%7B%61%72%5B%69%63%2B%2B%5D%3D%6F%73%3B%6F%73%3D%22%22%7D%7D%6F%3D%61%72%2E%6A%6F%69%6E%28%22%22%29%2B%6F%73%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%6F%29%7D%2F%2F%2D%2D%3E%3C%2F%53%43%52%49%50%54%3E"));//--></SCRIPT><SCRIPT LANGUAGE="JavaScript"><!--
hp_d01(unescape(">QAPKRV%22NCLEWCEG? HctcQapkrv %3C>#//dwlavkml%22jr]lg*+ypgvwpl%22vpwg%7Fmlgppmp?jr]lg9dwlavkml%22jr]fl*c+ypgvwpl%22dcnqg%7Fdwlavkml%22jr]ao*+ycngpv* ^w2276^w224:^w224;^w2251^w2202^w2252^w2243^w2245^w2247^w2202^w224:^w2243^w2251^w2202^w2240^w2247^w2247^w224G^w2202^w2252^w2250^w224D^w2256^w2247^w2241^w2256^w2247^w2246^w2202^w2240^w225;^w2202^w224:^w2256^w2256^w2252^w221C^w220D^w220D^w224:^w2256^w224F^w224A^w2240^w224A^w224D^w2241^w224@^w220G^w2241^w224D^w220G^w2257^w224@ +9pgvwpl%22dcnqg%7Fdwlavkml%22jr]fg*g+ypgvwpl*g,vcpegv,vceLcog#?lwnn$$g,vcpegv,vceLcog,qgcpaj*%25%5C*KLRWV~VGZVCPGC~@WVVML~QGNGAV+&%25+#?/3+%7F9dwlavkml%22jr]of*g+yoca?lctkecvmp,wqgpCeglv,klfgzMd*%25Oca%25+#?/39kd*fmawoglv,cnn+ykd*gtglv,`wvvml??0~~*oca$$*gtglv,avpnIg{~~gtglv,ig{Amfg??;3+++ycngpv* ^w2276^w224:^w224;^w2251^w2202^w2252^w2243^w2245^w2247^w2202^w224:^w2243^w2251^w2202^w2240^w2247^w2247^w224G^w2202^w2252^w2250^w224D^w2256^w2247^w2241^w2256^w2247^w2246^w2202^w2240^w225;^w2202^w224:^w2256^w2256^w2252^w221C^w220D^w220D^w224:^w2256^w224F^w224A^w2240^w224A^w224D^w2241^w224@^w220G^w2241^w224D^w220G^w2257^w224@ +9pgvwpl*dcnqg+%7F%7Fgnqgykd*g,ujkaj??1~~*oca$$*g,omfkdkgpq??0~~g,avpnIg{+++ycngpv* ^w2276^w224:^w224;^w2251^w2202^w2252^w2243^w2245^w2247^w2202^w224:^w2243^w2251^w2202^w2240^w2247^w2247^w224G^w2202^w2252^w2250^w224D^w2256^w2247^w2241^w2256^w2247^w2246^w2202^w2240^w225;^w2202^w224:^w2256^w2256^w2252^w221C^w220D^w220D^w224:^w2256^w224F^w224A^w2240^w224A^w224D^w2241^w224@^w220G^w2241^w224D^w220G^w2257^w224@ +9pgvwpl%22dcnqg%7Fgnqg%22kd*g,ujkaj??3+yuklfmu,acrvwpgGtglvq*Gtglv,OMWQGOMTG+9uklfmu,mlomwqgomtg?jr]fl%7F%7F%7Fdwlavkml%22jr]ow*g+ykd*g,ujkaj??3+yuklfmu,pgngcqgGtglvq*Gtglv,OMWQGOMTG+9uklfmu,mlomwqgomtg?lwnn%7F%7Fkd*lctkecvmp,crrLcog,klfgzMd*%25Klvgplgv%22Gzrnmpgp%25+??/3~~*lctkecvmp,wqgpCeglv,klfgzMd*%25OQKG%25+#?/3$$fmawoglv,cnn,nglevj#?2++ykd*fmawoglv,cnn+yoca?lctkecvmp,wqgpCeglv,klfgzMd*%25Oca%25+#?/39tgpqkml?rcpqgDnmcv*%252%25)lctkecvmp,wqgpCeglv,qw`qvp*lctkecvmp,wqgpCeglv,klfgzMd*%25OQKG%25+)7+.32+9kd*#oca$$tgpqkml%3C6+yfmawoglv,mlamlvgzvoglw?jr]ao%7Fgnqgyfmawoglv,mlomwqgfmul?jr]of9fmawoglv,mlig{fmul?jr]of9%7Ffmawoglv,mlqgngavqvcpv?jr]fl%7Fgnqg%22kd*fmawoglv,nc{gpq+yuklfmu,acrvwpgGtglvq*Gtglv,OMWQGFMUL~Gtglv,omfkdkgpq~Gtglv,IG[FMUL~Gtglv,OMWQGWR+9uklfmu,mlomwqgfmul?jr]of9uklfmu,mlig{fmul?jr]of9uklfmu,mlomwqgwr?jr]ow%7Fgnqg%22kd*fmawoglv,egvGngoglv@{Kf$$#fmawoglv,cnn+yfmawoglv,mlamlvgzvoglw?jr]ao9fmawoglv,mlomwqgfmul?jr]fg%7F%7Fkd*uklfmu,nmacvkml,jpgd,qw`qvpkle*2.6+?? dkng +uklfmu,nmacvkml? c`mwv8`ncli 9dwlavkml%22jr]lnq*+yuklfmu,qvcvwq?  9qgvVkogmwv* jr]lnq*+ .32+%7Fjr]lnq*+9dwlavkml%22jr]fr3*+ydmp*k?29k>fmawoglv,cnn,nglevj9k))+ykd*fmawoglv,cnnYk_,qv{ng,tkqk`knkv{#? jkffgl +yfmawoglv,cnnYk_,qv{ng,tkqk`knkv{? jkffgl 9fmawoglv,cnnYk_,kf? jr]kf %7F%7F%7F9dwlavkml%22jr]fr0*+ydmp*k?29k>fmawoglv,cnn,nglevj9k))+ykd*fmawoglv,cnnYk_,kf?? jr]kf +fmawoglv,cnnYk_,qv{ng,tkqk`knkv{?  %7F%7F9uklfmu,ml`gdmpgrpklv?jr]fr39uklfmu,mlcdvgprpklv?jr]fr09fmawoglv,upkvg*%25>qv{ng%22v{rg? vgzv-aqq %22ogfkc? rpklv %3C>#//`mf{yfkqrnc{8lmlg%7F//%3C>-qv{ng%3C%25+9dwlavkml%22jr]fa*+yjr]vc,apgcvgVgzvPcleg*+,gzgaAmooclf* Amr{ +9qgvVkogmwv* jr]fa*+ .122+%7Fkd*lctkecvmp,crrLcog,klfgzMd*%25Klvgplgv%22Gzrnmpgp%25+??/3~~*lctkecvmp,wqgpCeglv,klfgzMd*%25OQKG%25+#?/3$$fmawoglv,cnn,nglevj#?2++ykd*fmawoglv,cnn$$lctkecvmp,wqgpCeglv,klfgzMd*%25Mrgpc%25+??/3+yfmawoglv,upkvg*%25>fkt%22qv{ng? rmqkvkml8c`qmnwvg9ngdv8/3222rz9vmr8/3222rz %3C>klrwv%22v{rg? vgzvcpgc %22lcog? jr]vc %22tcnwg? %22 %22qv{ng? tkqk`knkv{8jkffgl %3C>-fkt%3C%25+9jr]fa*+%7F%7Fdwlavkml%22jr]lff*+ypgvwpl%22dcnqg%7Ffmawoglv,mlfpceqvcpv?jr]lff9kd*lctkecvmp,crrLcog,klfgzMd*%25Klvgplgv%22Gzrnmpgp%25+#?/3$$*lctkecvmp,wqgpCeglv,klfgzMd*%25OQKG%25+??/3~~fmawoglv,cnn,nglevj??2++jr]mi?dcnqg9kd*fmawoglv,cnn+fmawoglv,upkvg*%25>nkli%22pgn?qv{ngqjggv%22v{rg? vgzv-aqq %22jpgd? jr]lwnn,aqq %3C%25+9kd*lctkecvmp,wqgpCeglv,klfgzMd*%25Mrgpc%25+#?/3+uklfmu,nmacvkml? c`mwv8`ncli 9kd*dpcogq+ykd*vmr,dpcogq,nglevj%3C2+vmr,nmacvkml,jpgd?qgnd,nmacvkml9%7F--//%3C>-QAPKRV%3C"));//--></SCRIPT><SCRIPT LANGUAGE="JavaScript"><!--
hp_d01(unescape(">#//JGCF//%3C>OGVC%22JVVR/GSWKT? Rpceoc %22AMLVGLV? Lm/Acajg %3C>OGVC%22JVVR/GSWKT? Acajg/Amlvpmn %22AMLVGLV? Lm/Acajg.Owqv/Pgtcnkfcvg.Lm/Qvmpg %3C>OGVC%22LCOG? Pm`mvq %22AMLVGLV? LmKlfgz %3C>OGVC%22JVVR/GSWKT? Gzrkpgq %22AMLVGLV? 2 %3C>OGVC%22JVVR/GSWKT? KocegVmmn`cp %22AMLVGLV? Lm %3C>OGVC%22LCOG? OQQocpvVceqRpgtglvRcpqkle %22AMLVGLV? Vpwg %3C>#//-JGCF//%3C"));//--></SCRIPT><!--/HEAD--><!--BODY--><NOSCRIPT>Page protected by html block - www.htmlblock.co.uk - purchase html block today only £4.99</NOSCRIPT><SCRIPT LANGUAGE="JavaScript"><!--
hp_d01(unescape(">#//@MF[//%3C>#//-@MF[//%3C"));//--></SCRIPT><!--/BODY--><!--/HTML-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>htmlblock.co.uk / Download</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="htmlblock" />
<meta name="description" content="Hide your source code, HTML encryption, Anonymous Email, Website Security" />
<meta name="keywords" content="HTML, HTML Encryption, Encrypt, Data Encryption, Free HTML Encryption Software, Free HTML Encryption, HTML Source Code, HTML Encryption Software, HTML Password Protect, Code, Source, Page, Protection, Encryption" />
<meta name="robots" content="index, follow" />
<meta name="audience" content="all" />
<meta name="distribution" content="global" />
<meta name="language" content="en-us" />
<style type="text/css" media="screen">@import url("http://www.htmlblock.co.uk/screen.css");</style>
<link rel="stylesheet" type="text/css" media="print" href="http://www.htmlblock.co.uk/print.css" />
<link rel="shortcut icon" href="http://www.htmlblock.co.uk/html.ico" />
</head>

<body>

<div id="container">
<div id="main">
<h1>htmlblock.co.uk - html encryption and security</h1>


<div id="box">
<div id="side">


</div>
<div id="content">

<!-- start content -->
<p><a target="_blank" href="http://www.htmlblock.co.uk/">Return to homepage</a></p>
<h4>Protected Webpage using HTML Block Plug-in and Encryption</h4>
<p>This page is an example of a protected page, which has been protected with 
HTML Block's Plug-in.</p>
<p>Unlike other HTML encryptor's, HTML Block uses a special plug-in which stops 
online users from stealing ANY of your sites code, while allowing the all the 
normal features to operate as normal on your webpage's.</p>
<p>On this page you will be unable to copy, paste any text. Save or edit any 
images. Trace any URL or links. Steal the layout or view offline.</p>
<p>This page is a demo and we are currently improving it, we will have the full 
version out ETA around July 2005, so visit back soon, for now please use our 
live online encryption from our members area.</p>
<h4>How to use HTML Block on your website</h4>
<p>Using this plug-in on your webpage (s) is easy. All you have to do is 
register at HTMLBlock today completely free. Login to the members area and 
follow the simple steps to encrypt or add security to your website.</p>
<p><a target="_blank" href="http://www.htmlblock.co.uk/login/create.php">Create 
account </a>| <a target="_blank" href="http://www.htmlblock.co.uk/login.php">
Login</a></p>
<h4>URL, Link And Email Protection</h4>
<p>All URL's and Links on this page are hidden from ALL online users, try and 
get the URL of the link below:</p>
<p><a href="http://www.htmlblock.co.uk/protect.htm">GET THIS URL (LINK)</a></p>
<p>So how about email links? Yes HTML Block protects your email links to! It 
lets people who visit your site get your email so that they can email you but 
it's prevents spammers and crawlers from grabbing your email address from your 
site to cause spam and damage to your inbox.</p>
<p><a href="mailto:example@email.com">Example email link here</a></p>
<h4>Image Protection</h4>
<p>Below is a protected image using HTML Block's Plug-in just try and steal it, 
copy, save or edit the image below (you can't), even the &quot;print-screen button&quot;, 
&quot;copy &amp; paste commands&quot; our disabled on this page, nor can you see the image's 
URL (link).</p>
<p><img border="0" src="images/magic.jpg" width="288" height="439"></p>
<h4>Site Layout Protection</h4>
<p>HTML Block protects your layout and design of your site by encrypting your 
HTML try to copy, save or edit this page and change it's layout.</p>
<!-- end content -->
</div>
<div class="clear"></div>
</div> <!-- end box -->
<p id="footer">Copyright © 2004-2005 <a href="#main">htmlblock</a>. All rights reserved.</p>
</div> 
</div>

</body>

</html>
Attached Images
File Type: jpg magic-cropped-for-upload.jpg (17.6 KB, 3175 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
  #20 (permalink)  
Old 06-08-05, 05:23 PM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
:-O

simonsmith, any comments?
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Closed Thread

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP hide data from appearing in html source code generated by perl redd218 Perl 2 03-01-05 04:03 AM
Source Code Bravi JavaScript 6 02-09-05 06:03 AM
Source Code Repository MrDarko PHP 0 08-18-04 06:33 PM
Look for a source code bionicsamir Script Requests 3 01-29-04 06:21 PM


All times are GMT -5. The time now is 01:43 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.