In version 7.0.52, functionality was added for encoding of php scripts.
This functionality can be used to encoding script sources.
How it works?
Everything is very simple. Using the menu item Scripts->Encode php script
the script encoding dialog opens:
In this dialog, you choose a script and a password to encode it. After clicking the Encode button, the encoded version of the script will appear in the same folder where the encoded script is located.
To run the script, open it in the script editor. To do this, click the File->Open menu item and in the open dialog select the file type encoded scripts. Choose the one you want and open it.
The encoded script will open in the editor as:
Run it as a normal script. During startup, a window will appear with a field for entering a password:
If you enter the correct password, the scripts will continue to work.
In order that every time the script is launched, the password entry window is not displayed, you can set the password in the program settings:
Or you can use a command line parameter like this: /decode_script_password: "123123"