How can I obfuscate my Perl script to make it difficult to reverse engineer?

前端 未结 6 1107
不知归路
不知归路 2020-12-04 19:30

I\'ve developed a Perl script that has a confidential business logic.

I have to give this script to another Perl coder to test it in his environment. He may try to

6条回答
  •  难免孤独
    2020-12-04 20:35

    First, let me say that you're barking up the wrong tree. What you want to do is the wrong approach for many reasons.

    Second, check out Filter::Crypto (and PAR::Filter::Crypto). Read the whole manual before your start.

提交回复
热议问题