Python obfuscation

Fredrik Lundh fredrik at pythonware.com
Wed Nov 9 13:41:56 EST 2005


"petantik" <petantik.fool at gmail.com> wrote:

> Are there any commercial, or otherwise obfuscators for python source
> code or byte code and what are their relative advantages or
> disadvantages.  I wonder because there are some byte code protection
> available for java and .NET, although from what i've read these seem to
> be not comprehensive as protection schemes

hmm.  is google down today?

    http://www.lysator.liu.se/~astrand/projects/pyobfuscate/

    pyobfuscate is a source code obfuscator: It makes Python source code
    hard to read for humans, while still being executable for the Python
    interpreter.

</F> 






More information about the Python-list mailing list