与此相同的 JS 混淆器功能
有人知道是否有一个 ASP.net 库或 EXE 可以混淆 Javascript,例如 http://javascriptobfuscator.com/default。 .aspx.我需要相同的功能。我喜欢混淆器,因为当我尝试将其扔给美化器时,它仍然很难阅读。其他的可以轻松地逆向工程为与以前相同的代码。 javascriptobfuscator.com 上的做得更好。
它不提供可下载版本,所以也许您知道我在哪里可以找到具有相同功能的版本。我读过其他问题,但没有找到能做到这一点的问题。
Does someone know if there is an ASP.net library or EXE that obfuscate Javascript like http://javascriptobfuscator.com/default.aspx. I need the same features. I like the obfuscator because when I try to throw it to a beautifier it still very hard to read. Others can be easily reversed engineered to the same code as before. The one on javascriptobfuscator.com does a better job.
It doesn't offer a downloadable version, so maybe you know where I can find one that does the same. I've read other questions but didn't find one that do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个廉价的混淆器,uglifyjs 可以轻松美化混淆后的 javascript。
这是美化的示例:
我认为它很容易阅读。
That's a cheap obfuscator, uglifyjs can easily beautify the obfuscated javascript.
Here is the example beautified:
I think it's pretty easy to read.