compiling a script? protecting it by password?
compiling a script? protecting it by password?
(OP)
I'm looking for a way to turn a python script into some kind of compiled program such that it can only be used by someone who knows an access password and also to hide the sources against competitors, for example, or other prying eyes. Is it possible?
Maybe I turn the script into a C-Program or something?
--
Christoph
Maybe I turn the script into a C-Program or something?
--
Christoph





RE: compiling a script? protecting it by password?
Your best bet is to have a solid legal agreement in place with whomever you're distributing the code to avoid further dissemination
RE: compiling a script? protecting it by password?