I know this topic has historically been discussed quite a bit and I don't want to start another long discussion, but here is my high-level goal:

The law department asked me to build an executable such that if somebody did find a way to re-create the original source code, it could be shown to a judge that it wasn't an accidental thing, but something they did on purpose.

Building an executable with PAR without using a filter means that someone could accidentally stumble over the source code in the cache directory that is generated in %TEMP% after it is run for the first time. I felt something further needed to be done.

Using PAR::Filter::Bleach seems to satisfy this requirement, but I thought that using PAR::Filter::Crypto would even be better. So I tried to learn about both.


In reply to Re^2: PAR::Filter::Crypto Fails by cmv
in thread PAR::Filter::Crypto Fails by cmv

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.