in reply to Re^3: Encrypt perl script
in thread Encrypt perl script

There is actually no protection at all.

Non programmers might perhaps not be able to open the file and read it, but then again even if they read it, they would be none the wiser when seeing the Perl-code as they are non-programmers.

Every programmer who knows a little bit of Perl can decode it in less than 10 minutes probably.

it has been said time and time again: the only protection of your valuable code lies in strict legal licensing terms.

Why do you think all the big software companies employ whole tribes of lawyers and add an EULA to every piece of software?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James