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


in reply to Re: Encrypting an executable with pp
in thread Encrypting an executable with pp

Is there anyway to encrypt it then? Is it possible to have it so that if the executable is turned into a zip then that zip has a password?

Replies are listed 'Best First'.
Re^3: Encrypting an executable with pp
by moritz (Cardinal) on Jun 25, 2013 at 19:37 UTC

    Sure, there are lots of encryption solutions out there, from zip files with passwords over openssl to gnupg. They all have in common that you need to decrypt the files before feeding them perl, so they don't have to do anything with perl at all.