S7506X-G Python file encryption

  • 0 Followed
  • 0Collected ,3Browsed

Problem Description

Using py files to distribute configurations, inquiring whether py files can be encrypted to prevent others from obtaining the script files.

Process Analysis

Checked the official website, this function is not available.

Solution

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.

Please rate this case:   
0 Comments

No Comments

Add Comments: