I have written a program for urgently requesting the php encryption method. because it is commercial, it must be encrypted. However, the zend encryption algorithm on the Internet, phpcodelock, can be cracked, if you want to encrypt the php source code, please give me some advice? Can it be cracked in the short term? ------ Solution ------------------ it is generally mentioned that many people use MD5 encryption, which is simple and can be used. it cannot be used for anti-cracking, but it can be cracked by brute force. bi is eager to seek the php encryption method
I now write a program, because it is commercial, so it must be encrypted, but the zend encryption on the Internet phpcodelock
Encryption algorithms can all be cracked. if you want to encrypt the php source code online, please give us some advice? Can it be cracked in the short term?
------ Solution --------------------
It is generally mentioned that MD5 encryption is used by many people. it is simple and can be used only. it cannot be used for anti-cracking, but it can be brute-force. after all, is it simple one-way encryption?
Most encryption methods still use two-way encryption with keys. in php, it is better to use the DES encryption algorithm. The mcrypt extension library is used.
Lz can collect it online.