34
Views
2
Comments
Solved
Jscrambler Obfuscate Entire Application

I need to obfuscate all the .js files generated by an IOS mobile app in Outsystems. 

Do anyone have any documentation on how to integrate jscrambler with Outsytems to obfuscate the entire app? (Video tutorials I saw only show obfuscating own custom .js file)

Do you have another tool that integrates with Outsytems, with which you can obfuscate all the code of a mobile app?

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

This is not possible with OutSystems when hosted by OutSystems in the cloud. If you run OutSystems on premise maybe don't know, but I never heard about it. It might even effect your support with OutSystems.

The easiest way is to achieve something like this, is to use a CDN in front of the OutSystems load balancer that will do minification and coaching of your javascript and css files.

Regards,

Daniel

2023-09-19 02-38-28
Roald Dale Santos

Hi Daniel,
Noted on this, will try to see other options on my end. Thank you so much for answering!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.