Dennying access of workflows source code

We have a scenario of deploying an attended bot in a third party VM and client has a concern over the access of the workflows code by the third party. Client basically wants to have copyright over the flow.

But as it is a third party VM we dont have full access to restrict the access of the deployed folder. Can we encrypt or set a login to the workflows to stop others from accessing the source code of the workflows.

1 Like

@Rajasegar94

Check this thread and follow.

https://go.uipath.com/component/file-and-text-encryption

And you can do it from windows also.

1 Like

Lakshman

Is the encryption applicable for Xaml files too.

1 Like

Another solution would be to extract the project as a package.
Then you will have the code in a nupkg file and you may insert it as an activity and the workflow won’t be visible.

@Rajasegar94

Sorry, I did not work with this. Just check once.