开发者

Free JSP obfuscator?

I want to r开发者_运维百科eport a bug for the Eclipse WTP project which occurs on a JSP of my company's project but I don't want to attach the original jsp due to legal reasons.

Is there a way/free utility to obfuscate my jsp code easily?


Your question embodies a contradiction in terms. Either you want them to find the bug, which implies that they can understand the source code, or you want to conceal the source code, in which case you are impeding the fault report process.

What you should be doing is constructing a parallel case that exhibits the bug in the most minimal fashion possible and that doesn't give away your precious secrets. And if you can't do that, it is evidence that the bug is in your code. Which is by far the most likely possibility anyway.


There is free jsp obfuscator: yGuard
and an eclipse plugin : obfuscate4e


Try the ProGuard, its a free Java class file shrinker and obfuscator. It can change the names in your code using meaningless ones.


According to lacking answers I have to realize that there seems to be no obfuscator.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜