How to provide security for a jar file from decompiling the classes present in it using a manifest file

9.7k Views Asked by At

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.

0

There are 0 best solutions below