<?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>Carpé Cocoa &#187; WPA</title>
	<atom:link href="http://carpe-cocoa.com/tag/wpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://carpe-cocoa.com</link>
	<description>My journey into iPhone development</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:03:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using WPA WiFi Networks With the Nintendo DSi</title>
		<link>http://carpe-cocoa.com/2009-05-26/wpa-wifi-on-nintendo-dsi/</link>
		<comments>http://carpe-cocoa.com/2009-05-26/wpa-wifi-on-nintendo-dsi/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:59:37 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DSi]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[Nintendo DSi]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://carpe-cocoa.com/?p=216</guid>
		<description><![CDATA[The Nintendo DSi has support for WiFi networks, including WPA. Most personal WPA networks use a passphrase instead of the hexadecimal keys used in older WEP setups. The WPA standard supports passphrases of 8 to 63 printable ASCII characters, which are converted to a 64 digit hexadecimal number using a hash of the passphrase and [...]]]></description>
			<content:encoded><![CDATA[<p>The Nintendo DSi has support for WiFi networks, including WPA. Most personal WPA networks use a passphrase instead of the hexadecimal keys used in older WEP setups. The WPA standard supports passphrases of 8 to 63 printable ASCII characters, which are converted to a 64 digit hexadecimal number using a hash of the passphrase and the SSID (see more at <a title="Wi-Fi Protected Access" href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access#Security_in_pre-shared_key_mode" target="_blank">WikiPedia</a>).</p>
<p>Unfortunately, the DSi does not allow you to enter a passphrase, you have to enter the 64 digit hexadecimal key. If your router doesn&#8217;t show the key (mine doesn&#8217;t), you can calculate it using the <a title="WPA PSK Generator" href="http://www.wireshark.org/tools/wpa-psk.html" target="_blank">WPA PSK Generator</a> from the authors of <a title="Wireshark" href="http://www.wireshark.org/" target="_blank">Wireshark</a> (a great network analysis tool).</p>
<p>If you have access to a Linux system with the wpa_supplicant tools installed, you can do this at the command line using:</p>
<pre style="padding-left: 30px;">wpa_passphrase <em>ssid</em> <em>passphrase</em></pre>
]]></content:encoded>
			<wfw:commentRss>http://carpe-cocoa.com/2009-05-26/wpa-wifi-on-nintendo-dsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

