Technical Answer - Protecting code in python

Bart Ogryczak B.Ogryczak at gmail.com
Wed Mar 21 10:16:53 EDT 2007


On Mar 21, 2:36 pm, "flit" <superf... at gmail.com> wrote:
> Now the technical question:
>
> 1 - There is a way to make some program in python and protects it? I
> am not talking about ultra hard-core protection, just a simple one
> that will stop 90% script kiddies.

Freeze. That should be hard enough for 99% of users.

> 2 - If I put the code in web like a web service, how can I protect my
> code from being ripped? There is a way to avoid someone using my site
> and ripping the .py files?

That's more of a question about the security of that particular
server. Normally if the server is well set up, there is no way that
unauthorized user could access source code form outside.





More information about the Python-list mailing list