<?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>Tue, 14 Feb 2012 00:25:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Mackenzie</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-84304</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Wed, 25 Jun 2008 20:08:00 +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: Mackenzie</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265975</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Wed, 25 Jun 2008 20:08:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265975</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-84302</link> <dc:creator>Kevin Cole</dc:creator> <pubDate>Wed, 25 Jun 2008 20:03:00 +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&#039;m sure) make it fairly easy.  Pine often comes with a bash script or three to do the dirty work:</p><p>&lt;code&gt;</p><p>/usr/bin/pinegpg-install</p><p>/usr/bin/pinegpg -&gt; /usr/bin/pinepgpgpg-install</p><p>&lt;/code&gt;</p><p>The first alters your <b>~/.pinerc</b> file adding in the necessary magic. I&#039;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>&lt;code&gt;</p><p># Import GNU Privacy Guard/Pretty Good Privacy (GPG/PGP) handlers</p><p>source /usr/share/doc/mutt-1.4.1/gpg.rc</p><p>&lt;/code&gt;</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&#039;s included automatically.  I&#039;ve never used it from that system.)</p> ]]></content:encoded> </item> <item><title>By: Kevin Cole</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265974</link> <dc:creator>Kevin Cole</dc:creator> <pubDate>Wed, 25 Jun 2008 20:03:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265974</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-60731</link> <dc:creator>Rick</dc:creator> <pubDate>Sat, 19 Apr 2008 18:04:00 +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 &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).</p> ]]></content:encoded> </item> <item><title>By: Rick</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265973</link> <dc:creator>Rick</dc:creator> <pubDate>Sat, 19 Apr 2008 18:04:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265973</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-60129</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Thu, 17 Apr 2008 17:10:00 +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&#039;s the only reason to use signing.  Encryption certainly has other uses.</p> ]]></content:encoded> </item> <item><title>By: Mackenzie</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265972</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Thu, 17 Apr 2008 17:10:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265972</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-60128</link> <dc:creator>Adam</dc:creator> <pubDate>Thu, 17 Apr 2008 17:05:00 +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&#039;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: Adam</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265971</link> <dc:creator>Adam</dc:creator> <pubDate>Thu, 17 Apr 2008 17:05:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265971</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-60127</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Thu, 17 Apr 2008 16:58:00 +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&#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.</p> ]]></content:encoded> </item> <item><title>By: Mackenzie</title><link>http://www.geeksaresexy.net/2008/04/16/keep-your-correspondence-private/#comment-265970</link> <dc:creator>Mackenzie</dc:creator> <pubDate>Thu, 17 Apr 2008 16:58:00 +0000</pubDate> <guid isPermaLink="false">http://www.geeksaresexy.net/?p=2402#comment-265970</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> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 9/14 queries in 0.017 seconds using disk: basic
Content Delivery Network via blog.geeksaresexytech.netdna-cdn.com

Served from: www.geeksaresexy.net @ 2012-02-13 20:38:15 -->
