http://www.perlmonks.org?node_id=1040645

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to create executables to distribute using pp and creating the executable is no problem, but the program can be changed to a zip archive and the perl script can be extracted. I tried using the -s command and it includes my signature file, but doesn't do anything to encrypt the file against just changing it to a zip. Do I have to do something specific with the -s command or is there another to encrypt an executable with pp?