HIdden or encryption python code
#1
Hi,
I wrote kodi addon. I would like to hidden or encrypt this code.
how can I hidden or encrypt python code?
is there any Guide how to do this?
thanks in advance
Reply
#2
Thats not the open source spirit.
Reply
#3
The really basic, simple answer is no. If you want to share the addon you will have to share the code, as the python code is interpreted at runtime. If you don't want to share the code, then don't share the add-on.
Reply
#4
I think you are confusing Python with another language that gets compiled into a binary before it gets executed. That would roughly be the equivalent of "encrypting" the code.
Reply

Logout Mark Read Team Forum Stats Members Help
HIdden or encryption python code0