M
Mark
I'm sure many have asked this question before... I don't want my code
to be read by humans for fear of "trade secrets" or proprietary
information being revealed through the code. What I want is a compiler
or encryptor to effectively convert my *.pl files to *.bin or *.exe
files (and I would keep the *.pl safe and distribute the binaries).
In C++ or Fortran, and many other languages, this is a no-brainer
because typically, the source is not distributed and the compiled binary is.
I tried the Perl compiler a year ago and just could not get it to work
on my code which is a collection of my code, CPAN modules, and
third-party licensed software. It may have come a long way since I last
tried it, though.
If you know of an elegant solution to compile or encrypt an executeable
version of my Perl code, could you please share with me this advice?
Mark
to be read by humans for fear of "trade secrets" or proprietary
information being revealed through the code. What I want is a compiler
or encryptor to effectively convert my *.pl files to *.bin or *.exe
files (and I would keep the *.pl safe and distribute the binaries).
In C++ or Fortran, and many other languages, this is a no-brainer
because typically, the source is not distributed and the compiled binary is.
I tried the Perl compiler a year ago and just could not get it to work
on my code which is a collection of my code, CPAN modules, and
third-party licensed software. It may have come a long way since I last
tried it, though.
If you know of an elegant solution to compile or encrypt an executeable
version of my Perl code, could you please share with me this advice?
Mark