Could you tell me how to write the PHP encryption algorithm and see that some PHP code is full of encrypted garbled characters? how can this problem be solved? it seems that base64 can only encrypt a single character, how can we encrypt a webpage? how can we restore the webpage at runtime ?, Base64 is not only used to encrypt a single character PHPcodestringbas. how can I write a PHP encryption algorithm?
Some PHP code is full of encrypted garbled characters.
So what is the execution?
I can see that base64 can only encrypt a single character. how can I encrypt a webpage?
How does one restore the database during running?
------ Solution --------------------
Base64 is not only used to encrypt a single character
PHP code
String base64_encode (string $ data) base64_encode () returns uses base64 to encode data. This encoding is designed to enable binary data to be transmitted through a non-pure 8-bit transport layer, such as the subject of an email. Base64-encoded data takes up about 33% more space than raw data. Example #1 base64_encode () Example
This example shows: VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw =