Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用密码去解密代码 #13

Open
jcchen1994 opened this issue Apr 4, 2019 · 6 comments
Open

用密码去解密代码 #13

jcchen1994 opened this issue Apr 4, 2019 · 6 comments

Comments

@jcchen1994
Copy link

大牛,启动时参数带了密码,如何防止被用密码解密。能否将危险模式里的密码再度加解密,使得即使有密码也不能反编译

@core-lib
Copy link
Owner

core-lib commented Apr 5, 2019

密码不是记在自己脑子里 总是有点自欺欺人的感觉

@jcchen1994
Copy link
Author

就是只做加密,不做解密,单向的

@core-lib
Copy link
Owner

没太明白 你用场景举例一下

@jcchen1994
Copy link
Author

就是有时候要给客户提供jar包,但又不想被客户把代码反编译。所以只想工具只提供加密,不提供解密

@core-lib
Copy link
Owner

core-lib commented Apr 23, 2019

你是说把这个加密后的 jar 给客户当作第三方依赖来使用吗?

@knobblex
Copy link

knobblex commented Jul 2, 2019

你说的应该是混杂而不是加密,只能用对称加密,这个包就是启动时解密之后再运行的,既然程序启动时可以解密,用户也可以解密。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants