java - Encryption of a 3rd party application plugin -
java - Encryption of a 3rd party application plugin -
i have created plugin using java can used 3rd party app. have licencing issue resolved. there way can encrypt plugin no 1 can see embedded code?
i faced same problem few months ago. afaik there no 100% foolproof way create jar undecryptable. after all, jvm needs able read it. , if jvm can read can user. can create harder understand code obfuscating or compile jar ahead-of-time.
i thought article lists possibilities (note excelsior offers such services, might biased)
http://www.excelsior-usa.com/articles/java-obfuscators.html
java encryption plugins
Comments
Post a Comment