How to protect compiled Java classes?
Posted
by Registered User
on Stack Overflow
See other posts from Stack Overflow
or by Registered User
Published on 2010-03-14T20:00:08Z
Indexed on
2010/03/14
20:05 UTC
Read the original article
Hit count: 379
I know, many similar questions has been asked here. I am not asking if I can protect my compiled Java class - because obviously you will say 'no you can't'. I am asking what is the best known method of protecting Java classes against de-compiling? If you aware of any research or academic paper in this field please do let me know. Also if you have used some methods or software please share you experience? Any kind of information will be very useful. Thank you.
© Stack Overflow or respective owner