You can also encrypt a script that is saved to a data table using the JSL Encrypted() or Include( Char to Blob() ) functions.
•
|
JSL Encrypted() is more straightforward, because it involves one function. You can include comments inside the encrypted script.
|
•
|
Include( Char to Blob() ) lets you include comments, but not inside the script.
|
Note: Column formulas in encrypted scripts are not encrypted. To encrypt them, include them in the JSL Encrypted() function.
2.
|
In the script window, select Edit > Encrypt.
|
4.
|
5.
|
If you entered only a decrypt password, click Yes to confirm that you do not want to assign a run password.
|
Include( Char to Blob( "" ) );
10.
|
Click OK.
|
Figure 7.5 Example of an Encrypted Data Table Script