HTML Encrypter

Any problem with HTML can be discussed here.
Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

HTML Encrypter

Post by Flipper3 »

This won't hide your source code or disable right ****. This just makes your HTML hidden. There is a way to crack it, but it would take massive amounts of time to crack it and the person would only be cracking your HTML, not your PHP or any of that. Here is the website where you can encrypt your HTML:

Encrypt Your HTML or http://www.iwebtool.com/html_encrypter


Enjoy!


TheCrymsonLegends
Posts: 1246
Joined: Wed Feb 16, 2005 6:59 am

Post by TheCrymsonLegends »

It might not hide it, but you add Disable Right **** to this, and the people trying to steal your work is now screwed. They have to figure out the encryption. This won't keep your work from being completely stolen but if someone steals your work, you can atleast say they deserved it lol.

Wait, just remembers I can't sticky in this section :P. Lixas? Think this deserves a sticky?
Reached 5000 Credits! The highest of any member on Smokyhosts! New milestone for Me!
elicoten
Posts: 188
Joined: Mon Mar 06, 2006 2:26 pm

Post by elicoten »

I think its very difficult to protect your html code.

I haven't seen this in use on a real website, but I think that if someone actually views the source code, both the encrypted and unencrypted source show up.

This can be very simply cracked, using a little more javascript. Disabling right **** can be bypassed either using Firefox options, or most browsers have a View Source option on the View or Edit menu, which isn't affected by disabling right ****.
Freedom Fighter
Posts: 479
Joined: Tue May 16, 2006 11:53 am

Post by Freedom Fighter »

It doesnt take a long time to decrypt html lol. It take about 10 secs to do it. haha html encryption isnt that great so i wouldnt bother using it.
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

My opinion about this HTML encryption service using javascript:
  • what should user do if his browser is very old and does not support javascript'ing
  • What if i want to view this page with mobile phone / smartphone internet browser
  • It does not fit for dynamic web developement: php, asp, jsp etc.
  • i prefer ajax as an encryption method
  • it realy expands the size of your source (more bandwith for user and server)
And my opinnion: is someone wants you web source code, he will get it anyway, there is no possibility to fully secure your sources :D

This topic will be sticky for a while
Image
mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post by mohumben »

It is simply impossible to encrypt HTML. When you hide it with JavaScript, you must see that the browser needs to know how to un-hide it, so the "decryption" routines are there.

And besides, some browsers can give you the generated HTML directly.

Code: Select all

define('I_LOVE_PHP', true);
jeremy90
Posts: 440
Joined: Mon Jun 26, 2006 3:15 pm

Post by jeremy90 »

looks interesting and cool thing to use, never seen anything like it before!
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

Does look interesting, but how is someone supposed to edit their pages if they look like this:

Code: Select all

<Script Language='Javascript'>

<!--
****.write(unescape('%3C%70%20%61%6C%69%67%6E%3D%63%65
%6E%74%65%72%3E%3C%66%6F%6E%74%20%63%6F%6C%6F%72%3D%72%65%64%20%73%69%7A%65%3D%2B%35%20%73%74%79%6C%65
%3D%69%74%61%6C%69%63%20%77%65%69%67%68%74%3D%62%6F
%6C%64%20%66%61%63%65%3D%22%57%65%62%64%69%6E%67%73
%22%3E%48%65%6C%6C%6F%20%6D%79%20%66%72%69%65%6E%64
%2C%20%70%6C%65%61%73%65%20%74%65%6C%6C%20%6D%65%20
%69%66%20%79%6F%75%20%63%61%6E%20%64%65%63%6F%64%65%20
%74%68%69%73%3C%2F%66%6F%6E%74%3E%3C%2F%70%3E'));
//-->
</Script>
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
annamarie
Posts: 66
Joined: Tue Dec 26, 2006 2:18 pm

Post by annamarie »

encrypt from iwebtool is good enough, at least noob cant decode them, well i use to encrypt my shop site who pay via e-gold, and work nice :)
delivi
Posts: 454
Joined: Sun Mar 26, 2006 1:24 pm
Contact:

Post by delivi »

using decryption tools these javascript encrypted pages can be decrypted easily. So there is no use of encryption.
Post Reply