Code protector

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Code protector

Post by z3r0aCc3Ss »

Is there any tool/technique available that encrypts your website code?
There is one tool, by antssoft, htmlprotector. But its paid and very costly.
Any free tool/technique available?
I do not want JavaScript escape sequence encryption way.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Code protector

Post by bad_brain »

hm, all the used techniques I know that are not on server level like Zend Guard (which is not free) use the document.write function of Javascript, like base64 or rot13 encryption.
without javascript you can make it just pretty annoying to copy by removing all line breaks so that the code is 1 long line.

from what I have read in the feature lists of "html protector" or "html guard" I am sure they also use the usual Javascript encryption methods btw.
Image

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Code protector

Post by ayu »

You also have to think about the following;

Is it worth protecting it like that?
What kind of html/css/javascript code do you want to publish, and yet protect it like that?
Trying to protect it like that, might have a huge performance hit on your site, so keep that in mind.

Other than that, b_b's suggestion sounds good ^^
But mostly people who really want it, can still get it, since you need to make it so that the browser can interpret it.
"The best place to hide a tree, is in a forest"

User avatar
ph0bYx
Staff Member
Staff Member
Posts: 2039
Joined: 22 Sep 2008, 16:00
15
Contact:

Re: Code protector

Post by ph0bYx »

Try something like here: http://elite-hackers.com/main" onclick="window.open(this.href);return false; :D

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: Code protector

Post by lilrofl »

ph0bYx wrote:Try something like here: http://elite-hackers.com/main" onclick="window.open(this.href);return false;" :D
I lol'd
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

Post Reply