<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Bcrypt with Spring Security</title>
	<atom:link href="http://sziebert.net/posts/using-bcrypt-with-spring-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://sziebert.net/posts/using-bcrypt-with-spring-security/</link>
	<description>is a software engineer with an interest in Spring, Hibernate, Red5 and jQuery development.</description>
	<lastBuildDate>Thu, 05 Aug 2010 10:21:18 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Taylor Leese</title>
		<link>http://sziebert.net/posts/using-bcrypt-with-spring-security/comment-page-1/#comment-7361</link>
		<dc:creator>Taylor Leese</dc:creator>
		<pubDate>Sat, 01 May 2010 06:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/?p=110#comment-7361</guid>
		<description>I submitted a feature request for adding built-in bcrypt support to Spring Security: https://jira.springsource.org/browse/SEC-1472</description>
		<content:encoded><![CDATA[<p>I submitted a feature request for adding built-in bcrypt support to Spring Security: <a href="https://jira.springsource.org/browse/SEC-1472" >https://jira.springsource.org/browse/SEC-1472</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Sziebert</title>
		<link>http://sziebert.net/posts/using-bcrypt-with-spring-security/comment-page-1/#comment-5374</link>
		<dc:creator>Carl Sziebert</dc:creator>
		<pubDate>Fri, 09 Oct 2009 00:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/?p=110#comment-5374</guid>
		<description>Hey Jason!

Thanks for leaving a comment! I&#039;m in the process of adding some additional functionality around password reset to the example. If you&#039;ve got any suggestions for improving or adding to what I&#039;ve got, please let me know.</description>
		<content:encoded><![CDATA[<p>Hey Jason!</p>
<p>Thanks for leaving a comment! I&#8217;m in the process of adding some additional functionality around password reset to the example. If you&#8217;ve got any suggestions for improving or adding to what I&#8217;ve got, please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Thrasher</title>
		<link>http://sziebert.net/posts/using-bcrypt-with-spring-security/comment-page-1/#comment-5295</link>
		<dc:creator>Jason Thrasher</dc:creator>
		<pubDate>Wed, 30 Sep 2009 21:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/?p=110#comment-5295</guid>
		<description>Carl,
So, I&#039;m googling BCrypt and Spring, and your post came up.  We&#039;re using this stuff too.  Small world!  Hope you, the kids, and wife, are well.

Jason</description>
		<content:encoded><![CDATA[<p>Carl,<br />
So, I&#8217;m googling BCrypt and Spring, and your post came up.  We&#8217;re using this stuff too.  Small world!  Hope you, the kids, and wife, are well.</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://sziebert.net/posts/using-bcrypt-with-spring-security/comment-page-1/#comment-4405</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 15 Jun 2009 10:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://sziebert.net/?p=110#comment-4405</guid>
		<description>i use it like that.
 
but instead of having the hashing code spread to every form. just inject the passwordencoder and use the encodePassword method.
That way you can change it later on if needed without having to find all places where a password get&#039;s hashed.</description>
		<content:encoded><![CDATA[<p>i use it like that.</p>
<p>but instead of having the hashing code spread to every form. just inject the passwordencoder and use the encodePassword method.<br />
That way you can change it later on if needed without having to find all places where a password get&#8217;s hashed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
