<?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: How to: Keep your e-correspondence private</title>
	<atom:link href="http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/</link>
	<description>tech, science, news and social issues for geeks</description>
	<lastBuildDate>Sun, 08 Nov 2009 08:35:30 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mackenzie</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-84304</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-84304</guid>
		<description>Thanks kjcole...figures I mention it on the LUG list and you pop up to prove me wrong ;)</description>
		<content:encoded><![CDATA[<p>Thanks kjcole&#8230;figures I mention it on the LUG list and you pop up to prove me wrong ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Cole</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-84302</link>
		<dc:creator>Kevin Cole</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-84302</guid>
		<description>Both mutt and pine (and others I&#039;m sure) make it fairly easy.  Pine often comes with a bash script or three to do the dirty work:

&lt;code&gt;
/usr/bin/pinegpg-install
/usr/bin/pinegpg -&gt; /usr/bin/pinepgpgpg-install
&lt;/code&gt;

The first alters your &lt;b&gt;~/.pinerc&lt;/b&gt; file adding in the necessary magic. I&#039;m not even certain that the second one is still used... 

For Mutt, on one of my older systems I had to add:

&lt;code&gt;
# Import GNU Privacy Guard/Pretty Good Privacy (GPG/PGP) handlers
source /usr/share/doc/mutt-1.4.1/gpg.rc
&lt;/code&gt;

to &lt;b&gt;~/.muttrc&lt;/b&gt;.  (Ubuntu places &lt;b&gt;gpg.rc&lt;/b&gt; in &lt;b&gt;/etc/Muttrc.d/&lt;/b&gt; which leads me to suspect that perhaps it&#039;s included automatically.  I&#039;ve never used it from that system.)</description>
		<content:encoded><![CDATA[<p>Both mutt and pine (and others I&#8217;m sure) make it fairly easy.  Pine often comes with a bash script or three to do the dirty work:</p>
<p><code><br />
/usr/bin/pinegpg-install<br />
/usr/bin/pinegpg -&gt; /usr/bin/pinepgpgpg-install<br />
</code></p>
<p>The first alters your <b>~/.pinerc</b> file adding in the necessary magic. I&#8217;m not even certain that the second one is still used&#8230; </p>
<p>For Mutt, on one of my older systems I had to add:</p>
<p><code><br />
# Import GNU Privacy Guard/Pretty Good Privacy (GPG/PGP) handlers<br />
source /usr/share/doc/mutt-1.4.1/gpg.rc<br />
</code></p>
<p>to <b>~/.muttrc</b>.  (Ubuntu places <b>gpg.rc</b> in <b>/etc/Muttrc.d/</b> which leads me to suspect that perhaps it&#8217;s included automatically.  I&#8217;ve never used it from that system.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60731</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 19 Apr 2008 18:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60731</guid>
		<description>The &quot;truly paranoid&quot; will go beyond encrypting their messages with PGP.  They will also ensure that their mail client communicates with their mail server over an encrypted link, usually TLS, to be sure a listener cannot see the mail headers.  They will also ensure they are using a secure email service such as Sub Rosa from novo-ordo.com so their email cannot be stolen by hacking into the server (another layer of encryption there) or subpoenaed by the US government (hosted outside their jurisdiction).</description>
		<content:encoded><![CDATA[<p>The &#8220;truly paranoid&#8221; will go beyond encrypting their messages with PGP.  They will also ensure that their mail client communicates with their mail server over an encrypted link, usually TLS, to be sure a listener cannot see the mail headers.  They will also ensure they are using a secure email service such as Sub Rosa from novo-ordo.com so their email cannot be stolen by hacking into the server (another layer of encryption there) or subpoenaed by the US government (hosted outside their jurisdiction).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackenzie</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60129</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60129</guid>
		<description>That&#039;s the only reason to use signing.  Encryption certainly has other uses.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the only reason to use signing.  Encryption certainly has other uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60128</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60128</guid>
		<description>I used to use PGP all the time but stopped mostly because everyone I email 1) doesn&#039;t use it and 2) was freaked by all the random text at the bottom of the e-mail.

Other than proving an e-mail came from me, is there really any other good reason to use PGP?

-Adam</description>
		<content:encoded><![CDATA[<p>I used to use PGP all the time but stopped mostly because everyone I email 1) doesn&#8217;t use it and 2) was freaked by all the random text at the bottom of the e-mail.</p>
<p>Other than proving an e-mail came from me, is there really any other good reason to use PGP?</p>
<p>-Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackenzie</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60127</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60127</guid>
		<description>Really?  I honestly didn&#039;t look into mutt because I figure if you use mutt, you&#039;re already a command line nut anyway.  Web browsers and mail clients are the two things where I really prefer GUI over CLI.</description>
		<content:encoded><![CDATA[<p>Really?  I honestly didn&#8217;t look into mutt because I figure if you use mutt, you&#8217;re already a command line nut anyway.  Web browsers and mail clients are the two things where I really prefer GUI over CLI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmb</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60125</link>
		<dc:creator>mmb</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60125</guid>
		<description>Actually mutt integrates with GPG nicely. There are a number of howtos on it.</description>
		<content:encoded><![CDATA[<p>Actually mutt integrates with GPG nicely. There are a number of howtos on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mackenzie</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60111</link>
		<dc:creator>Mackenzie</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60111</guid>
		<description>Then it&#039;s the same basic idea except you need to find a certificate authority, and I think a lot of them charge money (probably some free ones though).  GPG is just a more decentralized approach.</description>
		<content:encoded><![CDATA[<p>Then it&#8217;s the same basic idea except you need to find a certificate authority, and I think a lot of them charge money (probably some free ones though).  GPG is just a more decentralized approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cldellow</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60106</link>
		<dc:creator>cldellow</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60106</guid>
		<description>&#039;However you will be getting your &quot;private&quot; key from an out side source.&#039;

No, this is not how public key certificates work.  You present them with your public key and proof-of-possession of the private part of the key (i.e., by signing a challenge message).  If they can verify the message successfully using your public key, they will in turn sign your public key.</description>
		<content:encoded><![CDATA[<p>&#8216;However you will be getting your &#8220;private&#8221; key from an out side source.&#8217;</p>
<p>No, this is not how public key certificates work.  You present them with your public key and proof-of-possession of the private part of the key (i.e., by signing a challenge message).  If they can verify the message successfully using your public key, they will in turn sign your public key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red Nikon</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60077</link>
		<dc:creator>Red Nikon</dc:creator>
		<pubDate>Thu, 17 Apr 2008 15:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60077</guid>
		<description>First off, the above method is free (as in free beer, and free speech.) The technology is essentially the same. So you aren&#039;t losing any functionality, nor does one have an advantage over the other.

However if you are willing to pay the price, it will be easier for you to implement. However you will be getting your &quot;private&quot; key from an out side source. With the above method, the OpenPGP Standard allows for totally in house creation of your &quot;private&quot; key. And if you want to go the extra mile you could encrypt your own hard drive, protecting the data stored on it to include your stored &quot;private&quot; key.

But, it all boils down to how far are you willing to go to truly protect your data, how much are you willing to spend, and how trusted it the source?</description>
		<content:encoded><![CDATA[<p>First off, the above method is free (as in free beer, and free speech.) The technology is essentially the same. So you aren&#8217;t losing any functionality, nor does one have an advantage over the other.</p>
<p>However if you are willing to pay the price, it will be easier for you to implement. However you will be getting your &#8220;private&#8221; key from an out side source. With the above method, the OpenPGP Standard allows for totally in house creation of your &#8220;private&#8221; key. And if you want to go the extra mile you could encrypt your own hard drive, protecting the data stored on it to include your stored &#8220;private&#8221; key.</p>
<p>But, it all boils down to how far are you willing to go to truly protect your data, how much are you willing to spend, and how trusted it the source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnS</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-60017</link>
		<dc:creator>JohnS</dc:creator>
		<pubDate>Thu, 17 Apr 2008 12:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-60017</guid>
		<description>Hmmmm, or you could use a personal email certificate... what would be the difference between your solution and a certificate coming from a trusted authority?</description>
		<content:encoded><![CDATA[<p>Hmmmm, or you could use a personal email certificate&#8230; what would be the difference between your solution and a certificate coming from a trusted authority?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElfineP</title>
		<link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/comment-page-1/#comment-59883</link>
		<dc:creator>ElfineP</dc:creator>
		<pubDate>Thu, 17 Apr 2008 04:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-59883</guid>
		<description>Useful how to. Ever wonder why I still keep that pgp sourcecode...</description>
		<content:encoded><![CDATA[<p>Useful how to. Ever wonder why I still keep that pgp sourcecode&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
