<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Spring in Practice &#187; hashing</title>
	<atom:link href="http://springinpractice.com/tag/hashing/feed/" rel="self" type="application/rss+xml" />
	<link>http://springinpractice.com</link>
	<description>Willie Wheeler&#039;s Spring blog</description>
	<lastBuildDate>Sun, 22 Jan 2012 07:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='springinpractice.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Spring in Practice &#187; hashing</title>
		<link>http://springinpractice.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://springinpractice.com/osd.xml" title="Spring in Practice" />
	<atom:link rel='hub' href='http://springinpractice.com/?pushpress=hub'/>
		<item>
		<title>Article on Spring Security 2: Hashing and salting passwords</title>
		<link>http://springinpractice.com/2008/10/11/article-on-spring-security-2-hashing-and-salting-passwords/</link>
		<comments>http://springinpractice.com/2008/10/11/article-on-spring-security-2-hashing-and-salting-passwords/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 06:33:22 +0000</pubDate>
		<dc:creator>Willie Wheeler</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hashing]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[salt]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Spring Security]]></category>

		<guid isPermaLink="false">http://springinpractice.wordpress.com/?p=124</guid>
		<description><![CDATA[One of the things that I&#8217;ve discovered during the writing of this book is 600 pages sounds a lot bigger &#8230;<p><a href="http://springinpractice.com/2008/10/11/article-on-spring-security-2-hashing-and-salting-passwords/">Continue reading &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springinpractice.com&amp;blog=4620434&amp;post=124&amp;subd=springinpractice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the things that I&#8217;ve discovered during the writing of this book is 600 pages sounds a lot bigger than it actually is. In writing about Spring Security 2, John and I have been forced to be pretty selective about the recipes that we include. There just isn&#8217;t enough room to cover it all.</p>
<p>One of the casualties was a recipe I wrote about using Spring Security 2 to hash and salt passwords. I&#8217;d already written a general article on hashing and salting passwords on my website, but I also wrote one on using Spring Security 2 specifically. But it just didn&#8217;t fit into our chapters.</p>
<p>It wasn&#8217;t for naught, though. It&#8217;s a perfectly good recipe, so I just put it on my website so people can see what kind of information they might expect to find in the book.</p>
<p>Here it is. Hope you enjoy it!</p>
<p><a href="http://wheelersoftware.com/articles/spring-security-hash-salt-passwords.html">http://wheelersoftware.com/articles/spring-security-hash-salt-passwords.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/springinpractice.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/springinpractice.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/springinpractice.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=springinpractice.com&amp;blog=4620434&amp;post=124&amp;subd=springinpractice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://springinpractice.com/2008/10/11/article-on-spring-security-2-hashing-and-salting-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b0a72ae61c5c74a51fe46cf66599b6c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">williewheeler</media:title>
		</media:content>
	</item>
	</channel>
</rss>
