From: "Ichim, Adrian N." <[EMAIL PROTECTED]>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > 
> > Can anyone suggest where I might be able to find (hopefully a
> > freeware or shareware script..) a program that runs either on a
> > windows system or a PERL script that would "encrypt" a perl script
> > by doing such things as removing whitespace, etc. so that it is much
> > more difficult to read but yet will execute as if "unencrypted"??
> > I'd like to make the source code as difficult to pirate as I can for
> > a program that I'm developing. Thanks!
> 
> A pretty decent way to hide your code may be this one: 
> try a "perl-to-exe" transformation, followed by a compression
> of the resulting executable (in the UPX style).
> 
> NOTE: perl2exe programs are not free, AFAIK. The executables
> made by certain trialware perl2exe programs attempt to read 
> data from their own executable image files stored on disk. 
> This kind of executables are not good candidates for "on the fly"
> compression/decompression. 

PAR is free
http://search.cpan.org/search?query=PAR&mode=module

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to