{"id":390,"date":"2020-04-20T23:54:56","date_gmt":"2020-04-20T14:54:56","guid":{"rendered":"https:\/\/technologyagency.net\/wordpress\/?p=390"},"modified":"2020-04-21T00:30:01","modified_gmt":"2020-04-20T15:30:01","slug":"standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8","status":"publish","type":"post","link":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/","title":{"rendered":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968"},"content":{"rendered":"\n<p><strong>Deprecated.<\/strong><br>Digest based password encoding is not considered secure. Instead use an adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or SCryptPasswordEncoder. Even better use DelegatingPasswordEncoder which supports password upgrades. There are no plans to remove this support. It is deprecated to indicate that this is a legacy implementation and using it is considered insecure.<\/p>\n\n\n\n<p>DelegatingPasswordEncoder\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u4e0b\u8a18\u306e\u901a\u308a\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: java; title: ; notranslate\" title=\"\">\n@EnableWebFluxSecurity\n@EnableReactiveMethodSecurity\npublic class WebSecurityConfig {\n\n    @Bean\n    public PasswordEncoder passwordEncoder() {\n        \/\/ \u30c7\u30d5\u30a9\u30eb\u30c8\u306fbcrypt\n        return PasswordEncoderFactories.createDelegatingPasswordEncoder();\n    }\n<\/pre><\/div>\n\n\n<p>\u53c8\u306f\u3001<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;bean id=&quot;passwordEncoder&quot; class=&quot;org.springframework.security.crypto.factory.PasswordEncoderFactories&quot; factory-method=&quot;createDelegatingPasswordEncoder&quot; \/&gt;\n<\/pre><\/div>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deprecated.Digest based password encoding is not considered secure. Instead use an adaptive one way function l &hellip; <a href=\"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;StandardPasswordEncoder\u306f\u975e\u63a8\u5968&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[40],"class_list":["post-390","post","type-post","status-publish","format-standard","hentry","category-java","tag-spring-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.<\/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:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder\u306f\u975e\u63a8\u5968\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.\" \/>\n<meta property=\"og:description\" content=\"Deprecated.Digest based password encoding is not considered secure. Instead use an adaptive one way function l &hellip; &quot;StandardPasswordEncoder\u306f\u975e\u63a8\u5968&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder\u306f\u975e\u63a8\u5968\/\" \/>\n<meta property=\"og:site_name\" content=\"I want to lead an easy life.\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-20T14:54:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-20T15:30:01+00:00\" \/>\n<meta name=\"author\" content=\"hide6644\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"hide6644\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/\"},\"author\":{\"name\":\"hide6644\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"headline\":\"StandardPasswordEncoder\u306f\u975e\u63a8\u5968\",\"datePublished\":\"2020-04-20T14:54:56+00:00\",\"dateModified\":\"2020-04-20T15:30:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/\"},\"wordCount\":57,\"commentCount\":0,\"keywords\":[\"Spring Security\"],\"articleSection\":[\"Java\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/\",\"name\":\"StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\"},\"datePublished\":\"2020-04-20T14:54:56+00:00\",\"dateModified\":\"2020-04-20T15:30:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2020\\\/04\\\/20\\\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"StandardPasswordEncoder\u306f\u975e\u63a8\u5968\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\",\"name\":\"I want to lead an easy life.\",\"description\":\"Technical Notes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\",\"name\":\"hide6644\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"caption\":\"hide6644\"},\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/author\\\/hide6644\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.","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:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder\u306f\u975e\u63a8\u5968\/","og_locale":"ja_JP","og_type":"article","og_title":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.","og_description":"Deprecated.Digest based password encoding is not considered secure. Instead use an adaptive one way function l &hellip; \"StandardPasswordEncoder\u306f\u975e\u63a8\u5968\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder\u306f\u975e\u63a8\u5968\/","og_site_name":"I want to lead an easy life.","article_published_time":"2020-04-20T14:54:56+00:00","article_modified_time":"2020-04-20T15:30:01+00:00","author":"hide6644","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"hide6644"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/#article","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/"},"author":{"name":"hide6644","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"headline":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968","datePublished":"2020-04-20T14:54:56+00:00","dateModified":"2020-04-20T15:30:01+00:00","mainEntityOfPage":{"@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/"},"wordCount":57,"commentCount":0,"keywords":["Spring Security"],"articleSection":["Java"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/","url":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/","name":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968 - I want to lead an easy life.","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/#website"},"datePublished":"2020-04-20T14:54:56+00:00","dateModified":"2020-04-20T15:30:01+00:00","author":{"@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"breadcrumb":{"@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/technologyagency.net\/wordpress\/2020\/04\/20\/standardpasswordencoder%e3%81%af%e9%9d%9e%e6%8e%a8%e5%a5%a8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/technologyagency.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"StandardPasswordEncoder\u306f\u975e\u63a8\u5968"}]},{"@type":"WebSite","@id":"https:\/\/technologyagency.net\/wordpress\/#website","url":"https:\/\/technologyagency.net\/wordpress\/","name":"I want to lead an easy life.","description":"Technical Notes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/technologyagency.net\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63","name":"hide6644","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","caption":"hide6644"},"url":"https:\/\/technologyagency.net\/wordpress\/author\/hide6644\/"}]}},"_links":{"self":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/comments?post=390"}],"version-history":[{"count":6,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/390\/revisions"}],"predecessor-version":[{"id":397,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/390\/revisions\/397"}],"wp:attachment":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/media?parent=390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/categories?post=390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/tags?post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}