<?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/"
	>

<channel>
	<title>Noa&#039;s blog &#187; Base 64</title>
	<atom:link href="http://noa.resare.com/tag/base-64/feed/" rel="self" type="application/rss+xml" />
	<link>http://noa.resare.com</link>
	<description>moderately interesting words about things going through my mind</description>
	<lastBuildDate>Fri, 29 Jan 2010 23:56:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pwhash, password hashing in java</title>
		<link>http://noa.resare.com/2009/03/pwhash/</link>
		<comments>http://noa.resare.com/2009/03/pwhash/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:54:19 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Base 64]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[password hashing]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=187</guid>
		<description><![CDATA[As promised, here is the code to a Java implementation of the principles of password hashing that I outlined in my previous post. I'll put it on a proper project page later on, but for now the full distribution can be downladed as pwhash-0.9.zip, the binary jar can be found as pwhash-0.9.jar and the source [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, here is the code to a Java implementation of the principles of password hashing that I outlined in my <a href="http://noa.resare.com/2009/03/protect-passwords/">previous post</a>. I'll put it on a proper project page later on, but for now the full distribution can be downladed as <a href="http://fs.voxbiblia.com/pwhash/dist/pwhash-0.9.zip">pwhash-0.9.zip</a>, the binary jar can be found as <a href="http://fs.voxbiblia.com/pwhash/dist/pwhash-0.9.jar">pwhash-0.9.jar</a> and the source code with documentation can be found at <a href="http://fs.voxbiblia.com/pwhash/dist/PasswordHasher.java">PasswordHasher.java.</a></p>
<p>Included in the distribution is also a Base64 implementation, <a href="http://fs.voxbiblia.com/pwhash/dist/Base64.java">Base64.java</a>, that I wrote. The fact that Sun hasn't included it in Java from version from the very beginning is a mystery to me. My implementation might not be the fastest or the most robust one around but it is quite readable and preforms okay.</p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/03/pwhash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
