Player APIs (BrightScript & Ja...
...
BrightScript
Language Reference
BrightScript Encryption
1 min
brightscript supports encrypted modules in order to use encrypted brightscript, make sure that the players are running os 8 1 54 or newer to encrypt your brightscript modules, first contact brightsign and request an encryption key brightsign will generate a new unique key pair and provide customer pub pem and customer hdr once those two items are in your possession, encrypt your brightscript files using the following process $ encrypt brightscript customer public key=customer pub pem encrypted key data=customer hdr myscript brs this will generate myscript ebrs which is the encrypted version of the script any brs file can be encrypted, including those loaded with library additionally, if any encrypted file is loaded, the brightscript debugger is disabled for security reasons