JScrambler is now easier to use!
Published: Friday, 28 May 2010
JScrambler offers a new feature that makes JavaScript obfuscation more user-friendly. Identifier replacement is now smarter and scope-aware, replacing only identifiers with private access. Why is this important? Before, you had to manually look for identifiers that belonged to a library and mark them as exceptions to the transformation. This was tedious and a error prone task. Now you don't have to! You are now able to obfuscate anything without worrying about library dependencies.
But thats not all. We are working hard at making JScrambler the best JavaScript obfuscation tool and that means new features.
We are currently working on
- Domain Lock - You will be able to obfuscate a JavaScript so it only works on a specific domain. This means that you will be able to license your JavaScript to a specific site.
Scheduled features
- Multi-file obfuscation - JScrambler will be able to obfuscate several files at the same time. Because it will be aware of declarations and scopes in the included files, JScrambler will replace identifiers with public access securely.
- JScrambler API - We wish to provide a simple and powerful way for developers to integrate JScrambler into their development environment, allowing you to explore it programmaticly and to produce dynamic obfuscation solutions.
We are trying to make JScrambler what you want it to be so please keep giving us more feedback.
Back ↵