Best Java obfuscator?

First, you really need to keep in mind that it’s never impossible to reverse-engineer something. Everything is hackable. A smart developer using a smart IDE can already get far enough. Well, you can find here a list. ProGuard is pretty good. I’ve used it myself, but only to “minify” Java code.

How can I obfuscate (protect) JavaScript?

Obfuscation: Try YUI Compressor. It’s a very popular tool, built, enhanced and maintained by the Yahoo UI team. You may also use: Google Closure Compiler UglifyJS UPDATE: This question was originally asked on 2008, and The mentioned technologies are deprecated. you can use: terser – more information in web.dev. Private String Data: Keeping string values private is a … Read more