YUI Compressor:混淆安全吗?

发布于 2024-11-29 07:12:32 字数 194 浏览 0 评论 0原文

YUI Compressor 有一个选项来混淆本地符号(默认情况下处于打开状态,您可以使用 --nomunge 将其关闭。我的问题是:它在什么情况下(如果有)会破坏代码?

YUI Compressor has an option to obfuscate local symbols (it's on by default, and you can turn it off with --nomunge. My question is: how safe is this? What are the situations (if any) where it can break code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羁拥 2024-12-06 07:12:32

从你的链接

描述

YUI 压缩器是一个 JavaScript 压缩器,此外
去除
注释和空格,使用混淆局部变量
最小的
可能的变量名。 这种混淆是安全的,即使在使用
构造
例如“eval”或“with”(尽管压缩不是最佳的
是那些
例)相比jsmin,平均节省20%左右。

From your link

DESCRIPTION

The YUI Compressor is a JavaScript compressor which, in addition
to removing
comments and white-spaces, obfuscates local variables using the
smallest
possible variable name. This obfuscation is safe, even when using
constructs
such as 'eval' or 'with' (although the compression is not optimal
is those
cases) Compared to jsmin, the average savings is around 20%.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文