我的可执行jar文件的安全性如何 [英] How secure my Executable jar file

查看:430
本文介绍了我的可执行jar文件的安全性如何的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用Java开发了一个桌面应用程序。我以Executable jar(.jar)格式转换了我的代码。这里我的问题是,这个jar文件很容易通过winrar / winzip提取。我的Java类文件对其他人可见,而且我使用JAD进行反编译过程我的源代码对所有人都可见。是保护我的源代码免于解编译过程的任何方法。

I developed a desktop application in Java. I converted my code in the form of Executable jar (.jar) format. Here my problem is, this jar files easily extracted by winrar/winzip. My Java class files are visible to others and also i do De-compilation process using JAD my source code are visible to everyone. is any way to protect my source code from De-compileation process.

推荐答案

你不能100%停止反编译,但你可以反编译后难以阅读的代码 混淆

You can't 100% stop decompilation but you can obfuscate your code that will be hard to read once after decompilation

这篇关于我的可执行jar文件的安全性如何的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆