Re: perl source code encryption
- From: chas.owens@xxxxxxxxx (Chas. Owens)
- Date: Wed, 30 Apr 2008 02:02:39 -0400
On Wed, Apr 30, 2008 at 1:52 AM, Anirban Adhikary
<anirban.adhikary@xxxxxxxxx> wrote:
I Have gone through google and CPAN and finds some information over there .snip
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
If I remember correctly, Bytecode has been depreciated and is not
gauranteed to work. Note the message "THIS CODE IS HIGHLY
EXPERIMENTAL. USE AT YOUR OWN RISK." in the Notice section. You are
better off with PAR and PAR::Packer. They work, work well, and will
get you as much code security as any other method. Trying to hide
Perl code is ultimately futile because at some point the code will be
in some form that perl can read and at that point it can be dumped.
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
.
- References:
- perl source code encryption
- From: Anirban Adhikary
- Re: perl source code encryption
- From: Chas. Owens
- Re: perl source code encryption
- From: Anirban Adhikary
- perl source code encryption
- Prev by Date: Re: Formatting output after search and replace
- Next by Date: Re: perl source code encryption
- Previous by thread: Re: perl source code encryption
- Next by thread: Re: perl source code encryption
- Index(es):