How can I obfuscate my Perl script to make it difficult to reverse engineer?
        Posted  
        
            by codaddict
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by codaddict
        
        
        
        Published on 2009-12-11T04:32:42Z
        Indexed on 
            2010/03/29
            10:23 UTC
        
        
        Read the original article
        Hit count: 271
        
perl
|source-hiding
I've developed a Perl script that the a confidential business logic.
I have to give this script to another Perl coder to test it in his environment. He will definitely try to extract the logic in my program. So I want to make my script impossible, or at least very very hard, to understand.
I've tried a few sites like liraz, but they did not work for me. The encoded Perl script does not work the same as the original one.
© Stack Overflow or respective owner