On Wed, Oct 29, 2003 at 01:50:10PM +0100, Laurent Perez wrote: > > - Two new filters, Bleach and Bytecode, are added for source-hiding > > purporses. > Sorry to sound newbie but what's the difference between Bleach and Bytecode > mechanisms ?
Bleach merely obscures your source code, turning it into a set of whitespaces to defeat casual prying. Seasoned perl hackers can retrieve the full source code without too much trouble. Bytecode completely removes comments and indents from your program (similar to the Java bytecode), and encodes it in a platform-specific manner. Thanks, /Autrijus/
pgp00000.pgp
Description: PGP signature
