Any reliable obfurscator for Python 2.5

David wizzardx at gmail.com
Sun Apr 20 08:11:22 EDT 2008


On Sun, Apr 20, 2008 at 6:55 AM, Banibrata Dutta
<banibrata.dutta at gmail.com> wrote:
> Hi,
>
> Wanted to check if there is any known, reliable, FOSS/Libre -- Obfurscator
> for Python 2.5 code.
>

What might work is to put all your code in python modules, generate
.pyc, and then only distribute those. But you have to be careful that
eg: target python interpreter version is the same that you compiled
with and so on.



More information about the Python-list mailing list