Differences between php md5 and md5_file

Source: Internet
Author: User
Tags hash md5 md5 hash

Md5 ($ str) hash encryption for strings

Instance
*/
$ Str = "hello world"; // define a string
$ Result = md5 ($ str); // performs the encryption operation
Echo $ result; // output the converted result

// Md5_file ($ filepath) performs hash encryption on the file content

$ File = "test.txt"; // definition file
$ Result = md5_file ($ file); // executes the calculation operation.
Echo $ result; // output the calculated result

/*

Md5 hash of the md5_file () function compute file.

The md5 () function uses rsa Data Security, including the md5 packet excerpt algorithm.

If the calculation succeeds, the calculated md5 hash is returned. If the calculation fails, false is returned.

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.