<?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/"
	>

<channel>
	<title>Maryland 2600 Chapter</title>
	<atom:link href="http://www.maryland2600.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maryland2600.org</link>
	<description>010011010100010000110010001101100011000000110000</description>
	<pubDate>Sun, 28 Dec 2008 17:36:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Distributed WPA/WPA2 Cracking</title>
		<link>http://www.maryland2600.org/2008/10/12/distributed-wpawpa2-cracking/</link>
		<comments>http://www.maryland2600.org/2008/10/12/distributed-wpawpa2-cracking/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 20:44:47 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=45</guid>
		<description><![CDATA[In another post regarding the raw power of Nvidia&#8217;s graphics chips for password cracking, Russian software developer Elcomsoft has developed software that uses CUDA to break WPA and WPA2 encryption.
Press release here.
]]></description>
			<content:encoded><![CDATA[<p>In another post regarding the raw power of Nvidia&#8217;s graphics chips for password cracking, Russian software developer Elcomsoft has developed software that uses CUDA to break WPA and WPA2 encryption.</p>
<p>Press release <a title="here" href="http://securityandthe.net/wp-content/uploads/2008/10/elcom_pressrelease_wpa.pdf" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/10/12/distributed-wpawpa2-cracking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Obfuscated TCP</title>
		<link>http://www.maryland2600.org/2008/10/07/obfuscated-tcp/</link>
		<comments>http://www.maryland2600.org/2008/10/07/obfuscated-tcp/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 02:59:32 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=43</guid>
		<description><![CDATA[An interesting project that someone is working on is how to make encryption cheap enough and easy enough to use in a more widespread scenario. If you&#8217;ve read earlier regarding my SNI support, you would see that I&#8217;m a big fan of this goal.
I haven&#8217;t worked out the specific details but might try configuring this [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting project that someone is working on is how to make encryption cheap enough and easy enough to use in a more widespread scenario. If you&#8217;ve read earlier regarding my SNI support, you would see that I&#8217;m a big fan of this goal.</p>
<p>I haven&#8217;t worked out the specific details but might try configuring this for the Maryland2600.org domain to see how it works.</p>
<p>More info <a title="here" href="http://code.google.com/p/obstcp/" target="_blank">here</a>, if you&#8217;re interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/10/07/obfuscated-tcp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Password Cracking &#038; CUDA</title>
		<link>http://www.maryland2600.org/2008/10/03/password-cracking-cuda/</link>
		<comments>http://www.maryland2600.org/2008/10/03/password-cracking-cuda/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 16:54:11 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=33</guid>
		<description><![CDATA[Further reducing my faith in any password-based authentication mechanisms, comes along a password cracking program that uses CUDA and Nvidia graphics cards to crack password hashes.
The Extreme GPU Bruteforcer currently has support for cracking NTLM, SHA-1, MD5, and various derivatives of MD5 and salting mechanisms.
In simple tests that I ran on a dummy password of [...]]]></description>
			<content:encoded><![CDATA[<p>Further reducing my faith in any password-based authentication mechanisms, comes along a password cracking program that uses CUDA and Nvidia graphics cards to crack password hashes.</p>
<p>The Extreme GPU Bruteforcer currently has support for cracking NTLM, SHA-1, MD5, and various derivatives of MD5 and salting mechanisms.</p>
<p>In simple tests that I ran on a dummy password of &#8220;ako123&#8243; hashed with MD5, the CUDA-based cracker was able to find it in less than 30 seconds. It took a bit longer, but it was able to find it within the 3 minute demo timelimit of the application hashed as SHA-1 as well.</p>
<p>The CPU password cracker the company puts out is not multi-threaded, so you can double or quadruple the CPU performance numbers to get an estimate on how well the test would do if it were threaded across all of your available cores.</p>
<p>Performance Figures:</p>
<p>8600GTS 256MB PCI-E graphics card<br />
Intel Core 2 Duo E6550 2.33Ghz</p>
<p>GPU MD5/A-Za-z0-9/3-8 characters: <span style="color: #ffff00;">80M passwords/second</span><br />
CPU MD5/A-Za-z0-9/3-8 characters: <span style="color: #ffff00;">5.3M passwords/second</span><br />
GPU SHA1/A-Za-z0-9/3-8 characters: <span style="color: #ffff00;">16.5M passwords/second</span><br />
CPU SHA1/A-Za-z0-9/3-8 characters:<span style="color: #ffff00;">2.7M passwords/second</span></p>
<p><a title="Download here" href="http://www.maryland2600.org/files/egb.zip" target="_blank">Download here.</a> <b>Note</b> Vendor website is down at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/10/03/password-cracking-cuda/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two Lanparties Upcoming!</title>
		<link>http://www.maryland2600.org/2008/09/30/two-lanparties-upcoming/</link>
		<comments>http://www.maryland2600.org/2008/09/30/two-lanparties-upcoming/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 01:23:02 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[localevents]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=30</guid>
		<description><![CDATA[Figured I would make a refresher post for those that are interested.
On October 25th, there&#8217;s a lanparty going on in Hyattsville, MD. For more information, head over to irixbox.com
On November 14th, the Maryland Lan Gamers are hosting a LAN in Greenbelt, MD. For more information on that LAN Party, head over to Maryland LAN Gamers.
]]></description>
			<content:encoded><![CDATA[<p>Figured I would make a refresher post for those that are interested.</p>
<p>On October 25th, there&#8217;s a lanparty going on in Hyattsville, MD. For more information, head over to <a title="irixbox.com" href="http://irixbox.com/?n=Main.LanParty" target="_blank">irixbox.com</a></p>
<p>On November 14th, the Maryland Lan Gamers are hosting a LAN in Greenbelt, MD. For more information on that LAN Party, head over to <a title="Maryland LAN Gamers" href="http://www.marylandlangamers.net/" target="_blank">Maryland LAN Gamers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/09/30/two-lanparties-upcoming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Friday&#8217;s topics of discussion</title>
		<link>http://www.maryland2600.org/2008/09/30/fridays-topics-of-discussion/</link>
		<comments>http://www.maryland2600.org/2008/09/30/fridays-topics-of-discussion/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 18:00:49 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[md2600]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=27</guid>
		<description><![CDATA[If some people show up I would like to discuss a few things. Everyone is welcome to discuss any topic they want, and all comments and criticisms are welcome. But I&#8217;ve been playing around with a few things recently and wanted to start an open discussion on them.

Apache with SNI Support
Key-based SSH Authentication as opposed [...]]]></description>
			<content:encoded><![CDATA[<p>If some people show up I would like to discuss a few things. Everyone is welcome to discuss any topic they want, and all comments and criticisms are welcome. But I&#8217;ve been playing around with a few things recently and wanted to start an open discussion on them.</p>
<ul>
<li>Apache with SNI Support</li>
<li>Key-based SSH Authentication as opposed to password-based</li>
<li>SSH as Root?!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/09/30/fridays-topics-of-discussion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming meeting!</title>
		<link>http://www.maryland2600.org/2008/09/26/upcoming-meeting-2/</link>
		<comments>http://www.maryland2600.org/2008/09/26/upcoming-meeting-2/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 14:53:19 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[md2600]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=24</guid>
		<description><![CDATA[There is a meeting coming up on October 3rd, 2008. Some of us don&#8217;t get there until a little bit later so if nobody shows up at 5PM stick around.
]]></description>
			<content:encoded><![CDATA[<p>There is a meeting coming up on October 3rd, 2008. Some of us don&#8217;t get there until a little bit later so if nobody shows up at 5PM stick around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/09/26/upcoming-meeting-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://www.maryland2600.org/2008/09/05/google-chrome/</link>
		<comments>http://www.maryland2600.org/2008/09/05/google-chrome/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:54:32 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=22</guid>
		<description><![CDATA[Google recently released a new web browser. Under preliminary tests, it seems to be the fastest browser available especially when it comes to javascript performance&#8211;besting Firefox 3&#8217;s performance on the Sunspider Javascript benchmark.
Unfortunately at this time, the browser is only available for Windows. There doesn&#8217;t appear to be any java support either.
Download Source
]]></description>
			<content:encoded><![CDATA[<p>Google recently released a new web browser. Under preliminary tests, it seems to be the fastest browser available especially when it comes to javascript performance&#8211;besting Firefox 3&#8217;s performance on the Sunspider Javascript benchmark.</p>
<p>Unfortunately at this time, the browser is only available for Windows. There doesn&#8217;t appear to be any java support either.</p>
<p><a title="Download Source and Browser" href="http://code.google.com/chromium/" target="_blank">Download Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/09/05/google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming LAN Party</title>
		<link>http://www.maryland2600.org/2008/08/27/upcoming-lan-party/</link>
		<comments>http://www.maryland2600.org/2008/08/27/upcoming-lan-party/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:14:37 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[localevents]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=18</guid>
		<description><![CDATA[Hey all,
I know everyone is used to someone hosting a LAN at their house, but this might be a better way to get to a LAN that actually feels like a LAN. The Maryland LAN Gamers have an upcoming event in Greenbelt, MD on November 14th.
The only unfortunate aspect to this is that they charge [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all,</p>
<p>I know everyone is used to someone hosting a LAN at their house, but this might be a better way to get to a LAN that actually feels like a LAN. The Maryland LAN Gamers have an upcoming event in Greenbelt, MD on November 14th.</p>
<p>The only unfortunate aspect to this is that they charge money for the event, and it&#8217;s not cheap. If you&#8217;re interested, go ahead and respond.</p>
<p>Paypal: $30<br />
Door: $35</p>
<p>http://www.marylandlangamers.net/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/08/27/upcoming-lan-party/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming Meeting</title>
		<link>http://www.maryland2600.org/2008/08/24/upcoming-meeting/</link>
		<comments>http://www.maryland2600.org/2008/08/24/upcoming-meeting/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 05:09:13 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[md2600]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=11</guid>
		<description><![CDATA[There is an upcoming meeting on September 5th, 2008. Bring anything cool that you would like to show off!
]]></description>
			<content:encoded><![CDATA[<p>There is an upcoming meeting on <strong>September 5th, 2008</strong>. Bring anything cool that you would like to show off!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/08/24/upcoming-meeting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.maryland2600.org/2008/08/22/welcome/</link>
		<comments>http://www.maryland2600.org/2008/08/22/welcome/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 02:18:20 +0000</pubDate>
		<dc:creator>A-KO</dc:creator>
		
		<category><![CDATA[md2600]]></category>

		<guid isPermaLink="false">http://www.maryland2600.org/?p=3</guid>
		<description><![CDATA[Welcome to the new home of the Maryland 2600 group. Pardon the dust as I get everything setup!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new home of the Maryland 2600 group. Pardon the dust as I get everything setup!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maryland2600.org/2008/08/22/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
