{"id":2422,"date":"2023-02-25T11:27:14","date_gmt":"2023-02-25T03:27:14","guid":{"rendered":"https:\/\/www.lcettsg.cn\/code\/?p=2422"},"modified":"2023-02-25T11:58:30","modified_gmt":"2023-02-25T03:58:30","slug":"md5-c%e8%af%ad%e8%a8%80%e5%ae%9e%e7%8e%b0","status":"publish","type":"post","link":"https:\/\/www.lcettsg.cn\/code\/?p=2422","title":{"rendered":"MD5 c\u8bed\u8a00\u5b9e\u73b0"},"content":{"rendered":"\n<p><a href=\"https:\/\/blog.csdn.net\/wzxiaodu\/article\/details\/115206456\">https:\/\/blog.csdn.net\/wzxiaodu\/article\/details\/115206456<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>\/\/ T\u8868\uff0c32\u4f4d\u5b57\uff0c\u4e00\u5171\u670964\u4e2a\u5143\u7d20\uff0c\u5bf9\u5e9464\u6b21\u8fed\u4ee3\uff0c\u4e5f\u6210\u4e3a\u52a0\u6cd5\u5e38\u6570\nconst uint32_t T&#91;64] = { \n0xd76aa478, 0xe8c7b756, 0x242070db, 0xc1bdceee,\n0xf57c0faf, 0x4787c62a, 0xa8304613, 0xfd469501,\n0x698098d8, 0x8b44f7af, 0xffff5bb1, 0x895cd7be,\n0x6b901122, 0xfd987193, 0xa679438e, 0x49b40821,\n0xf61e2562, 0xc040b340, 0x265e5a51, 0xe9b6c7aa,\n0xd62f105d, 0x02441453, 0xd8a1e681, 0xe7d3fbc8,\n0x21e1cde6, 0xc33707d6, 0xf4d50d87, 0x455a14ed,\n0xa9e3e905, 0xfcefa3f8, 0x676f02d9, 0x8d2a4c8a,\n0xfffa3942, 0x8771f681, 0x6d9d6122, 0xfde5380c,\n0xa4beea44, 0x4bdecfa9, 0xf6bb4b60, 0xbebfbc70,\n0x289b7ec6, 0xeaa127fa, 0xd4ef3085, 0x04881d05,\n0xd9d4d039, 0xe6db99e5, 0x1fa27cf8, 0xc4ac5665,\n0xf4292244, 0x432aff97, 0xab9423a7, 0xfc93a039,\n0x655b59c3, 0x8f0ccc92, 0xffeff47d, 0x85845dd1,\n0x6fa87e4f, 0xfe2ce6e0, 0xa3014314, 0x4e0811a1,\n0xf7537e82, 0xbd3af235, 0x2ad7d2bb, 0xeb86d391 };\n \n\/\/ 64\u6b21\u8fed\u4ee3\u8fd0\u7b97\u91c7\u7528\u7684\u5de6\u5faa\u73af\u79fb\u4f4d\u7684s\u503c\nconst uint32_t S&#91;64] = { \n7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22,\n5,  9, 14, 20, 5,  9, 14, 20, 5,  9, 14, 20, 5,  9, 14, 20,\n4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23,\n6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21 \n};\n\nA= 0x67452301\r\nB= 0xEFCDAB89\r\nC= 0x98BADCFE\r\nD= 0x10325476<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/blog.csdn.net\/wzxiaodu\/article\/details\/11520645 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-2422","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/2422"}],"collection":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2422"}],"version-history":[{"count":5,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/2422\/revisions"}],"predecessor-version":[{"id":2428,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/2422\/revisions\/2428"}],"wp:attachment":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}