Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

How to encrypt logic script within Python Add-In?

$
0
0
I would like to share my addin with few people but don't want them to see the logic script. As part of AddIn, all scripts and supporting modules are copied into Assembly Cache -- easily accessible. One possible solution (as per suggestion of a senior member) is to use *.pyc file (containing all the logic) and call it from "my_addin.py file". This seem to work but only outside addin framework. Is there a way to secure the logic script within AddIn, any suggestions?

Viewing all articles
Browse latest Browse all 2485

Trending Articles