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 problems all solutions will: you can recover the source fairly easily*. Of course, that is only an issue if you are trying to hide your source code (which is futile even with things like ANSI C). If you don't want your users "stealing" your code all you need is a proper license and a handy lawyer. All of that said, there is a case to be made for presenting end-users with a single file they run to get your program and PAR::Packer** fills that need completely. * http://www.net-security.org/vuln.php?id=2464 ** http://search.cpan.org/dist/PAR-Packer/lib/PAR/Packer.pm -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/