<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JavaToolbox Category : Code protection - Obfuscation</title>
    <link>https://javatoolbox.com/categories/code-protectors-obfuscators</link>
    <description>Category of tools referenced on JavaToolbox.com</description>
    <managingEditor>info@NOJavaToolboxSPAM.com</managingEditor>
    <webMaster>info@NOJavaToolboxSPAM.com</webMaster>
    <language>en</language>
    <copyright>Fabrice Marguerie</copyright>
    <pubDate>Sat, 16 May 2026 07:11:02 GMT</pubDate>
    <lastBuildDate>Sat, 16 May 2026 07:11:02 GMT</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://z.javatoolbox.com/style/LogoForRss.png</url>
      <title>JavaToolbox Category : Code protection - Obfuscation</title>
      <link>https://javatoolbox.com/categories/code-protectors-obfuscators</link>
    </image>
    <item>
      <title>Allatori</title>
      <link>https://javatoolbox.com/tools/allatori</link>
      <guid>https://javatoolbox.com/tools/allatori</guid>
      <pubDate>Tue, 18 Jul 2006 11:52:40 GMT</pubDate>
      <description>&lt;p&gt;Java obfuscator and optimizer.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Protection methods: name obfuscation, flow obfuscation, debug info obfuscation, string encryption, watermarking.
&lt;br /&gt;- Stack trace utility: makes obfuscated debug information comprehensible and adequate.
&lt;br /&gt;- A program module: uses information about decompiler work faults for creating special insertions into an obfuscated code that lead to decompilation failure.
&lt;br /&gt;- J2ME support as a plug-in for the Sun Java Wireless Toolkit for CLDC
&lt;br /&gt;- Command line interface.
&lt;br /&gt;- Integration with Ant.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/allatori"&gt;more about Allatori&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ProGuard</title>
      <link>https://javatoolbox.com/tools/proguard</link>
      <guid>https://javatoolbox.com/tools/proguard</guid>
      <pubDate>Thu, 07 Jul 2005 06:58:16 GMT</pubDate>
      <description>&lt;p&gt;Java class file shrinker, optimizer, and obfuscator. It removes unused classes, fields, methods, and attributes. It then optimizes the bytecode. It then renames the remaining classes, fields, and methods using short meaningless names.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/proguard"&gt;more about ProGuard&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JavaFormatter</title>
      <link>https://javatoolbox.com/tools/javaformatter</link>
      <guid>https://javatoolbox.com/tools/javaformatter</guid>
      <pubDate>Thu, 22 Oct 2009 10:12:30 GMT</pubDate>
      <description>&lt;p&gt;Java source code formatter.
&lt;br /&gt;This tool reorganizes Java source text files to indent code blocks according to their nesting level.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Formatted code compiles and executes exactly like unformatted code
&lt;br /&gt;- Handles Java 1.1, 1.2, 1.3, 1.4 and 1.5
&lt;br /&gt;- Specification of indentation step distance
&lt;br /&gt;- Specification of arbitrary input tab column positions
&lt;br /&gt;- Several styles of block ("curlybrace") indentation, including Sun standard
&lt;br /&gt;- Option to list separate logical conditions (&amp;amp;&amp;amp;,||) on separate lines
&lt;br /&gt;- A version with obfuscation capability can scramble the code to make it difficult to reverse-engineer
&lt;br /&gt;- Can process batches of files, specified either manually or through a Java-based file-selector GUI
&lt;br /&gt;- Output encoding in ASCII, European ASCII, or UNICODE (UTF-8 or UTF-16)&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/javaformatter"&gt;more about JavaFormatter&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JODE</title>
      <link>https://javatoolbox.com/tools/jode</link>
      <guid>https://javatoolbox.com/tools/jode</guid>
      <pubDate>Tue, 05 Apr 2005 22:08:43 GMT</pubDate>
      <description>&lt;p&gt;Package containing a decompiler and an optimizer for Java.
&lt;br /&gt;&lt;br /&gt;The decompiler reads in class files and produces something similar to the original Java file. Of course this can't be perfect: There is no way to produce the comments or the names of local variables (except when compiled with debugging info) and there are often more ways to write the same thing.
&lt;br /&gt;&lt;br /&gt;The optimizer (obfuscator) transforms class files in various ways, which can be controlled by a script file. It supports the following operations:
&lt;br /&gt;- Renaming class, method, field and local names to shorter, obfuscated, or unique names or according to a given translation table
&lt;br /&gt;- Removing debugging information
&lt;br /&gt;- Removing dead code (classes, fields, methods) and constant fields
&lt;br /&gt;- Optimizing local variable allocation
&lt;br /&gt;&lt;br /&gt;JODE can be used as a library, through the AWT or Swing interfaces, or from the command line.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/jode"&gt;more about JODE&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smokescreen</title>
      <link>https://javatoolbox.com/tools/smokescreen</link>
      <guid>https://javatoolbox.com/tools/smokescreen</guid>
      <pubDate>Mon, 15 Jan 2007 17:16:00 GMT</pubDate>
      <description>&lt;p&gt;Java obfuscator.
&lt;br /&gt;Aside from being able to change symbolic names, Smokescreen can also modify the bytecode instructions in methods thereby obfuscating control flow. This makes the resulting obfuscated classes more difficult to decompile.
&lt;br /&gt;Smokescreen works on class files in directories as well as zip or jar archives. It allows for selective obfuscation of the symbolic names depending on the access level of the class, method or field. Removal of unused methods and fields can also be done by Smokescreen. Smokescreen also performs control flow obfuscation by modifying the bytecode instructions in the class methods. The program features a graphic user interface as well as a command line option.
&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/smokescreen"&gt;more about Smokescreen&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>DashO</title>
      <link>https://javatoolbox.com/tools/dasho</link>
      <guid>https://javatoolbox.com/tools/dasho</guid>
      <pubDate>Tue, 28 Dec 2004 23:02:48 GMT</pubDate>
      <description>&lt;p&gt;Tool for obfuscating and instrumenting Java code.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Obfuscation: Cross JAR renaming, Renaming prefix, Overload induction, Incremental obfuscation, Control flow, String encryption
&lt;br /&gt;- User interface: Eclipse integration, Command line, Ant tasks, Setup wizard
&lt;br /&gt;- Supported application types: WAR files, Library JARs, Spring, Hibernate, JSP tag libraries
&lt;br /&gt;- Debugging support: Stack trace translation, Preserve/remove debug information
&lt;br /&gt;- Deployment optimizations: Unused code removal, Const removal, Removal report
&lt;br /&gt;- Application life cycle management: Embedded shelf life token, Default action on expiration, Custom action on expiration, Custom shelf life token source
&lt;br /&gt;- Runtime intelligence support: Custom endpoint, Commercial RIS endpoint, Community portal endpoint, Opt-in/opt-out support, Application tracking, SSL messages, Keys (custom data payload), Send PII, Send custom instance ID (application serial number), Feature tracking
&lt;br /&gt;- Runtime intelligence messages types: Feature tick, Feature duration, Performance probe, System profile&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/dasho"&gt;more about DashO&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>KlassMaster</title>
      <link>https://javatoolbox.com/tools/klassmaster</link>
      <guid>https://javatoolbox.com/tools/klassmaster</guid>
      <pubDate>Mon, 21 Apr 2008 23:10:13 GMT</pubDate>
      <description>&lt;p&gt;Java bytecode obfuscator.
&lt;br /&gt;Zelix KlassMaster protects your Java bytecode from decompilation and reverse engineering by using flow obfuscation and string encryption technologies.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Name Obfuscation performs size optimization by reducing the size of Java package, class, method and field names. Its Trim functionality reduces bytecode size by removing unused classes, fields and methods.
&lt;br /&gt;- Smart Save technology automatically updates JAR manifests and XML files.
&lt;br /&gt;- Incremental Obfuscation ensures consistent obfuscation of Java object names across your releases.
&lt;br /&gt;- GUI Stack Trace Translate tool to help deciphering obfuscated Java stack traces.
&lt;br /&gt;- GUI interface.
&lt;br /&gt;- A scripting language called ZKM Script allows you to automate the obfuscation process and integrate it into your build cycle.
&lt;br /&gt;- Helps you debug your beta releases with its Line Number Scrambling technology. This technology allows you to determine real line numbers from stack traces reported by your beta test customers without reducing the level of your code protection.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/klassmaster"&gt;more about KlassMaster&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Obfuscate4J</title>
      <link>https://javatoolbox.com/tools/obfuscate4j</link>
      <guid>https://javatoolbox.com/tools/obfuscate4j</guid>
      <pubDate>Wed, 06 Jun 2007 22:49:33 GMT</pubDate>
      <description>&lt;p&gt;Obfuscator that can generate a default project file by scanning your main jar file.
&lt;br /&gt;Obfuscate4J generates obfuscated files that utilize Java keywords resulting in class files that cannot be re-compiled once they are de-compiled.&lt;/p&gt;&lt;p&gt;&lt;a href="https://javatoolbox.com/tools/obfuscate4j"&gt;more about Obfuscate4J&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>