What do you consider that are the best Perl Obfuscator tools currently available that work in Linux (i.e., Ubuntu)?

I so far had a look at: http://www.stunnix.com/prod/po/

What is your opinion on this tool, other commercially available or free tools and on Obfuscation in general as a way to protect the IP currently encapsulated in a Perl Program.

Here is some background:

I have a Perl Program containing IP that needs to be protected. I am looking at a technical solution for this purpose, since copyrighting, licensing, etc, are not enough (or applicable) for the particular situation I am dealing with.

Obfuscation is one of the paths I am very interested in pursuing right now.

I have originally thought about automatically translating Perl to C and then compiling C and posted in http://www.perlmonks.org/?node_id=832373. At this point I did not find a closure along that path, based on the experts' feedback on that thread.

The constraint that I have right now is that a program (e.g.,executable) needs to leave my hands, I cannot at this point keep the exec on my machine and allow remote access through an API.

I would appreciate your thoughts.


In reply to Best Perl Obfuscator Tool? by blueberryboost

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.