How to protect my source code when deployed?

前端 未结 3 1954
借酒劲吻你
借酒劲吻你 2020-12-02 00:05

Is there a way to encrypt or enclose my code on my Linux server after deployment? I know Zend does some kind of encryption, right? Is that what people use? Is this even poss

3条回答
  •  一向
    一向 (楼主)
    2020-12-02 00:58

    You are right, you can use Zend Encoder, Ion Cube or something like Source Guardian to encrypt your source code.

    Its not really needed unless you are giving away your code and dont want people to steal it though.

    What is it about your server that you think its insecure?

提交回复
热议问题