Re: Any reliable obfurscator for Python 2.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Terry Reedy

    Re: Any reliable obfurscator for Python 2.5


    "Banibrata Dutta" <banibrata.dutt a@gmail.comwrot e in message
    news:3de8e1f708 04200632i31768d 8atc235e8b6a713 7173@mail.gmail .com...
    | Hmmm... but I'm aware of atleast 2 Obfuscators one commercial and one
    FOSS,
    | that seem to exist for Python. The commercial one is what I might try if
    I
    | don't find anything FOSS. The FOSS one seems to be a dead project. If
    they
    | are (or have been) there, I guess obfuscation is a doable thing, no ?

    Given that a reliable obfuscator (not obfurscator) would be commercially
    valuable, why would you expect someone to give it away rather than
    obfuscate it, like you want to do with your code? So go ahead and pay.

    There are ways to make Python code truly obscure by turning it into pure
    functional code, but I do not know that this can be done algorithmicly, and
    the result is not something one would want to develop and maintain for
    anything more than toy examples.



Working...