Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Protecting perl source code

by tame1 (Pilgrim)
on Jul 22, 2002 at 03:52 UTC ( [id://183936]=note: print w/replies, xml ) Need Help??


in reply to Re: Protecting perl source code
in thread Protecting perl source code

For standalone scripts, Acme::Bleach comes darned close to keeping out all but a darn good perl wizard. It'll take someone almost as good as Damian, I think, to reverse engineer a Bleached file, even with Bleach.pm to use to see how it was done. Unfortunately, I'm working in mod_perl, so these are not standalone scripts.

What does this little button do . .<Click>; "USER HAS SIGNED OFF FOR THE DAY"

Replies are listed 'Best First'.
Re: Re: Re: Protecting perl source code
by Anonymous Monk on Jul 22, 2002 at 04:33 UTC
    Acme::Bleach comes darned close to keeping out all but a darn good perl wizard.

    That module already contains the debleaching ingredients and it wouldn't take a wizard to write a bleached debleaching script.

    use Acme::Bleach; $/ = undef; $_ = <>; s/.*^\s*use\s+Acme::Bleach\s*;\n//sm; print Acme::Bleach::brighten($_);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found