How to run agents without revelaing the robot (RPA) code?

When you develop an RPA, you are actually writing code.
In order to run the RPA, the client computer must download the code.
That would allow anyyone with access to the client computer to have access to your source code.
Is it possible to compile or obfuscate the source code?

Xaml, does support getting compiled to a dll, but can still be decompoled.
You can disable caching for specefic workflows in openrpa (if you are using openflow), then it will only keeep it in ram, but if you know the platform you can still find it.
So you can add a little security though obscurity, but the real answer is: no, that is not possible.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.