<?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: Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9</title>
	<atom:link href="http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 23:02:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ruby on Rails: 9 Articles on Rails Authentication — Teach Me To Code</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-45216</link>
		<dc:creator>Ruby on Rails: 9 Articles on Rails Authentication — Teach Me To Code</dc:creator>
		<pubDate>Sun, 15 May 2011 03:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-45216</guid>
		<description>[...] 3. Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</description>
		<content:encoded><![CDATA[<p>[...] 3. Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails Programmer -</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-43645</link>
		<dc:creator>Ruby on Rails Programmer -</dc:creator>
		<pubDate>Sat, 30 Apr 2011 11:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-43645</guid>
		<description>[...] Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</description>
		<content:encoded><![CDATA[<p>[...] Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 23 Impressions</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-39580</link>
		<dc:creator>23 Impressions</dc:creator>
		<pubDate>Thu, 17 Mar 2011 08:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-39580</guid>
		<description>AUTHLOGIC and restful are far more easier to implement , we should try that .</description>
		<content:encoded><![CDATA[<p>AUTHLOGIC and restful are far more easier to implement , we should try that .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple suggestions for implementing passwords correctly &#124; Zen and the Art of Programming</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-17570</link>
		<dc:creator>Simple suggestions for implementing passwords correctly &#124; Zen and the Art of Programming</dc:creator>
		<pubDate>Wed, 24 Mar 2010 07:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-17570</guid>
		<description>[...] trait for hashing algorithms in this context. For this reason, it&#8217;s a good idea to use bcrypt, which offers a much slower and harder to brute-force algorithm that enables you to choose how time [...]</description>
		<content:encoded><![CDATA[<p>[...] trait for hashing algorithms in this context. For this reason, it&#8217;s a good idea to use bcrypt, which offers a much slower and harder to brute-force algorithm that enables you to choose how time [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-16052</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Tue, 09 Feb 2010 14:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-16052</guid>
		<description>An easier way (and most likely safer), would just to be hand off the authentication to someone else. Use OpenID!</description>
		<content:encoded><![CDATA[<p>An easier way (and most likely safer), would just to be hand off the authentication to someone else. Use OpenID!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caffeine Driven Development &#187; Blog Archive &#187; L33t Links #2</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-9832</link>
		<dc:creator>Caffeine Driven Development &#187; Blog Archive &#187; L33t Links #2</dc:creator>
		<pubDate>Thu, 03 Sep 2009 07:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-9832</guid>
		<description>[...] How to securely store passwords (using bcrypt-ruby) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to securely store passwords (using bcrypt-ruby) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-9807</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-9807</guid>
		<description>You should think about how the hacker would recreate the hashes not about bruteforcing. As bcrypt is open source and if your hacker had a very large dictionary word or known password list, how hard would it be for him to make a bcrypt version of his list and look for matches?

Good salt for sure is always needed no matter what the crypto when you look at this type of attack method. As really the salt is the only strength no matter what algorithm.</description>
		<content:encoded><![CDATA[<p>You should think about how the hacker would recreate the hashes not about bruteforcing. As bcrypt is open source and if your hacker had a very large dictionary word or known password list, how hard would it be for him to make a bcrypt version of his list and look for matches?</p>
<p>Good salt for sure is always needed no matter what the crypto when you look at this type of attack method. As really the salt is the only strength no matter what algorithm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails: 9 Articles on Rails Authentication</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-9502</link>
		<dc:creator>Ruby on Rails: 9 Articles on Rails Authentication</dc:creator>
		<pubDate>Thu, 27 Aug 2009 04:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-9502</guid>
		<description>[...] 3. Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</description>
		<content:encoded><![CDATA[<p>[...] 3. Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-9241</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-9241</guid>
		<description>I would simply like to say thanks. Phusion has done so much to help the Ruby community and we are all very grateful.</description>
		<content:encoded><![CDATA[<p>I would simply like to say thanks. Phusion has done so much to help the Ruby community and we are all very grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Double Shot #519 &#171; A Fresh Cup</title>
		<link>http://blog.phusion.nl/2009/08/13/securely-store-passwords-with-bcrypt-ruby-now-compatible-with-jruby-and-ruby-1-9/comment-page-1/#comment-9178</link>
		<dc:creator>Double Shot #519 &#171; A Fresh Cup</dc:creator>
		<pubDate>Mon, 17 Aug 2009 10:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=316#comment-9178</guid>
		<description>[...] Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 &#8211; Thanks to Phusion. [...]</description>
		<content:encoded><![CDATA[<p>[...] Securely store passwords with bcrypt-ruby; now compatible with JRuby and Ruby 1.9 &#8211; Thanks to Phusion. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

