Protecting Source Code ( Encrypt .jar )

Asked

Viewed 1,170 times

0

I have an application and would like to protect my source code, which is the safest and correct way to use ??

  • 1

    You may answer your question: http://answall.com/questions/7257/howto protect o-c%C3%B3digo-source? Rq=1

1 answer

0

Take a look at the Proguard. It is a class file optimizer, obfuscator and "compressor". It makes the reverse engineering process of your Java software much harder. He’s excellent when it comes to what he promises and he’s very efficient. To give you an idea, Android itself recommends Proguard in application development.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.