Protecting Python source

Armin Steinhoff a-steinhoff at web.de
Mon Nov 29 04:02:35 EST 2004


Alan Sheehan wrote:
> Hi pythonistas,
> 
> I am looking for methods of deploying applications with end users so
> that the python code is tamper proof. What are my options ?
> 
> I understand I can supply .pyc or .pyo files but they can easily be
> reverse engineered I am told.
> 
> Is it possible to load the scripts from zip files where the zip files
> are password protected ?
> 
> Any other ideas ?

Use Pyrex in order to convert the critical parts to C modules ...

Regards

   Armin



> 
> Many thanks,
> 
> Alan



More information about the Python-list mailing list