I'm using the FileAssembler included in our Power license (8.1), but it seems that the obfuscation doesn't work.
the jsObfuscation parameter of the fileAssembly file isn't documented, but the docs says "isomorphic_obfuscation module is required to enable obfuscation of code", and I don't have a isomorphic_obfuscation.jar
I've already downloaded the evaluation version to do a double check, but even there isomorphic_obfuscation.jar isn't included .
my config is:
<component>
<type>file</type>
<fileName>gestioneStrutturaFunzioni.js</fileName>
<jsStripping>full</jsStripping>
<jsObfuscation>1</jsObfuscation>
</component>
am I doing something wrong, or the jar is missing?
the jsObfuscation parameter of the fileAssembly file isn't documented, but the docs says "isomorphic_obfuscation module is required to enable obfuscation of code", and I don't have a isomorphic_obfuscation.jar
I've already downloaded the evaluation version to do a double check, but even there isomorphic_obfuscation.jar isn't included .
my config is:
<component>
<type>file</type>
<fileName>gestioneStrutturaFunzioni.js</fileName>
<jsStripping>full</jsStripping>
<jsObfuscation>1</jsObfuscation>
</component>
am I doing something wrong, or the jar is missing?
Comment