Operating System - Linux
1820475 Members
3236 Online
109624 Solutions
New Discussion юеВ

encrypt or obfuscate PERL scripts

 
David DiBiase
Frequent Advisor

encrypt or obfuscate PERL scripts

I need to deliver a set of scripts for our system in the hurricane area. PERL is the fastest way to do this but I don't want to deliver the actual PERL code. Does anyone have any info on encrypting or obfuscating PERL on 11.11
4 REPLIES 4
RAC_1
Honored Contributor

Re: encrypt or obfuscate PERL scripts

Many ways to do it.

crypt and decode at the other end.

Use perl crypt module.
There is no substitute to HARDWORK
Peter Nikitka
Honored Contributor

Re: encrypt or obfuscate PERL scripts

Hi,

there is a product, which puts all your perl-stuff into an executable. Our company bought a license, but we did not use it already (planned Q1/06).

Link:
http://www.indigostar.com/ordperl.htm

Perl2Exe Enterprise Version;
costs: $449 US per copy

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
H.Merijn Brand (procura
Honored Contributor

Re: encrypt or obfuscate PERL scripts

Simple anser: you don't!

Medium answer: man perlfaq3

perlfaq3.pod:=head2 How can I hide the source for my Perl program?
perlfaq3.pod:=head2 How can I compile my Perl program into byte code or C?

Long answer: perl+obfuscate in google

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
dirk dierickx
Honored Contributor

Re: encrypt or obfuscate PERL scripts

this is the only GPL'ed perl obfuscator i know of;

http://www.projectgrid.com/download.cgi?R+686