0

Is there any attribute that is there in the manifest file to provide security to the jar file.

[update] I am working on a java swing App which will be deployed on user machine. Need to make sure that my code/app can't be tweaked or reproduced. looking for options which can help me secure my app/code.

user3534517
  • 121
  • 1
  • 2
  • 8
  • 1
    *"..will be deployed on user machine. Need to make sure that my code/app can't be tweaked or reproduced."* The best (and only) way to ensure that is not to distribute it at all, or if you do, write crappy code (so it's not worth stealing). Failing that, someone else can steal it, even if it's obfuscated. – Andrew Thompson Nov 27 '15 at 07:36
  • 1
    Per Dish: possible duplicate of [How to encrypt a .jar file](https://stackoverflow.com/questions/7187883/how-to-encrypt-a-jar-file) – Davis Herring Mar 01 '19 at 16:37

0 Answers0