PHP5 new type of obfuscation (Hash) _php Tutorial

Source: Internet
Author: User
Tags sha1
Help Home (www.Bkjia.com) tutorial starting with PHP5.1.2, PHP adds a new hash engine that provides up to 35 different hash algorithms, including the MD5 algorithm, SHA1 algorithm.

Let's actually test the effect (PHP5):

The following is the referenced content:
$string = ' password ';
echo MD5 ($string);//the original MD5 function
Echo '
';
echo Hash (' MD5 ', $string);//new hash function, first parameter specifies the algorithm name
?>

Running the above code, you will find two of the same values as "d41d8cd98f00b204e9800998ecf8427e". This hash function can be seen to be compatible with the MD5 algorithm. You can replace the above code in the two "MD5" replaced by "SHA1", run again, you can test the effect of the SHA1 algorithm.

http://www.bkjia.com/PHPjc/364356.html www.bkjia.com true http://www.bkjia.com/PHPjc/364356.html techarticle Fire Net (liehuo.net) tutorial starting with PHP5.1.2, PHP adds a new hash engine that provides up to 35 different hash algorithms, including the MD5 algorithm, SHA1 algorithm. Let's do the following ...

  • Related Article

    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.