I'm looking for a recommendation regarding source filters.
My requirements in order of importance are as follows:
  1. My aim in using a source filter is to make my code very unreadable and not easily reversed.
  2. I don't want to write one myself.
  3. I want a filter with one of the highest degrees of "encryption" available.
  4. I want an approximate 1:1 ratio between original source and "encrypted" source. (I realise this might not be feasible, what I mean is I don't want my 20KB script turning into a 5MB script)
I am having some serious problems finding anything that fits my needs on CPAN (... or many source filters at ALL.)
Can anyone please suggest a decent source filter?
Thanks for your help,

Update: I am not looking for a discussion on why I shouldn't use source filters. I am looking for a source filter. If the only source filters you know don't fulfil my requirements (as they most likely won't), perhaps suggest one that is close to something like what I want. I am aware of the problems with using source filters, and I still want to go ahead and test one out. It is in combination with several other encryption techniques if you were interested.

In reply to Source Filters by lanval

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.