In JavaScript obfuscator

tags: JavaScript

With the development of rich AJAX and interface technology, the importance of Javascript on Web applications have become increasingly complex, functional and technical content Javascript code have become more sophisticated, the need for Javascript code protection has become increasingly urgent .


Compression compress: Strips spaces, line, notes, etc., the compact format, saving storage space.

Confusion obfuscate / garble: Replace the variable or method name, let js not easy to understand. Also it does compression effect.

Encryption encrypt: Eval general use encryption methods, confusingly similar effects. Also it does compression effect.


We may be confused by the tool, the tool is currently the best way. Recommend a good obfuscation tool: JSObfuscator By Unest.


we put our original code into them, it will automatically generate an encrypted code obfuscation, we can pack the uploaded to the server.

Download: https://download.csdn.net/download/liuyifeng0000/12260138

Intelligent Recommendation

Research on a JavaScript Obfuscator Tool (3) String Array

  Corresponding encryption options: The main effect of this option is to "delete the string literal and place it in a special array. For example, the string "Hello World" in var m ...

The applet uses the JavaScript-Obfuscator tool for code confusion.

1. Perform the following command download dependence in Node.js 2. Enter in the file directory The app.js will be confused, and the confusing file app-obfuscator.js will be generated. 3. Remove confus...

Use JavaScript-Obfuscator to minimize and confuse the (batch) of JS

Install NPM (Node, JS) Install JavaScript-OBFUSCATOR Minimize and confuse files javascript-obfuscator input_file_name.js  After executing the above instructions, it will generate input_file_name-...

A JavaScript Obfuscator Tool (Tool) Research (5) Finally an example

with full force: Friends who have passed by can test it out! ! ! ! ! ! ! ! ! ! ! ! ! ! ! The source code and answers will be announced next week! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !...

Research on a JavaScript Obfuscator Tool (4) Flattening instruction and control flow

Source code: 1. Use option [control Flow Flattening] After confusion: There are a few more functions. It is estimated that the quality of the source code is not good, and the quality after confusion i...

More Recommendation

A JavaScript Confusion (OBFUSCATOR) Tool (TOOL) research (6) update

Originally, this series should be over, but recently.websiteI saw it, it seems to be updated. Check the record record,The first articleDate is April 10, 2020, the corresponding version is about 0.27, ...

Compression and obfuscation of H5 native projects (html-minifier, javascript-obfuscator)

In order to prevent the project from being easily plagiarized by others, it is still necessary to compress and confuse the code. 1. Introduction to common plug-ins js compression: terser, uglifyjs js ...

WPF and obfuscator

To this day, confusion remains.NetAn important means of protection of the program, and obfuscatorWPFWhat is the application support? Let's explain it through examples today. First create a simple user...

Java obfuscator

[This is the first thing a little monkey talks about60Original sharing] Imagine in your mind that the technical wheel developed by you after you have experienced 81 hardships has finally taken shape a...

Android ProGuard Obfuscator

Reference from: http://android.tgbus.com/Android/tutorial/201107/358743.shtml http://hi.baidu.com/benbearlove/blog/item/aaa36de671f3153db93820e2.html   ProGuardIs a compression, optimization and ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top