<?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>Random Geekage &#187; gpg</title>
	<atom:link href="http://kevinisageek.org/tag/gpg/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinisageek.org</link>
	<description>Randomness, geekery and whatever else I feel like</description>
	<lastBuildDate>Thu, 20 May 2010 10:29:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Expired</title>
		<link>http://kevinisageek.org/2008/12/29/expired/</link>
		<comments>http://kevinisageek.org/2008/12/29/expired/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 17:47:39 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[renewal]]></category>

		<guid isPermaLink="false">http://kevinisageek.org/?p=374</guid>
		<description><![CDATA[Aparrently my GPG key expired on christmas eve and I neglected to recreate it. Well I have now done so. Key ID:D6A9008F Fingerprint: 1565 25BC E844 BB10 FC92 2FD5 B668 6B19 D6A9 008F]]></description>
			<content:encoded><![CDATA[<p>Aparrently my <a href="http://kevinisageek.org/publickey.asc">GPG key</a> expired on christmas eve and I neglected to recreate it. Well I have now done so.</p>
<p>Key ID:D6A9008F</p>
<p>Fingerprint: 1565 25BC E844 BB10 FC92 2FD5 B668 6B19 D6A9 008F</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinisageek.org/2008/12/29/expired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alpine and GPG</title>
		<link>http://kevinisageek.org/2008/11/25/alpine-and-gpg/</link>
		<comments>http://kevinisageek.org/2008/11/25/alpine-and-gpg/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:11:14 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Random Knowlege]]></category>
		<category><![CDATA[Alpine]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[guis are for the weak]]></category>
		<category><![CDATA[Mutt]]></category>

		<guid isPermaLink="false">http://kevinisageek.org/weblog/?p=314</guid>
		<description><![CDATA[For a while I have been trying to get used to using the command line for all of my application needs. One of the sticking points for me is email. As far as I can see, the two main text based email clients are Alpine and Mutt. Mutt seemed to be a pain to configure, [...]]]></description>
			<content:encoded><![CDATA[<p>For a while I have been trying to get used to using the command line for all of my application needs. One of the sticking points for me is email. As far as I can see, the two main text based email clients are Alpine and Mutt.</p>
<p>Mutt seemed to be a pain to configure, I couldn&#8217;t find an entry in the config file to put in my details and it brought in a whole bunch of other packages onto my system. Mutt seems to only be able to retrieve mail on its own. Sending requires the extra software which is a downside to me. Extra stuff to update, more possibility of security holes. Alpine on the other hand, has no such problems.</p>
<p>The other main part of email for me is GPG functionality. The default email client in Ubuntu, Evolution, has a really simple way of configuring GPG, just put your key ID into a text field and it does the rest. However, Evolution has a ton of bells and whistles like calendars and address book functionality. Plus I can&#8217;t have it backgrounded.</p>
<p>Klaatu did a Hacker Public Radio episode on <a href="http://www.hackerpublicradio.org/eps.php?id=0222">how to integrate GPG and Alpine</a> but I felt that during the main part he spoke too fast and never went over the proper syntax of the configuration lines, like the need for correct capitalisation. After hunting around a bit more, <a href="http://www.debian-administration.org/users/squantrill/weblog/1">I found a page that had the correct lines</a> ready for copy and paste (Edit: the symlinks are needed to use the filters properly).</p>
<p>First, open a shell and do the following commands:</p>
<pre>sudo ln -s /usr/bin/gpg /usr/bin/encrypt

sudo ln -s /usr/bin/gpg /usr/bin/sign</pre>
<p>Then open your .pinerc file and amend the display and sending filters to this:</p>
<pre>display-filters=_LEADING("-----BEGIN PGP SIGNED MESSAGE")_ /usr/bin/gpg --decrypt,
_LEADING("-----BEGIN PGP MESSAGE")_ /usr/bin/gpg --decrypt

sending-filters=/usr/bin/encrypt --encrypt -r _RECIPIENTS_ -a,
/usr/bin/sign --clearsign</pre>
<p>Whack that into your .pinerc file in the right places and so long as you have GPG set up encrypted mail should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinisageek.org/2008/11/25/alpine-and-gpg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPG Key</title>
		<link>http://kevinisageek.org/2008/05/22/gpg-key/</link>
		<comments>http://kevinisageek.org/2008/05/22/gpg-key/#comments</comments>
		<pubDate>Thu, 22 May 2008 17:59:22 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[gpg]]></category>

		<guid isPermaLink="false">http://www.kevinisageek.org/weblog/?p=93</guid>
		<description><![CDATA[I have generated a new GPG key for various encryption purposes. If you have the capability, please try and use it. Fingerprint: 120B 1082 1C39 7542 8B42  D6A7 F87B 7CC9 04EF 0F0C Key ID: 04EF0F0C]]></description>
			<content:encoded><![CDATA[<p>I have generated a new <a title="My GPG public key" href="/kevin@kevinisageek.org.asc">GPG key</a> for various encryption purposes. If you have the capability, please try and use it.</p>
<p>Fingerprint: 120B 1082 1C39 7542 8B42  D6A7 F87B 7CC9 04EF 0F0C</p>
<p>Key ID: 04EF0F0C</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinisageek.org/2008/05/22/gpg-key/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
