Tag: js

  • Decrypting jsxbin files into jsx source code.

    Decrypting jsxbin files into jsx source code.

    JavaScript eXtendscript Binary files are created by ExtendScript Toolkit, a tool used to add extensions to Adobe Creative Suite applications. They contain the compiled .JSX file, which is written using ExtendScript, an extended version of JavaScript. JSX files are used for writing plug-ins for software like Photoshop, InDesign, and After Effects. Use the free service…

  • Deobfuscate javascript files

    Deobfuscate javascript files

    There are several ways to protect the javascript (js) files. A lot of free and paid services. The basic idea is to add trash code and rename the variables/functions names. There is no way to recover the original names of the variables/functions but this is not a problem for a good js developer. Decrypting is…