-
Notifications
You must be signed in to change notification settings - Fork 473
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
Comments
密码不是记在自己脑子里 总是有点自欺欺人的感觉 |
就是只做加密,不做解密,单向的 |
没太明白 你用场景举例一下 |
就是有时候要给客户提供jar包,但又不想被客户把代码反编译。所以只想工具只提供加密,不提供解密 |
你是说把这个加密后的 jar 给客户当作第三方依赖来使用吗? |
你说的应该是混杂而不是加密,只能用对称加密,这个包就是启动时解密之后再运行的,既然程序启动时可以解密,用户也可以解密。。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大牛,启动时参数带了密码,如何防止被用密码解密。能否将危险模式里的密码再度加解密,使得即使有密码也不能反编译
The text was updated successfully, but these errors were encountered: