Question
How to restrict access to a script or functionality?
I am developing an application (Script.JSX) for Photoshop with some automations.
I would like to know if it is possible in any way to restrict access to this script by user or machine.
This script should only be in my company. I don't want my employees to pass this script on to third parties.
I know a JavaScript file that approach is impossible to do. But I leave here my question and I await suggestions for how I could proceed.
