in reply to Obfuscate my perl code
And of course, all the person on the other end needs to do is run your code past the Deparser, and take the resulting code and insert appropriate whitespace and variable names. Failing all that, they could just post it here and someone is more then likely to post an explanation.
My suggestion is to embed your code (and the Perl Interpreter) into a C program and compile it. This is the best way to prepare code for distribution. (And even that can be decompiled.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Obfuscate my perl code
by AgentM (Curate) on Oct 27, 2000 at 20:43 UTC |