Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Protection for Perl Scripts

by jdrago999 (Pilgrim)
on Jul 11, 2010 at 19:42 UTC ( #848876=note: print w/replies, xml ) Need Help??


in reply to Protection for Perl Scripts

Simply use Acme::Bleach; and be done with it.

Read more about Acme::Bleach. Basically it turns all your code into "non-printable characters" (like spaces and tabs) to help prevent tampering.

After running your code with a use Acme::Bleach; statement in there, it will look like this:

use Acme::Bleach; # Nothing else below.

Replies are listed 'Best First'.
Re^2: Protection for Perl Scripts
by Anonymous Monk on Jul 12, 2010 at 17:34 UTC
    Meh.

    Filters w/ stronger encryption have already be discussed above. This just provides a visually interesting result.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://848876]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2023-12-09 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (38 votes). Check out past polls.

    Notices?