<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 22 Nov 2008 08:13:32 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Quick and easy MD5 hash function 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/312/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/312/comments/</comments>
		<pubDate>Thu, 24 Aug 2006 13:58:44 +0000</pubDate>
		<dc:creator>jamesstaylor</dc:creator>
		<category>Java</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/312/</guid>
		<description>
			<![CDATA[
				<p>This is a quick and easy class that will generate MD5 hashes from strings.  I originally wrote it to insert into my Oracle database so I could generate MD5 hases for passwords from PL/SQL.<br /><br />Example<br /><br />String md5Hash = stringMD5("my password");</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>