in reply to Re^3: Encrypting source code :(
in thread Encrypting source code :(

Thanks RonW, I finally resorted to something like this but with my own 'PAR' which is basically a tar file with encrypted modules, which are decrypted in memory and eval'ed

UPDATE: some discussion on module eval'ing regarding this issue: use of already eval()ed module (from string)