<?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: Open, yet encrypted Wi-Fi</title>
	<atom:link href="http://stealthisidea.com/articles/encrypted-wifi/feed/" rel="self" type="application/rss+xml" />
	<link>http://stealthisidea.com/articles/encrypted-wifi/</link>
	<description>Philip Haine&#039;s articles on Product Vision, Innovation and Design</description>
	<lastBuildDate>Tue, 06 Dec 2011 23:38:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://stealthisidea.com/articles/encrypted-wifi/comment-page-1/#comment-7918</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 18 May 2011 14:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://stealthisidea.com/articles/encrypted-wifi/#comment-7918</guid>
		<description>Having your wifi &quot;encrypted&quot; is not a solution. If someone is going to do bad things, they&#039;re going capture your encrypted packets, use aircrack-ng, and decrypt them. That&#039;s easy with WEP; it&#039;s quite difficult with WPA if you have a good password. An open ssh tunnel is really the only solution for a secure connection; however, there is another option; encrypt your email with 4096 RSA (which is over kill, with GNUPGP, which is free, and don&#039;t worry about who gets it.  www.gnupg.org/  Also, don&#039;t trust Windows for anything that requires security. Mac is not much better.</description>
		<content:encoded><![CDATA[<p>Having your wifi &#8220;encrypted&#8221; is not a solution. If someone is going to do bad things, they&#8217;re going capture your encrypted packets, use aircrack-ng, and decrypt them. That&#8217;s easy with WEP; it&#8217;s quite difficult with WPA if you have a good password. An open ssh tunnel is really the only solution for a secure connection; however, there is another option; encrypt your email with 4096 RSA (which is over kill, with GNUPGP, which is free, and don&#8217;t worry about who gets it.  <a href="http://www.gnupg.org/" rel="nofollow">http://www.gnupg.org/</a>  Also, don&#8217;t trust Windows for anything that requires security. Mac is not much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boR</title>
		<link>http://stealthisidea.com/articles/encrypted-wifi/comment-page-1/#comment-2481</link>
		<dc:creator>boR</dc:creator>
		<pubDate>Thu, 14 May 2009 06:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://stealthisidea.com/articles/encrypted-wifi/#comment-2481</guid>
		<description>There&#039;s ipsec, which is part of ipv6, the next generation ip protocol. IPSec allows x.509-based encryption, which could be negotiated without the need to enter a password using the same kind of key exchange technologies used by e-commerce worldwide. The problem with the widespread implementation of ipsec at the moment is that Microsoft is up to its usual &quot;embrace and extend&quot; games with its (unnecessary and unhelpful) proprietary extensions to ipsec.</description>
		<content:encoded><![CDATA[<p>There&#8217;s ipsec, which is part of ipv6, the next generation ip protocol. IPSec allows x.509-based encryption, which could be negotiated without the need to enter a password using the same kind of key exchange technologies used by e-commerce worldwide. The problem with the widespread implementation of ipsec at the moment is that Microsoft is up to its usual &#8220;embrace and extend&#8221; games with its (unnecessary and unhelpful) proprietary extensions to ipsec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Haine</title>
		<link>http://stealthisidea.com/articles/encrypted-wifi/comment-page-1/#comment-2480</link>
		<dc:creator>Philip Haine</dc:creator>
		<pubDate>Thu, 14 May 2009 01:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://stealthisidea.com/articles/encrypted-wifi/#comment-2480</guid>
		<description>Thanks boR, for the tips.  This will be of benefit to those who really need it.

However this is in no way easy for regular people.

It also requires having a machine at home for this task.  It adds more steps in the chain that can break.  The machine must be on (consuming power) and the server running.  It also requires sending all traffic through your home machine, adding overhead.

We still need open, yet encrypted WiFi from the café table to the café router, and that it should be completely automatic.  Your mom could open her MacBook and surf privately.

It&#039;s been two years since I posted this article.  Is this on the horizon anywhere?</description>
		<content:encoded><![CDATA[<p>Thanks boR, for the tips.  This will be of benefit to those who really need it.</p>
<p>However this is in no way easy for regular people.</p>
<p>It also requires having a machine at home for this task.  It adds more steps in the chain that can break.  The machine must be on (consuming power) and the server running.  It also requires sending all traffic through your home machine, adding overhead.</p>
<p>We still need open, yet encrypted WiFi from the café table to the café router, and that it should be completely automatic.  Your mom could open her MacBook and surf privately.</p>
<p>It&#8217;s been two years since I posted this article.  Is this on the horizon anywhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boR</title>
		<link>http://stealthisidea.com/articles/encrypted-wifi/comment-page-1/#comment-2477</link>
		<dc:creator>boR</dc:creator>
		<pubDate>Wed, 13 May 2009 22:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://stealthisidea.com/articles/encrypted-wifi/#comment-2477</guid>
		<description>I&#039;m commmenting on this even though it&#039;s old because it is at the top of my google search results:

Use OpenSSH. You can encrypt all of your network connections for free, very easily. There are many, many articles online on how to do this, but I&#039;ll give you some tips:

If you use windows, consider getting cygwin.

If you use a mac, you are okay.

Set up an ssh server at home, register a dyndns address on your router, and have your router forward port 22 to your ssh server.

Then, tunnel. You can use -w or -D, it&#039;s really a matter of style. Lock down sshd.conf by allowing public key access only - this will stop the bots from getting into your ssh server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m commmenting on this even though it&#8217;s old because it is at the top of my google search results:</p>
<p>Use OpenSSH. You can encrypt all of your network connections for free, very easily. There are many, many articles online on how to do this, but I&#8217;ll give you some tips:</p>
<p>If you use windows, consider getting cygwin.</p>
<p>If you use a mac, you are okay.</p>
<p>Set up an ssh server at home, register a dyndns address on your router, and have your router forward port 22 to your ssh server.</p>
<p>Then, tunnel. You can use -w or -D, it&#8217;s really a matter of style. Lock down sshd.conf by allowing public key access only &#8211; this will stop the bots from getting into your ssh server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

