All Projects → jscrambler → jscrambler

jscrambler / jscrambler

Licence: MIT license
Monorepo of Jscrambler's Javascript Client and Integrations

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jscrambler

generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-88.14%)
Mutual labels:  gulp, grunt
n-asset-macro
Asset macro for Latte and Nette Framework for assets cache busting.
Stars: ✭ 14 (-88.14%)
Mutual labels:  gulp, grunt
Prometheus
🌈 A Clean And Modern Ghost Theme with Progressive Web Apps (PWA)
Stars: ✭ 94 (-20.34%)
Mutual labels:  gulp, ember
blog
blog posts & source code.
Stars: ✭ 44 (-62.71%)
Mutual labels:  gulp, monorepo
Phplint
Lightning fast concurrent PHP linter for Node.js, Grunt & Gulp! ⚡️
Stars: ✭ 62 (-47.46%)
Mutual labels:  gulp, grunt
docker-npm
npm, yarn, node, npx, bower, grunt, gulp, generate-md - build and dev tools.
Stars: ✭ 53 (-55.08%)
Mutual labels:  gulp, grunt
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (-61.86%)
Mutual labels:  gulp, grunt
Assemble
Community
Stars: ✭ 3,995 (+3285.59%)
Mutual labels:  gulp, grunt
actions-js-build
GitHub Actions for running Javascript build tools and committing file changes
Stars: ✭ 46 (-61.02%)
Mutual labels:  gulp, grunt
Docker Compose Nodejs Examples
Finally some real world examples on getting started with Docker Compose and Nodejs
Stars: ✭ 944 (+700%)
Mutual labels:  gulp, grunt
Barekit
A bare minimum responsive framework
Stars: ✭ 201 (+70.34%)
Mutual labels:  gulp, grunt
Grunt2gulp.js
Converts Grunt task files, gruntfile.js, to Gulp files.
Stars: ✭ 64 (-45.76%)
Mutual labels:  gulp, grunt
feweekly
⭐ 前端周刊,让你在前端领域跟上时代的脚步,深度和广度不断精进
Stars: ✭ 34 (-71.19%)
Mutual labels:  gulp, grunt
ember-style-modifier
{{style}} element modifier for ember.js
Stars: ✭ 32 (-72.88%)
Mutual labels:  ember
ember-yeti-table
Yeti Table
Stars: ✭ 56 (-52.54%)
Mutual labels:  ember
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (-59.32%)
Mutual labels:  grunt
gobyexample
A personal go code practice repository managed as monorepo.
Stars: ✭ 18 (-84.75%)
Mutual labels:  monorepo
blog-series-nextjs-nx
Source code for the Next.js + Nx blog series
Stars: ✭ 60 (-49.15%)
Mutual labels:  monorepo
gulp-shopify
Blank slate Shopify theme for Developers, packaged with Gulp.js for processing SCSS, JavaScript (ES6), images and fonts. Made to support Online Store 2.0 features and Shopify CLI.
Stars: ✭ 142 (+20.34%)
Mutual labels:  gulp
selene
A opinionated Wordpress base theme based on Sage.
Stars: ✭ 31 (-73.73%)
Mutual labels:  gulp

Jscrambler

Jscrambler

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.

JavaScript Protection Technology

Jscrambler includes three security layers:

  • Advanced Obfuscation: transformations to Strings, Variables, Functions, and Objects, through reordering, encoding, splitting, renaming, and logic concealing techniques that make the code extremely difficult to read and reverse-engineer. Includes control-flow flattening by adding opaque predicates and irrelevant code clones and flattening the control-flow;
  • Code Locks: ability to prevent the protected code from running outside whitelisted domains, browsers, date ranges, OS'es, and on rooted/jailbroken devices;
  • Runtime Protection: anti-tampering and anti-debugging techniques, such as Self-Defending and Self-Healing.

Polymorphic Behavior

Jscrambler has a Polymorphic Behavior, so each new code deployment generates a different protected output with the same code functionality.

Source Maps

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.

JavaScript Threat Monitoring

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.

Profiling

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.

Jscrambler JavaScript Client and Integrations

You can integrate Jscrambler into your build process easily with its API client. It also has several integrations.

Version Compatibility

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 >= 6.0.0

Jscrambler JavaScript Framework/Library Integrations

Jscrambler Tutorials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].