Home Products Purchase Downloads Support About    
 

JCipher

JCipher is a JavaScript obfuscation and optimization tool. It enables JavaScript developers to create JavaScript code that is greatly reduced in size, and is much harder to understand and reverse engineer.

JCipher provides a simple JavaScript editor that can also obfuscate the resulting code. It currently offers the following obfuscation features:

  • Variable and Function Names Renaming. JCipher allows you to write descriptive code, and then transform it into smaller code that is harder to understand but is faster to load. There are three automatic renaming schemes (alphabetical, numerical, and alpha-numerical).
  • Loop Type Unification.This feature transforms
    while
    and
    do-while
    loops into for loops.
  • Immediate Constants Evaluation. If your code contains hardcoded literal manuplation, JCipher does the evaluation and substitutes the result for faster runtime.
  • Comments Removal.
  • Linebreaks Removal.
  • Unnecessary Whitespace Removal.
  • Optimal Curly Brace Usage. This strips curly braces from one-lined
    if
    statements and loops.

JCipher is still in early beta testing stage. The latest version is available for download here.
You can suggest features, or report bugs to us at jcipher@kindisoft.com.

 
     
     
     
 
Home | Products | Downloads | Support | Privacy policy | About