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
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 ...
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...
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-...
with full force: Friends who have passed by can test it out! ! ! ! ! ! ! ! ! ! ! ! ! ! ! The source code and answers will be announced next week! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !...
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...
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, ...
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 ...
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...
[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...
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 ...