{"id":27256,"date":"2023-08-15T10:19:35","date_gmt":"2023-08-15T02:19:35","guid":{"rendered":"https:\/\/cravatar.com\/developer\/?p=27256"},"modified":"2023-08-15T12:32:47","modified_gmt":"2023-08-15T04:32:47","slug":"creating-the-hash","status":"publish","type":"post","link":"https:\/\/cravatar.com\/developer\/creating-the-hash","title":{"rendered":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09"},"content":{"rendered":"\n

Cravatar\u4e0a\u7684\u6240\u6709URL\u90fd\u57fa\u4e8e\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u6563\u5217\u503c\u4f7f\u7528\u3002\u56fe\u50cf\u548c\u4e2a\u4eba\u8d44\u6599\u90fd\u53ef\u4ee5\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u7684\u54c8\u5e0c\u6765\u8bbf\u95ee\uff0c\u5b83\u88ab\u8ba4\u4e3a\u662f\u7cfb\u7edf\u5185\u8bc6\u522b\u8eab\u4efd\u7684\u4e3b\u8981\u65b9\u5f0f\u3002\u4e3a\u786e\u4fdd\u4e00\u81f4\u548c\u51c6\u786e\u7684\u54c8\u5e0c\u503c\uff0c\u5e94\u91c7\u53d6\u4ee5\u4e0b\u6b65\u9aa4\u6765\u521b\u5efa\u54c8\u5e0c\uff1a<\/p>\n\n\n\n

    \n
  1. \u4ece\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u4e2d\u5220\u9664\u524d\u5bfc\u548c\u5c3e\u968f\u7a7a\u683c\u3002<\/li>\n\n\n\n
  2. \u5f3a\u5236\u5c06\u6240\u6709\u5b57\u7b26\u8f6c\u6362\u4e3a\u5c0f\u5199\u3002<\/li>\n\n\n\n
  3. \u5bf9\u6700\u7ec8\u5b57\u7b26\u4e32\u8fdb\u884cmd5\u54c8\u5e0c\u5904\u7406\u3002<\/li>\n<\/ol>\n\n\n\n

    \u4ee5\u4e00\u4e2a\u793a\u4f8b\u6765\u8bf4\u660e\uff0c\u5047\u8bbe\u6211\u4eec\u4ece \"MyEmailAddress@example.com<\/a> \"\uff08\u6ce8\u610f\u5c3e\u968f\u7684\u7a7a\u683c\uff0c\u8fd9\u662f\u6211\u4eec\u5047\u8bbe\u7684\u7528\u6237\u8bef\u8f93\u5165\u7684\uff09\u5f00\u59cb\u3002\u5982\u679c\u76f4\u63a5\u5bf9\u8be5\u5b57\u7b26\u4e32\u8fdb\u884cmd5\u7f16\u7801\uff0c\u6211\u4eec\u4f1a\u5f97\u5230\u4ee5\u4e0b\u7ed3\u679c\uff08\u5728PHP\u4e2d\uff09\uff1a<\/p>\n\n\n\n

    echo md5( "MyEmailAddress@example.com " );\n\/\/ "f9879d71855b5ff21e4963273a886bfc"<\/code><\/pre>\n\n\n\n

    \u73b0\u5728\uff0c\u5982\u679c\u6211\u4eec\u5c06\u76f8\u540c\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u901a\u8fc7\u4e0a\u8ff0\u8fc7\u7a0b\u8fd0\u884c\uff0c\u4f60\u4f1a\u770b\u5230\u6211\u4eec\u5f97\u5230\u4e00\u4e2a\u4e0d\u540c\u7684\u7ed3\u679c\uff08\u518d\u6b21\u5728PHP\u4e2d\uff09\uff1a<\/p>\n\n\n\n

    $email = trim( "MyEmailAddress@example.com " ); \/\/ "MyEmailAddress@example.com"\n$email = strtolower( $email ); \/\/ "myemailaddress@example.com"\necho md5( $email );\n\/\/ "0bc83cb571cd1c50ba6f3e8a78ef1346"<\/code><\/pre>\n\n\n\n

    \u8fd9\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u5408\u5e76\u4e3a\u4e00\u884c\uff1a<\/p>\n\n\n\n

    echo md5( strtolower( trim( "MyEmailAddress@example.com " ) ) );<\/code><\/pre>\n\n\n\n

    \u751f\u6210\u4e00\u81f4\u7684\u54c8\u5e0c\u540e\uff0c\u4f60\u53ef\u4ee5\u8bf7\u6c42\u56fe\u50cf\u6216\u4e2a\u4eba\u8d44\u6599\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

    Cravatar\u4e0a\u7684\u6240\u6709URL\u90fd\u57fa\u4e8e\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u6563\u5217\u503c\u4f7f\u7528\u3002\u56fe\u50cf\u548c\u4e2a\u4eba\u8d44\u6599\u90fd\u53ef\u4ee5\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u7684\u54c8\u5e0c\u6765\u8bbf\u95ee\uff0c\u5b83\u88ab\u8ba4\u4e3a\u662f\u7cfb\u7edf\u5185\u8bc6\u522b\u8eab ... <\/p>\n

    \u7ee7\u7eed\u9605\u8bfb<\/a><\/p>\n","protected":false},"author":18727,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[21,20],"class_list":["post-27256","post","type-post","status-publish","format-standard","hentry","category-getting-started","tag-hash","tag-20","no-featured-image-padding"],"yoast_head":"\n\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cravatar.com\/developer\/creating-the-hash\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863\" \/>\n<meta property=\"og:description\" content=\"Cravatar\u4e0a\u7684\u6240\u6709URL\u90fd\u57fa\u4e8e\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u6563\u5217\u503c\u4f7f\u7528\u3002\u56fe\u50cf\u548c\u4e2a\u4eba\u8d44\u6599\u90fd\u53ef\u4ee5\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u7684\u54c8\u5e0c\u6765\u8bbf\u95ee\uff0c\u5b83\u88ab\u8ba4\u4e3a\u662f\u7cfb\u7edf\u5185\u8bc6\u522b\u8eab ... \u7ee7\u7eed\u9605\u8bfb\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cravatar.com\/developer\/creating-the-hash\" \/>\n<meta property=\"og:site_name\" content=\"Cravatar \u5f00\u53d1\u6587\u6863\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-15T02:19:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-15T04:32:47+00:00\" \/>\n<meta name=\"author\" content=\"\u8bd7\u8bed\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u8bd7\u8bed\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash#article\",\"isPartOf\":{\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash\"},\"author\":{\"name\":\"\u8bd7\u8bed\",\"@id\":\"https:\/\/cravatar.com\/developer\/#\/schema\/person\/926f4cd5225ed8083a2075f3226065c2\"},\"headline\":\"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09\",\"datePublished\":\"2023-08-15T02:19:35+00:00\",\"dateModified\":\"2023-08-15T04:32:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash\"},\"wordCount\":10,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cravatar.com\/developer\/#organization\"},\"keywords\":[\"Hash\",\"\u54c8\u5e0c\"],\"articleSection\":[\"\u5165\u95e8\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cravatar.com\/developer\/creating-the-hash#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash\",\"url\":\"https:\/\/cravatar.com\/developer\/creating-the-hash\",\"name\":\"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863\",\"isPartOf\":{\"@id\":\"https:\/\/cravatar.com\/developer\/#website\"},\"datePublished\":\"2023-08-15T02:19:35+00:00\",\"dateModified\":\"2023-08-15T04:32:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cravatar.com\/developer\/creating-the-hash\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cravatar.com\/developer\/creating-the-hash#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/cravatar.com\/developer\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cravatar.com\/developer\/#website\",\"url\":\"https:\/\/cravatar.com\/developer\/\",\"name\":\"Cravatar \u5f00\u53d1\u6587\u6863\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cravatar.com\/developer\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cravatar.com\/developer\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cravatar.com\/developer\/#organization\",\"name\":\"Cravatar \u5f00\u53d1\u6587\u6863\",\"url\":\"https:\/\/cravatar.com\/developer\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/cravatar.com\/developer\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cravatar.com\/developer\/wp-content\/uploads\/sites\/18\/2023\/08\/cr-logo-02.png\",\"contentUrl\":\"https:\/\/cravatar.com\/developer\/wp-content\/uploads\/sites\/18\/2023\/08\/cr-logo-02.png\",\"width\":870,\"height\":225,\"caption\":\"Cravatar \u5f00\u53d1\u6587\u6863\"},\"image\":{\"@id\":\"https:\/\/cravatar.com\/developer\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cravatar.com\/developer\/#\/schema\/person\/926f4cd5225ed8083a2075f3226065c2\",\"name\":\"\u8bd7\u8bed\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/cravatar.com\/developer\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cravatar.com\/avatar\/60f1c4f099fc44da2978d9107535f58e?s=96&r=g&cache-key=60f1c4f099fc44da2978d9107535f58e\",\"contentUrl\":\"https:\/\/cravatar.com\/avatar\/60f1c4f099fc44da2978d9107535f58e?s=96&r=g&cache-key=60f1c4f099fc44da2978d9107535f58e\",\"caption\":\"\u8bd7\u8bed\"},\"sameAs\":[\"https:\/\/www.feibisi.com\/\"],\"url\":\"https:\/\/cravatar.com\/developer\/author\/feibisi\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cravatar.com\/developer\/creating-the-hash","og_locale":"zh_CN","og_type":"article","og_title":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863","og_description":"Cravatar\u4e0a\u7684\u6240\u6709URL\u90fd\u57fa\u4e8e\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u7684\u6563\u5217\u503c\u4f7f\u7528\u3002\u56fe\u50cf\u548c\u4e2a\u4eba\u8d44\u6599\u90fd\u53ef\u4ee5\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u7684\u54c8\u5e0c\u6765\u8bbf\u95ee\uff0c\u5b83\u88ab\u8ba4\u4e3a\u662f\u7cfb\u7edf\u5185\u8bc6\u522b\u8eab ... \u7ee7\u7eed\u9605\u8bfb","og_url":"https:\/\/cravatar.com\/developer\/creating-the-hash","og_site_name":"Cravatar \u5f00\u53d1\u6587\u6863","article_published_time":"2023-08-15T02:19:35+00:00","article_modified_time":"2023-08-15T04:32:47+00:00","author":"\u8bd7\u8bed","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u8bd7\u8bed"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cravatar.com\/developer\/creating-the-hash#article","isPartOf":{"@id":"https:\/\/cravatar.com\/developer\/creating-the-hash"},"author":{"name":"\u8bd7\u8bed","@id":"https:\/\/cravatar.com\/developer\/#\/schema\/person\/926f4cd5225ed8083a2075f3226065c2"},"headline":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09","datePublished":"2023-08-15T02:19:35+00:00","dateModified":"2023-08-15T04:32:47+00:00","mainEntityOfPage":{"@id":"https:\/\/cravatar.com\/developer\/creating-the-hash"},"wordCount":10,"commentCount":0,"publisher":{"@id":"https:\/\/cravatar.com\/developer\/#organization"},"keywords":["Hash","\u54c8\u5e0c"],"articleSection":["\u5165\u95e8"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cravatar.com\/developer\/creating-the-hash#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cravatar.com\/developer\/creating-the-hash","url":"https:\/\/cravatar.com\/developer\/creating-the-hash","name":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09 - Cravatar \u5f00\u53d1\u6587\u6863","isPartOf":{"@id":"https:\/\/cravatar.com\/developer\/#website"},"datePublished":"2023-08-15T02:19:35+00:00","dateModified":"2023-08-15T04:32:47+00:00","breadcrumb":{"@id":"https:\/\/cravatar.com\/developer\/creating-the-hash#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cravatar.com\/developer\/creating-the-hash"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cravatar.com\/developer\/creating-the-hash#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/cravatar.com\/developer\/"},{"@type":"ListItem","position":2,"name":"\u521b\u5efa\u54c8\u5e0c\u503c\uff08Hash\uff09"}]},{"@type":"WebSite","@id":"https:\/\/cravatar.com\/developer\/#website","url":"https:\/\/cravatar.com\/developer\/","name":"Cravatar \u5f00\u53d1\u6587\u6863","description":"","publisher":{"@id":"https:\/\/cravatar.com\/developer\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cravatar.com\/developer\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/cravatar.com\/developer\/#organization","name":"Cravatar \u5f00\u53d1\u6587\u6863","url":"https:\/\/cravatar.com\/developer\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/cravatar.com\/developer\/#\/schema\/logo\/image\/","url":"https:\/\/cravatar.com\/developer\/wp-content\/uploads\/sites\/18\/2023\/08\/cr-logo-02.png","contentUrl":"https:\/\/cravatar.com\/developer\/wp-content\/uploads\/sites\/18\/2023\/08\/cr-logo-02.png","width":870,"height":225,"caption":"Cravatar \u5f00\u53d1\u6587\u6863"},"image":{"@id":"https:\/\/cravatar.com\/developer\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cravatar.com\/developer\/#\/schema\/person\/926f4cd5225ed8083a2075f3226065c2","name":"\u8bd7\u8bed","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/cravatar.com\/developer\/#\/schema\/person\/image\/","url":"https:\/\/cravatar.com\/avatar\/60f1c4f099fc44da2978d9107535f58e?s=96&r=g&cache-key=60f1c4f099fc44da2978d9107535f58e","contentUrl":"https:\/\/cravatar.com\/avatar\/60f1c4f099fc44da2978d9107535f58e?s=96&r=g&cache-key=60f1c4f099fc44da2978d9107535f58e","caption":"\u8bd7\u8bed"},"sameAs":["https:\/\/www.feibisi.com\/"],"url":"https:\/\/cravatar.com\/developer\/author\/feibisi"}]}},"_links":{"self":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts\/27256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/users\/18727"}],"replies":[{"embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/comments?post=27256"}],"version-history":[{"count":0,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/posts\/27256\/revisions"}],"wp:attachment":[{"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/media?parent=27256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/categories?post=27256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cravatar.com\/developer\/wp-json\/wp\/v2\/tags?post=27256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}