Looking for the best way to protect your JavaScript source code? Stop looking. Sign up now! Did you forget your password?

JScrambler JScrambler

JavaScript Compression and Domain Lock

In the final stage of the obfuscation the JavaScript source is compressed and locked to a specific domain. Verifications are injected into the source code which protect it from being executed in another domain.


JavaScript compression is applied to minimize the size growth of the original script. The decompression algorithm is very efficient and in most cases it has a positive impact in terms of performance reducing the load time significantly. The resulting script is completely obfuscated making it extremely hard for anyone to analyze it and try to re-use the code.


Click here to run the SJCL obfuscated source code. Check the SJCL obfuscated source code here.


← Member Enumeration, String Splitting and Literal Hooking
Back