<?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>Wardsback Brotherhood</title>
	<atom:link href="http://www.wardsback.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardsback.org</link>
	<description>Think! It ain't illegal yet</description>
	<lastBuildDate>Wed, 14 Apr 2010 19:01:48 +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>Computing Hashes with Java</title>
		<link>http://www.wardsback.org/2009/12/computing-hashes-with-java/</link>
		<comments>http://www.wardsback.org/2009/12/computing-hashes-with-java/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:51:51 +0000</pubDate>
		<dc:creator>deufrai</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.wardsback.org/?p=35</guid>
		<description><![CDATA[pitch
You need to quickly compute hashes from Strings (for example in order to safely store passwords into a database) ?
Well, just have a look a my project named hashutils
It simply provides one utiliy class that exposes simple methods to compute hashes from Strings using the following algorithms :

MD5
sha1
sha256
sha512

downlads
hashutils is hosted in our Maven2 repository.
You can [...]]]></description>
			<content:encoded><![CDATA[<h3>pitch</h3>
<p>You need to quickly compute hashes from Strings (for example in order to safely store passwords into a database) ?</p>
<p>Well, just have a look a my project named <a title="hashutils" href="http://www.wardsback.org/hashutils/" target="_blank">hashutils</a></p>
<p>It simply provides one utiliy class that exposes simple methods to compute hashes from Strings using the following algorithms :</p>
<ul>
<li>MD5</li>
<li>sha1</li>
<li>sha256</li>
<li>sha512</li>
</ul>
<h3>downlads</h3>
<p>hashutils is hosted in our <a title="Maven2" href="http://maven.apache.org/" target="_blank">Maven2</a> <a title="Nexus repository" href="http://nexus.sonatype.org/" target="_blank">repository</a>.</p>
<p>You can download</p>
<ul>
<li>the library itself</li>
<li>source code as a jar archive</li>
<li>javadoc as a jar archive</li>
</ul>
<p>Simply head you way <a title="hashutils java artifacts" href="http://repo.wardsback.org/index.html#nexus-search;quick~hashutils" target="_blank">there</a> and help yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wardsback.org/2009/12/computing-hashes-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse, Linux and &#8216;PermGen space error&#8217;</title>
		<link>http://www.wardsback.org/2009/06/eclipse-linux-and-memory-issues/</link>
		<comments>http://www.wardsback.org/2009/06/eclipse-linux-and-memory-issues/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 10:23:44 +0000</pubDate>
		<dc:creator>deufrai</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.wardsback.org/?p=11</guid>
		<description><![CDATA[You are working on a GNU/Linux system with at least a 2.6.16 Kernel and are tired of getting &#8216;PermGen Space&#8217; errors with Eclipse, whatever value you choose for -Xms, -Xmx and -XX:MaxPermSize settings ?
An explanation could be that Eclipse fails to claim memory that is not really used by the system, but simply cached.
A solution [...]]]></description>
			<content:encoded><![CDATA[<p><strong>You are working on a GNU/Linux system with at least a 2.6.16 Kernel and are tired of getting &#8216;PermGen Space&#8217; errors with Eclipse, whatever value you choose for -Xms, -Xmx and -XX:MaxPermSize settings ?</strong></p>
<p>An explanation could be that Eclipse fails to claim memory that is not really used by the system, but simply cached.</p>
<p>A solution is to flush cache before launching Eclipse by issuing the following command (as root) in a terminal :</p>
<pre>sync; echo 3 &gt; /proc/sys/vm/drop_caches</pre>
<p>Hope it helps</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wardsback.org/2009/06/eclipse-linux-and-memory-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.wardsback.org/2009/06/welcome/</link>
		<comments>http://www.wardsback.org/2009/06/welcome/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 22:02:56 +0000</pubDate>
		<dc:creator>deufrai</dc:creator>
				<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://www.wardsback.org/blog/?p=7</guid>
		<description><![CDATA[Let&#8217;s see where this goes &#8230;
]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s see where this goes &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wardsback.org/2009/06/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

