PHP source code encryption problem
按键盘手指磨破皮
按键盘手指磨破皮 2017-10-12 01:29:15
0
2
1479

I just finished writing a website. The concept of source code encryption has always been vague, and there is very little online information. I would like to know the following questions:

1: There are encryption tools on the Internet. This is easy to understand, but some of them are just functions. How to encrypt them? Does calling the function source code directly turn it into ciphertext? It feels impossible. .

2: How does the server parse it after encryption? How can the server understand it?

3: Is there no way to modify it after encryption, or does decryption require a key? How should I use this key?

Um, I feel very confused~

按键盘手指磨破皮
按键盘手指磨破皮

reply all(2)
清风

Generally used encryption is single hash encryption, asymmetric encryption, symmetric encryption,,, read more

猪哥

There are two types of encryption in PHP. 1. Officially provided by Zend. 2. Base64 code obfuscation encryption. These two networks can basically be cracked. PHP is open source and there is no way.

  • reply Is there any tutorial anywhere? I don’t know how to do it.
    按键盘手指磨破皮 author 2017-10-12 19:02:15
  • reply Reply to phpcn_u2434: http://www.php.cn/course/394.html This is a video of commonly used encryption in PHP. Take a look.
    PHP中文网 author 2017-10-13 12:59:05
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template