Stunnix JS-Obfus protects your JavaScript code
from potential analyzing/studying/reworking by
unwanted parties. It's both an obfuscator (mangler/cruncher/scrambler) and
encoder for the JavaScript source code, with advanced support for ensuring licensing conditions (script expiration, binding script to a set of servers, generic checks and actions). It
converts the JavaScript/JScript source files into
highly mangled and obfuscated form, making it
extremely difficult to study, analyse, reuse, and
re-work for competitors or customers, while fully
retaining functionality of the original source
code, and then encodes it afterwards, making it
completely unreadable. There are a lot of options
to control all aspects of code hiding, and full
support for all syntax constructs. Both client-side and server-side code can be protected, in raw .js files, in .asp or .html files. It is designed
to be multi-module aware. Comes with advanced cross-platform browser-based user interface that allows to protect even huge and complex projects in a several clicks of mouse. Utility for extraction symbols from ActiveX components included.
Tool for compressing JavaScript source code. Eliminates comments, white spaces, line feeds, and other unnecessary characters, making your JavaScript source code substantially smaller so that it can be downloaded faster. Also provides lightweight obfuscation. Safe Compress is guaranteed to compress all JavaScript source code, without breaking your program.
E-mail Obfuscator is an online tool for webmasters that obfuscates e-mail addresses that you enter, making them less vulnerable to spammers who use e-mail harvesting software, also called spam-bots.
Have you ever pulled your hair writing java-script for setting and resetting elements in an HTML form with a hierarchy of form elements? Here is an easy way to handle all that. Visit www.appsandtools.com and click on 'Products'.
Use this online tool to automatically convert HTML into JavaScript document.write code. Useful for simulating server-side includes where SSI is not available and for including conditional HTML into script.
What it is good for:<br>
================<br>
The HTML/JavaScript Cruncher (also known as squeezing):<br>
Removes whitespace and comments in ALL your JavaScript-Blocks, Style-Sheet-Blocks, HTML-Blocks.<br>
This results in Bandwidth-Savings between 20% - 50%. (Depends on use of comments and style)<br>
The entire file will work like any uncrunched file. (Search-Engines and users still can parse the code)<br>
The HTML/JavaScript Compressor:<br>
Compresses the entire file with a REAL compression-scheme! (Auto-DeCompression added to file)<br>
(detects: pure JavaScript, pure HTML/CSS or HTML/CSS mixed with JavaScript).<br>
This results in Bandwidth-Savings between 40% - 90%. (NO joke! ...seriously tested)<br>
Besides the META-Tags (which are always kept untouched) the file is NO LONGER PARSEABLE by any Search-Engine or user! <br>(Compressing .js files is ALWAYS A GOOD IDEA! ...hehe)<br>
The HTML/JavaScript Obfuscator (not finished yet):<br>
Obfuscates (scrambles) all JavaScript-Code so that it is no longer readable by human beings.<br>
This results in additionally reduced size (short replace) or absolutely hard to read code (long replace)<br>
The entire file will work like any unobfuscated file.<br>
(Search-Engines still can parse the HTML-code BUT NO ONE can simply STEAL YOUR CODE! ...hehe)<br>
A Javascript Program that Exposes the HTML DOM Tree for browsing and editing. Enumerates HTML Object and Event Object Properties. Javascript Console and Error Log. Useful for Debugging HTML Pages, DHTML Scripts, and Cross-Browser Compatibility. Simple to include on any page.
Use this highly versatile application to compile the source code of your webpages and protect them from theft. HTML Compiler 2.0.1 implements the JavaScript encrypting method unescape and converts your code into a single line encrypted script working with all popular browsers.
The "Debug Console" is a very usefull javascript-program that lets you test and debug your own javascript-programs very easely. It lets you survey objects, variables and functions and it's even possible to execute functions manually via console!
This function will encapsulate the process of creating an object reference to an HTML element on your page. There are two versions of the function below: New-age browsers and older browsers. New age browsers are browsers compatible with Netscape/Mozilla 5+ and Internet Explorer 4+. Older browsers add to the compatibility Netscape 4.
(Recently tested with Firebird and newer Mozilla browsers, works fine!)
A program written in Javascript and DHTML. It takes the Javascript (or even a self contained Web Page), removes the white space, comments and line breaks, and replaces function names and variable names with meaningless hash values. By using hash values, it ensures the same meangingless hash value is used accross multiple scripts.