There are still some problems related to decoding.

Source: Internet
Author: User
Still, there is still a problem with PHPcode & lt ;? PhpfunctionencryptCookie ($ value) {if (! $ Value) {returnfalse;} $ key = 'paxospass1234! '; Decoding is still a problem.
PHP code
  
  


Yes. This function is correct, but the problem is that I want to send the encrypted code to the email, but the decoding will go to another webpage,

The problem is that when this iv is printed out, a lot of square boxes are garbled, how to handle it, or how to fix the iv, I directly write $ iv = '000000' and report a warning.

------ Solution --------------------
Well, why did you use that function directly? I just provided a simple example.
In the actual production environment, encryption must be at one end, and decryption is at the other end.
So, how do you get the random iv from the other end?
Because the iv of CBC is fixed to 32 bytes, you can directly splice it into the encrypted string.
PHP code
  "; Echo" decrypt: ". decryptCookie ($ s);?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.