I am in the process of releasing these two modules which together provide
perl source obfuscation. They are not uniquely Apache oriented though I've
never used them for anything else, thus the designation in "Crypt". They
have been used in production for over 2 years with little in the way of
updat
Hi Francesc --
> I need some tool that gets all the perl modules and
> mason components, of an application we made, and obfucaste
> it a little.
>
> The idea is get something just a little difficult to
> read, so the customer engineers have a hard time if
> they try to read the source.
I have t
Hi!
On Tue, Nov 19, 2002 at 07:08:00PM +, Mark Fowler wrote:
>
> > I need some tool that gets all the perl modules and
> > mason components, of an application we made, and obfucaste
> > it a little.
>
> See Acme::Bleach
In fact you're probably better off using Acme::EyeDrops
http://search.
John Saylor wrote:
Hi
( 02.11.19 19:48 +0100 ) Francesc Guasch:
The idea is get something just a little difficult to
read, so the customer engineers have a hard time if
they try to read the source.
Call all variables 1 char names
Replace all comments with 'comment here'
That looks like what
> I need some tool that gets all the perl modules and
> mason components, of an application we made, and obfucaste
> it a little.
See Acme::Bleach
http://search.cpan.org/author/DCONWAY/Acme-Bleach/lib/Acme/Bleach.pm
It works by source filtering and encoding the source as whitespace chars.
(see
Hi
( 02.11.19 19:48 +0100 ) Francesc Guasch:
> The idea is get something just a little difficult to
> read, so the customer engineers have a hard time if
> they try to read the source.
Call all variables 1 char names
Replace all comments with 'comment here'
--
.--- ...
I know it's not the way to go, but anyway I must
do it.
I need some tool that gets all the perl modules and
mason components, of an application we made, and obfucaste
it a little.
The idea is get something just a little difficult to
read, so the customer engineers have a hard time if
they try to