<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Java MD5 (hex)</title>
	<atom:link href="http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/feed" rel="self" type="application/rss+xml" />
	<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 08:14:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: David</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-5650</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-5650</guid>
		<description>Thanks! This is actually the one working :)</description>
		<content:encoded><![CDATA[<p>Thanks! This is actually the one working <img src='http://m2tec.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-5510</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 03 Jul 2011 21:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-5510</guid>
		<description>Thank you! You saved me lots of time with this post, Ill add a special thanks in my program for you :)</description>
		<content:encoded><![CDATA[<p>Thank you! You saved me lots of time with this post, Ill add a special thanks in my program for you <img src='http://m2tec.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom V</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-64</link>
		<dc:creator>Tom V</dc:creator>
		<pubDate>Sun, 02 May 2010 17:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-64</guid>
		<description>Sorry for the late answer, but I&#039;m not going further in this, I suggest to ask this at vBulletin forums as I got not enough insight in vBulletin</description>
		<content:encoded><![CDATA[<p>Sorry for the late answer, but I&#8217;m not going further in this, I suggest to ask this at vBulletin forums as I got not enough insight in vBulletin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detective Fox M.</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-51</link>
		<dc:creator>Detective Fox M.</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-51</guid>
		<description>Thanks again. My situation is this: I need to log into vbulletin with my username and password using POST in Java. Is this what you did as well? Are the POST form names &quot;vb_login_password&quot; and &quot;vb_login_username&quot;? I can&#039;t seem to find this information anywhere.</description>
		<content:encoded><![CDATA[<p>Thanks again. My situation is this: I need to log into vbulletin with my username and password using POST in Java. Is this what you did as well? Are the POST form names &#8220;vb_login_password&#8221; and &#8220;vb_login_username&#8221;? I can&#8217;t seem to find this information anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom V</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-50</link>
		<dc:creator>Tom V</dc:creator>
		<pubDate>Fri, 23 Apr 2010 15:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-50</guid>
		<description>$hash = md5(md5($password) . $salt); 

wherein $password is the plain password and $salt is the salt for that user (found in the db)</description>
		<content:encoded><![CDATA[<p>$hash = md5(md5($password) . $salt); </p>
<p>wherein $password is the plain password and $salt is the salt for that user (found in the db)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detective Fox M.</title>
		<link>http://m2tec.be/blog/2010/02/03/java-md5-hex-0093/comment-page-1#comment-47</link>
		<dc:creator>Detective Fox M.</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://m2tec.be/blog/?p=93#comment-47</guid>
		<description>This was helpful but I&#039;m wondering if you could possibly explain in greater detail what the vbulletin login in its entirety looks like.</description>
		<content:encoded><![CDATA[<p>This was helpful but I&#8217;m wondering if you could possibly explain in greater detail what the vbulletin login in its entirety looks like.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

