in reply to Re^2: Breaking a Filter::decrypt like source filter
in thread Breaking a Filter::decrypt like source filter

oo! I just came across Filter::ExtractSource. Check it out!
  • Comment on Re^3: Breaking a Filter::decrypt like source filter (Filter::ExtractSource)

Replies are listed 'Best First'.
Re^4: Breaking a Filter::decrypt like source filter (Filter::ExtractSource)
by olego (Acolyte) on Jan 25, 2007 at 21:13 UTC
    This is indeed a cool module and teaches me once again never to underestimate CPAN.
    For many a source filter trying to hide source code this might be the breaking point.

    Not so for the one I'm looking at, it croaks 'bad encryption format' -- in the Filter::decrypt of Paul Marquess there are magic numbers checked at certain locations in the encrypted source text to verify it has not been altered, and I think this is also the culprit for Filter::ExtractSource not working here.