Using py files to distribute configurations, inquiring whether py files can be encrypted to prevent others from obtaining the script files.
Checked the official website, this function is not available.
For non-timing Python scripts, such as those that only deliver configuration to the device, the py file can be deleted after the device saves the configuration. This ensures the configuration is saved without leaking the script file.
For timing Python scripts, such as those that issue a command daily to check CPU status, deleting the py file will stop the operation from being performed.