Example of base64_decode and base64_encode encryption and decryption functions in php

Source: Internet
Author: User
This article mainly introduces base64_decode and base64_encode encryption and decryption functions in php. the instance analyzes the specific usage of base64 encryption and decryption functions, which has some practical value, for more information about base64_decode and base64_encode encryption and decryption functions in php, see the following example. Share it with you for your reference. The specific analysis is as follows:

These two functions are used in php to encrypt and decrypt the php code. base64_encode is encrypted, while base64_decode is decrypted. let's look at two simple examples.

Base64_encode syntax: string base64_decode (string data );

The code is as follows:

$ Str = 'd3d3lmpinteubmv0ioiemustms5i + Wutg = '; // define a string
Echo base64_decode ($ str); // output the decoded content


Base64_encode syntax: string base64_encode (string data );

The code is as follows:

$ Str = 'www .bitsCN.com '; // define a string
Echo base64_encode ($ str); // The output encoded content is: d3d3lmpinteubmv0ioiemustms5i + Wutg =

I hope this article will help you with PHP programming.

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.