Portal Home > Knowledgebase > Articles Database > Encode Perl Script


Encode Perl Script




Posted by SunShellHosting, 03-01-2010, 01:03 PM
Hi A quick question, how do we encode a perl script ?

Posted by cygnusd, 03-01-2010, 01:10 PM
Are you asking about "encoding" as in obfuscating the source code?

Posted by SunShellHosting, 03-01-2010, 01:12 PM
Yes. Do you know any script or site that can do this ?

Posted by mattle, 03-01-2010, 01:19 PM
There are modules that will either export a script to bytecode, or to C/CC (which could then be compiled). The bytecode, however is transportable between platforms, so if you're distributing this software and are mostly concerned with obfuscation, that might be the way to go. Otherwise, you'd have to compile the C code for every platform you intend to use it on. ref: http://oreilly.com/catalog/pperl3/ch...l#AUTOID-22694



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
DedicatedNow (Views: 696)
Hacked sites (Views: 652)

Language: