Hello All,
I came across a post in a forum this evening. It talked about using several different perl modules for protecting scripts/modules against tampering. I wouldn't do this for anything I distribute to the world, but some scripts I custom make for a server could probably benefit from tampering eyes. Here is the post I came across:
There are 3 options of encrypting perl code:
1. Use PAR with PAR::Filter::Obfuscate or PAR::Filter::Crypto
2. Use Filter::Crypto::CryptFile (will require some modules installed
+on target OS)
3. Turn into module and encrypt into Module::Crypt.
Can any Monk tell me if they recommend any of these modules? I tried Module::Crypt, but it aborted before completion without any details as to why. I completely understand I can't expect complete protection with these, but looking for something to prevent quick and easy tampering.
Thank you for your suggestions.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.