Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
选择最适合您的。
Pick whatever suits you best.
您还可以将多个 js 文件转换为多个混淆文件,而不是单个混淆文件。
我已经创建了一个解决方案并在我的博客上进行了解释。请看一下:
http://adilsblogs.blogspot.com/2012 /07/obfuscating-multiple-js-files-using-yui.html
You can also convert multiple js files into multiple obfuscated files instead of having one single obfuscated files.
I've created a solution and explained it on my blog. Please take a look:
http://adilsblogs.blogspot.com/2012/07/obfuscating-multiple-js-files-using-yui.html
https://github.com/mishoo/UglifyJS
https://github.com/mishoo/UglifyJS
我们的 ECMAScript Obfuscator 可以做到这一点。它构建一个映射,记住它如何混淆名称,并且您可以重新混淆单个文件或新文件,并扩展映射,而不会破坏已经混淆的内容。
Our ECMAScript Obfuscator does this. It builds a map remember how it obfuscated names, and you can reobfuscate individual files, or new files, and extend the map, without breaking what has already been obfuscated.