Page 1 of 3

HTML Encrypter

Posted: Mon Jun 12, 2006 1:02 am
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!

Posted: Mon Jun 12, 2006 1:18 am
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?

Posted: Mon Jun 12, 2006 3:27 pm
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 ****.

Posted: Tue Jun 13, 2006 2:16 am
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.

Posted: Tue Jun 27, 2006 3:09 pm
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

Posted: Sun Jul 23, 2006 10:30 pm
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.

Posted: Mon Jul 24, 2006 1:27 am
by jeremy90
looks interesting and cool thing to use, never seen anything like it before!

Posted: Wed Nov 15, 2006 12:39 pm
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>

Posted: Tue Dec 26, 2006 4:17 pm
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 :)

Posted: Fri Dec 29, 2006 8:54 pm
by delivi
using decryption tools these javascript encrypted pages can be decrypted easily. So there is no use of encryption.