Ask About zend encryption in php
For security purposes, the php code of the project must be encrypted. However, the project uses the smarty template. an error occurs after encryption.
No good results have been found on the Internet.
Http://bbs.phpchina.com/thread-233725-1-1.html
May I ask your php encryption experience?
Reply to discussion (solution)
Zend encryption is supported.
See http://bbs.csdn.net/topics/370003095
Zend encryption is supported.
See http://bbs.csdn.net/topics/370003095
I want to ask if zend requires the whole site encryption. if the whole site is encrypted, it is not difficult to modify things?
Only php files can be encrypted.
Zend encryption is supported.
See http://bbs.csdn.net/topics/370003095
I want to ask if zend requires the whole site encryption. if the whole site is encrypted, it is not difficult to modify things?
Only php files can be encrypted.
Zend encryption is supported.
See http://bbs.csdn.net/topics/370003095
I want to ask if zend requires the whole site encryption. if the whole site is encrypted, it is not difficult to modify things? I know that, but the front-end page will certainly contain php code, so that the front-end page is not encrypted.
Php encryption is not ideal.
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged.
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged. You can use zend for fee-based encryption, but it will be troublesome to encrypt the entire site and then modify it later.
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged. You can use zend for fee-based encryption. However, if you encrypt the entire site, it will be difficult to modify it later.
PHP is pre-compiled before execution. The fee-based encryption of zend is equivalent to changing the compilation method, that is, changing to manual compilation. Then, compile the modified page.
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged. You can use zend for fee-based encryption. However, if you encrypt the entire site, it will be difficult to modify it later.
PHP is pre-compiled before execution. The fee-based encryption of zend is equivalent to changing the compilation method, that is, changing to manual compilation. Then, compile the modified page. I wrote the php code, encrypted it, and put it on the server. If you need to modify it, I still need to edit the code locally and then encrypt it to the server?
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged. You can use zend for fee-based encryption. However, if you encrypt the entire site, it will be difficult to modify it later.
PHP is pre-compiled before execution. The fee-based encryption of zend is equivalent to changing the compilation method, that is, changing to manual compilation. Then, compile the modified page. I wrote the php code, encrypted it, and put it on the server. If you need to modify it, I still need to edit the code locally and then encrypt it to the server?
Yes.
Responsibly tell the landlord that there is no ideal way to encrypt the php source code. There is only one ideal option, and zend is charged. You can use zend for fee-based encryption. However, if you encrypt the entire site, it will be difficult to modify it later.
PHP is pre-compiled before execution. The fee-based encryption of zend is equivalent to changing the compilation method, that is, changing to manual compilation. Then, compile the modified page. I wrote the php code, encrypted it, and put it on the server. If you need to modify it, I still need to edit the code locally and then encrypt it to the server?
Yes. Thank you for your patience.