Jscrambler is a JavaScript protection technology for Web and Mobile Applications. Its main purpose is to enable JavaScript applications to become self-defensive and resilient to tampering and reverse engineering.
Jscrambler includes three security layers:
Jscrambler has a Polymorphic Behavior, so each new code deployment generates a different protected output with the same code functionality.
Source maps provide a way of mapping obfuscated code back to its original source code, helping the debugging process of obfuscated code as if you were running the original source code.
Jscrambler displays real-time notifications whenever there is a threat to the protected code. Any code lock violation or attempt to modify/debug protected code will display a detailed alert on the Live Feed dashboard.
This feature is specifically aimed at performance-sensitive apps. It analyzes which parts of the code are critical to performance and applies the best balance of transformations when protecting the code.
You can integrate Jscrambler into your build process easily with its API client. It also has several integrations.
The version's compatibility table match your Jscrambler Version with the selected integration Client (f.e jscrambler-cli or jscrambler-webpack-plugin). Please make sure you install the right version, otherwise some functionalities might not work properly.
| Jscrambler Version | Client and Integrations |
|---|---|
| <= 7.1 | <= 5.0.0 |
| 7.2 ... 8.2 | >= 6.0.0 |
| >= 8.3 | >= 8.4.0 |
Note: CLI 8.4.0 still supports older versions of Jscrambler (>= 7.2).