<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Syed Faraz Mahmood</title>
	<atom:link href="http://farazmahmood.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://farazmahmood.wordpress.com</link>
	<description>scattered outbound thoughts</description>
	<lastBuildDate>Fri, 16 Oct 2009 00:18:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Windows Mobile Task Manager by Chunun</title>
		<link>http://farazmahmood.wordpress.com/projects/windows-mobile-task-manager/#comment-9913</link>
		<dc:creator>Chunun</dc:creator>
		<pubDate>Fri, 16 Oct 2009 00:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/windows-mobile-task-manager/#comment-9913</guid>
		<description>Thanks... this is great.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; this is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Demonoid is back by ray</title>
		<link>http://farazmahmood.wordpress.com/2007/09/30/demonoid-is-back/#comment-9907</link>
		<dc:creator>ray</dc:creator>
		<pubDate>Sat, 10 Oct 2009 14:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/09/30/demonoid-is-back/#comment-9907</guid>
		<description>man i cannot access demonoid i&#039;m in pakistan karachi
how can i acess it again pls tell
wil be vwry grateful for ur help</description>
		<content:encoded><![CDATA[<p>man i cannot access demonoid i&#8217;m in pakistan karachi<br />
how can i acess it again pls tell<br />
wil be vwry grateful for ur help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Khalil Ahmad</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9798</link>
		<dc:creator>Khalil Ahmad</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9798</guid>
		<description>using System;
using System.Security.Cryptography;
using System.Text;

public class MD5
{
        public static string MD5(string password)
        {
            var textBytes = Encoding.Default.GetBytes(password);
            var cryptHandler = new MD5CryptoServiceProvider();
            var hash = cryptHandler.ComputeHash(textBytes);
            var ret = &quot;&quot;;
            foreach (var a in hash)
            {
                ret += a.ToString(&quot;x2&quot;);
            }
            return ret;
        }
}</description>
		<content:encoded><![CDATA[<p>using System;<br />
using System.Security.Cryptography;<br />
using System.Text;</p>
<p>public class MD5<br />
{<br />
        public static string MD5(string password)<br />
        {<br />
            var textBytes = Encoding.Default.GetBytes(password);<br />
            var cryptHandler = new MD5CryptoServiceProvider();<br />
            var hash = cryptHandler.ComputeHash(textBytes);<br />
            var ret = &#8220;&#8221;;<br />
            foreach (var a in hash)<br />
            {<br />
                ret += a.ToString(&#8220;x2&#8243;);<br />
            }<br />
            return ret;<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Frenky</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9676</link>
		<dc:creator>Frenky</dc:creator>
		<pubDate>Tue, 26 May 2009 09:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9676</guid>
		<description>Thanks from me, too. God bless.</description>
		<content:encoded><![CDATA[<p>Thanks from me, too. God bless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google- paranoid about computer safety by Ferinannnd</title>
		<link>http://farazmahmood.wordpress.com/2009/01/31/google-paranoid-about-computer-safety/#comment-9673</link>
		<dc:creator>Ferinannnd</dc:creator>
		<pubDate>Mon, 25 May 2009 06:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/?p=333#comment-9673</guid>
		<description>Спасибо, интересно было прочитать.</description>
		<content:encoded><![CDATA[<p>Спасибо, интересно было прочитать.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by silvertongue</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9589</link>
		<dc:creator>silvertongue</dc:creator>
		<pubDate>Thu, 07 May 2009 09:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9589</guid>
		<description>thank you for the code, it really helps!!!</description>
		<content:encoded><![CDATA[<p>thank you for the code, it really helps!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MD5 Implementation in C# by Zoalord</title>
		<link>http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9320</link>
		<dc:creator>Zoalord</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/projects/md5-implementation-in-c/#comment-9320</guid>
		<description>thank you so much ...</description>
		<content:encoded><![CDATA[<p>thank you so much &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Type.GetType(string) by ramkumar</title>
		<link>http://farazmahmood.wordpress.com/2007/03/21/typegettypestring/#comment-6630</link>
		<dc:creator>ramkumar</dc:creator>
		<pubDate>Mon, 09 Mar 2009 13:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/2007/03/21/typegettypestring/#comment-6630</guid>
		<description>i have a problem i just have the Class Name as string ... not the full AFQN (just like &quot;Class1&quot;).. I need to return the Type of that class...plz help me</description>
		<content:encoded><![CDATA[<p>i have a problem i just have the Class Name as string &#8230; not the full AFQN (just like &#8220;Class1&#8243;).. I need to return the Type of that class&#8230;plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google- paranoid about computer safety by Remy</title>
		<link>http://farazmahmood.wordpress.com/2009/01/31/google-paranoid-about-computer-safety/#comment-6591</link>
		<dc:creator>Remy</dc:creator>
		<pubDate>Tue, 03 Mar 2009 07:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://farazmahmood.wordpress.com/?p=333#comment-6591</guid>
		<description>First blog I read after wakeup from sleep today!

----------------------------
&lt;a href=&quot;http:www.klcj.net&quot; rel=&quot;nofollow&quot;&gt;Mind Blowing!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>First blog I read after wakeup from sleep today!</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<a href="http:www.klcj.net" rel="nofollow">Mind Blowing!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Kasi</title>
		<link>http://farazmahmood.wordpress.com/about/#comment-6572</link>
		<dc:creator>Kasi</dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:05:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-6572</guid>
		<description>Is this Faraz whom went to schoool in the Bahamas. 

Kasimu Ellis</description>
		<content:encoded><![CDATA[<p>Is this Faraz whom went to schoool in the Bahamas. </p>
<p>Kasimu Ellis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
