Re: perl source code encryption

2008-05-17 Thread Chas. Owens
On Sat, May 17, 2008 at 11:12 AM, Gowtham M <[EMAIL PROTECTED]> wrote: snip > This may not be encryption but it might help in hiding your perl code. > > You might consider compiling your perl code to a native binary. > > http://www.indigostar.com/perl2exe.htm snip perl2exe suffers from the same pr

Re: perl source code encryption

2008-05-17 Thread Paul Johnson
On Sat, May 17, 2008 at 08:42:54PM +0530, Gowtham M wrote: > I believe there is one such tool available in standard perl distro (perlcc) > This perlcc was experimental when I first had a look at it (long time back), > not sure how stable it is now. You'll no doubt be very pleased to hear that it

Re: perl source code encryption

2008-05-17 Thread Gowtham M
On Wed, Apr 30, 2008 at 10:41 AM, Anirban Adhikary < [EMAIL PROTECTED]> wrote: > Dear list Hello > > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So how to encrypt all perl codes

Re: perl source code encryption

2008-04-30 Thread Jenda Krynicky
From: Jerald Sheets <[EMAIL PROTECTED]> > I have to second what Chas. is saying here. > > The "perl way" doesn't lend itself well ideologically to what you're > attempting to do. If you wanted to hide your source, or create a > proprietary product, maybe perl wasn't the best route for you. >

Re: perl source code encryption

2008-04-30 Thread Jerald Sheets
I have to second what Chas. is saying here. The "perl way" doesn't lend itself well ideologically to what you're attempting to do. If you wanted to hide your source, or create a proprietary product, maybe perl wasn't the best route for you. Call it a language, call it a scripting language,

Re: perl source code encryption

2008-04-29 Thread John W. Krahn
Anirban Adhikary wrote: Dear list Hello, I want to encrypt my perl source code. I am using some modules in my code. Among them some are downloaded from CPAn as well as some are written by my -self. So how to encrypt all perl codes includes the modules. perldoc -q "How can I hide the source

Re: perl source code encryption

2008-04-29 Thread Chas. Owens
On Wed, Apr 30, 2008 at 1:52 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > I Have gone through google and CPAN and finds some information over there . > can it be helpful for completion my purpose. U people please suggest. > > If my program name is rundbload.pl > > perl -MO=Bytecode,-H,-b,-k

Re: perl source code encryption

2008-04-29 Thread Anirban Adhikary
I Have gone through google and CPAN and finds some information over there . can it be helpful for completion my purpose. U people please suggest. If my program name is rundbload.pl perl -MO=Bytecode,-H,-b,-k,orundbload rundbload.pl http://search.cpan.org/~nwclark/perl-5.8.8/ext/B/B/Bytecode.pm

Re: perl source code encryption

2008-04-29 Thread Chas. Owens
On Wed, Apr 30, 2008 at 1:11 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > Dear list > I want to encrypt my perl source code. I am using some modules in my code. > Among them some are downloaded from CPAn as well as some are written by my > -self. So how to encrypt all perl codes includes t

perl source code encryption

2008-04-29 Thread Anirban Adhikary
Dear list I want to encrypt my perl source code. I am using some modules in my code. Among them some are downloaded from CPAn as well as some are written by my -self. So how to encrypt all perl codes includes the modules. Thanks&Regards in advance Anirban Adhikary