<?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; pwhash</title>
	<atom:link href="http://noa.resare.com/tag/pwhash/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 in Ruby</title>
		<link>http://noa.resare.com/2009/03/pwhash-in-ruby/</link>
		<comments>http://noa.resare.com/2009/03/pwhash-in-ruby/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:46:57 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[password hashing]]></category>
		<category><![CDATA[pwhash]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=191</guid>
		<description><![CDATA[I spent some time this weekend re-implementing my pwhash functionality in ruby. I don't have much experience with ruby. I got some exposure to it when doing some work for johnlook a while back, but when writing this code it became apparent that I had some gaps in my knowledge.
Learning new programming languages is an [...]]]></description>
			<content:encoded><![CDATA[<p>I spent some time this weekend re-implementing my pwhash functionality in <a href="http://ruby-lang.org/">ruby</a>. I don't have much experience with ruby. I got some exposure to it when doing some work for <a href="http://johnlook.com/">johnlook</a> a while back, but when writing this code it became apparent that I had some gaps in my knowledge.</p>
<p>Learning new programming languages is an interesting thing to do. I've done it a few times now and if the language is good it gives you a few new perspectives and new ideas on how to be a better programmer. I must say that ruby is a nice acquaintance. The learning curve is a bit steeper than with languages like python (or maybe I'm just getting old) but many things are elegant and I hope to get to work more with it in the future.</p>
<p>Anyway, without any further ado I give you <a href="http://fs.voxbiblia.com/pwhash/dist/pwhash.rb">pwhash.rb</a>. Feel free to use it in any way that is compatible with GPL3. I'm fully aware that I have yet to master the style and details of ruby, so if you have any criticisms or ideas on how to improve upon it, feel free to drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/03/pwhash-in-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
