<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Open-Inn &#187; How To&#8217;s</title>
	<atom:link href="http://open-inn.net/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-inn.net</link>
	<description>We chat about stuff...</description>
	<lastBuildDate>Mon, 03 May 2010 12:50:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010 Open-Inn </copyright>
		<managingEditor>podcast@open-inn.net ()</managingEditor>
		<webMaster>podcast@open-inn.net ()</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>And so it begins...</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>podcast@open-inn.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://open-inn.net/wp-content/uploads/2010/05/open-inn.barstool.jpg" />
		<image>
			<url>http://open-inn.net/wp-content/uploads/2010/05/open-inn.barstool.jpg</url>
			<title>Open-Inn</title>
			<link>http://open-inn.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Episode 2: GPG (Gnu Privacy Guard)</title>
		<link>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/</link>
		<comments>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/#comments</comments>
		<pubDate>Sat, 01 May 2010 18:43:59 +0000</pubDate>
		<dc:creator>Mark Waters</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encrption]]></category>
		<category><![CDATA[gpg]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=307</guid>
		<description><![CDATA[Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).

What is encryption ?
On the most basic scale, think secret decoder ring from old cereal boxes.
Its just a way of scrambling the message so that only the recipient can decipher it.
GPG can also be used to cryptographically &#8217;sign&#8217; a message so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weloveit.info/mark" target="_blank">Mark</a> and <a href="http://cafeninja.blogspot.com/" target="_blank">CafeNinja</a> talk about email encryption and other uses for <a href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard" target="_blank">GNU Privacy Guard (GPG)</a>.</p>
<p></p>
<p><strong>What is encryption ?</strong></p>
<p>On the most basic scale, think <a href="http://en.wikipedia.org/wiki/Secret_decoder_ring" target="_blank">secret decoder ring</a> from old cereal boxes.<br />
Its just a way of scrambling the message so that only the recipient can decipher it.<br />
GPG can also be used to cryptographically &#8217;sign&#8217; a message so that you know it came from the right person and hasn&#8217;t been tampered with en-route , a bit like using a wax seal in &#8220;ye olde days&#8221;.</p>
<p><strong>Why use encryption ?</strong></p>
<p>Google&#8217;s Gmail service uses encrypted HTTPS / IMAPS protocols but thats just between yourself and the gmail server , the data is not encrypted at all other times.<br />
When the email is passing from one server to another as email often traverses multiple machines to reach it&#8217;s destination.   as well, once on the destination server the data is not encrypted it means that law enforcement, your ISP, the IT guy who works at the ISP, some kiddy script hacker who manages to get into your account can then read everything&#8230;.think Sarah Palin + Yahoo.  Embarrassing.  Anyway, this leaves it a jumbled mess on the server and in transmission and no one will care about your email and can&#8217;t read it even if they decide to.<br />
By using GPG you know that the mail can only be read by the person it was intended for.</p>
<p><strong>What is GPG encryption ?</strong></p>
<p>Advanced algorithm encryption.  Text scrambling using math in such a way, that a computer dedicated to the task of unscrambling it without your password would require 10-20 years depending on your setting.  Generally, it is felt that anything that is sensitive now, won&#8217;t be in that time frame thus rendering the act of decrypting it moot. It&#8217;s mega secure, like the NSA doesn&#8217;t like you using it since then they can&#8217;t read your email.<br />
In fact encryption algorithms were banned from export for many years as they were classified as a weapon , now its just apathy that stops the general public from using it.</p>
<p><strong>What is all this key stuff about ?</strong></p>
<p>After installing the GPG application you will create a private / public keyset.<br />
The private key is kept private by you , never loose control of this file , it is used to decrypt your messages.<br />
The Public key is used by other to encrypt a message to you , this file is distributed publicly via email , usb keys or the <a href="http://en.wikipedia.org/wiki/Key_server_%28cryptographic%29" target="_blank">keyservers</a>.</p>
<p><strong>Is it hard to do GPG encryption ?</strong></p>
<p>Truth, no.<br />
On <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> as a mainstream example it is amazingly easy. Take a look at the <a href="https://help.ubuntu.com/community/GnuPrivacyGuardHowto" target="_blank">community documentation</a>.<br />
There is a control panel for that under Applications-&gt;Accessories-&gt;Passwords and Keys</p>
<p><strong>How do I incorporate that new key into my email stuff ?</strong></p>
<p>If you use Evolution in Ubuntu then everything you need is installed , just create a Keyset and go.<br />
If you use Thunderbird, grab the Enigmail extension.<br />
If you use mutt or pine, you just need to specify the key footprint.<br />
If you are using windows, I really have no idea besides the expensive proprietary stuff from PGP Corp.<br />
On the Mac there is a bundle for PGP support in mail.app which has finally been updated to include support for Mac OS X 10.6.</p>
<p><strong>Installation notes for Thunderbird on Ubuntu 9.10</strong></p>
<p>1.) Applications -&gt; Accessories -&gt;  Passwords and Encryption keys<br />
2.) File -&gt; New.. -&gt; Pop-Up window -&gt; PGP Key<br />
3.) Fill in the details.  Advanced option defaults are sane, maybe increase the bits to 4096<br />
4.) Select expiration on your own judgement.  It is like making a key that isn&#8217;t good in 1 mon.<br />
5.) Press OK.<br />
6.) type a password twice, make it a good one.<br />
7.) wait patiently while key is being generated.<br />
8.) note the &#8220;Key ID&#8221; when you return to the Password and Encryption Keys app. It should be 8 char long.<br />
9.) sudo apt-get install thunderbird enigmail<br />
<span> 10.) goto <a href="http://enigmail.mozdev.org/download/index.php">http://enigmail.mozdev.org/download/index.php</a> with info on your OS and Thunderbird to download.</span><br />
11.) open TB and add the .xpi you downloaded.  restart TB.<br />
<span> 12.) after that, the final stuff <a href="http://enigmail.mozdev.org/documentation/quickstart-ch3.php">http://enigmail.mozdev.org/documentation/quickstart-ch3.php</a> I haven&#8217;t done it.</span></p>
<p><strong>Installation notes for Bash environment variable</strong></p>
<p>Add this to your ~/.bashrc file :-</p>
<pre># gpg key
export GPGKEY=12D8FB3B</pre>
<p>Have we missed anything ? Leave a comment and I&#8217;ll update the post.</p>
<p><em>This episode was recorded by my Asterisk server using ulaw and g729 codecs.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<enclosure url="http://open-inn.net/downloads/open-inn.podcast.20100501.mail.encryption.with.gpg.mp3" length="5507640" type="audio/mpeg"/>
<itunes:duration>28:06</itunes:duration>
		<itunes:subtitle>Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).



What is encryption ?

On the most basic scale, think secret decoder ...</itunes:subtitle>
		<itunes:summary>Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).



What is encryption ?

On the most basic scale, think secret decoder ring from old cereal boxes.
Its just a way of scrambling the message so that only the recipient can decipher it.
GPG can also be used to cryptographically 'sign' a message so that you know it came from the right person and hasn't been tampered with en-route , a bit like using a wax seal in "ye olde days".

Why use encryption ?

Google's Gmail service uses encrypted HTTPS / IMAPS protocols but thats just between yourself and the gmail server , the data is not encrypted at all other times.
When the email is passing from one server to another as email often traverses multiple machines to reach it's destination.nbsp;nbsp; as well, once on the destination server the data is not encrypted it means that law enforcement, your ISP, the IT guy who works at the ISP, some kiddy script hacker who manages to get into your account can then read everything....think Sarah Palin + Yahoo.nbsp; Embarrassing.nbsp; Anyway, this leaves it a jumbled mess on the server and in transmission and no one will care about your email and can't read it even if they decide to.
By using GPG you know that the mail can only be read by the person it was intended for.

What is GPG encryption ?

Advanced algorithm encryption.nbsp; Text scrambling using math in such a way, that a computer dedicated to the task of unscrambling it without your password would require 10-20 years depending on your setting.nbsp; Generally, it is felt that anything that is sensitive now, won't be in that time frame thus rendering the act of decrypting it moot. It's mega secure, like the NSA doesn't like you using it since then they can't read your email.
In fact encryption algorithms were banned from export for many years as they were classified as a weapon , now its just apathy that stops the general public from using it.

What is all this key stuff about ?

After installing the GPG application you will create a private / public keyset.
The private key is kept private by you , never loose control of this file , it is used to decrypt your messages.
The Public key is used by other to encrypt a message to you , this file is distributed publicly via email , usb keys or the keyservers.

Is it hard to do GPG encryption ?

Truth, no.
On Ubuntu as a mainstream example it is amazingly easy. Take a look at the community documentation.
There is a control panel for that under Applications-#62;Accessories-#62;Passwords and Keys

How do I incorporate that new key into my email stuff ?

If you use Evolution in Ubuntu then everything you need is installed , just create a Keyset and go.
If you use Thunderbird, grab the Enigmail extension.
If you use mutt or pine, you just need to specify the key footprint.
If you are using windows, I really have no idea besides the expensive proprietary stuff from PGP Corp.
On the Mac there is a bundle for PGP support in mail.app which has finally been updated to include support for Mac OS X 10.6.

Installation notes for Thunderbird on Ubuntu 9.10

1.) Applications -#62; Accessories -#62;nbsp; Passwords and Encryption keys
2.) File -#62; New.. -#62; Pop-Up window -#62; PGP Key
3.) Fill in the details.nbsp; Advanced option defaults are sane, maybe increase the bits to 4096
4.) Select expiration on your own judgement.nbsp; It is like making a key that isn't good in 1 mon.
5.) Press OK.
6.) type a password twice, make it a good one.
7.) wait patiently while key is being generated.
8.) note the "Key ID" when you return to the Password and Encryption Keys app. It should be 8 char long.
9.) sudo apt-get install thunderbird enigmail
 10.) goto http://enigmail.mozdev.org/download/index.php with info on your OS and Thunderbird to download.
11.) open TB and add the .xpi you downloaded.nbsp; restart TB.
 12.) after that, the final stuff http://enigmail.mozdev.org/docum...</itunes:summary>
		<itunes:keywords>Episodes,,How,To's</itunes:keywords>
		<itunes:author>podcast@open-inn.net</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>Nettle Beer Recipe</title>
		<link>http://open-inn.net/2009/05/nettle-beer-recipe/</link>
		<comments>http://open-inn.net/2009/05/nettle-beer-recipe/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:33:40 +0000</pubDate>
		<dc:creator>tombott</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Food & Drink]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[episode1]]></category>
		<category><![CDATA[nettlebeer]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tombott]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=253</guid>
		<description><![CDATA[Inspired by a Hugh Fearnley-Whittingstall Nettle ale recipe on the Channel 4 Website.

Ingredients

9l water
2 small carrier bags of nettle tops (standard supermarket carrier bag), although I used 1 big bag.
Juice of 2 lemons, strained
Juice of 2 oranges, strained
1kg demerara sugar
40g cream of tartar
7g of bakers yeast



Method
Clean your nettles, tag out any grass etc
Boil nettles for [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by a Hugh Fearnley-Whittingstall <a href="http://www.channel4.com/food/recipes/chefs/hugh-fearnley-whittingstall/nettle-beer-recipe_p_1.html" target="_blank">Nettle ale recipe</a> on the Channel 4 Website.</p>
<div class="insert size4">
<h3>Ingredients</h3>
<ul class="bullet">
<li>9l water</li>
<li>2 small carrier bags of nettle tops (standard supermarket carrier bag), although I used 1 big bag.</li>
<li>Juice of 2 lemons, strained</li>
<li>Juice of 2 oranges, strained</li>
<li>1kg demerara sugar</li>
<li>40g cream of tartar</li>
<li>7g of bakers yeast</li>
</ul>
</div>
<div class="insert size4 c04 clear">
<h3 class="c03">Method</h3>
<p>Clean your nettles, tag out any grass etc</p>
<p>Boil nettles for 1 hour with 9 litres of water.<br />
Leave to infuse till the mixture is at blood  temperature.<br />
The nettle water should turn the colour of a green tea.<br />
I had to do this in 3 litre batches as I don&#8217;t have a big enough pan for 9 litres!</p>
<p>Drain the nettles through muslin cloth into large brewing bucket.<br />
Give the muslin cloth a good squeeze to get as much of the fluid into your brewing tub as you can.</p>
<div id="attachment_199" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4028.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4028-150x150.jpg" alt="My son squeezing fruit for the brew" title="Douglas squeezing" width="150" height="150" class="size-thumbnail wp-image-199" /></a><p class="wp-caption-text">My son squeezing fruit for the brew</p></div><br />
Add the  juice of two oranges and two lemons<br />
Slowly add sugar, stirring constantly to ensure sugar dissolves fully.</p>
<p>At this stage you can test the taste if you want, it should taste like a nice fruit tea, but you don&#8217;t want tea you want booze!</p>
<p>Mix in 40 grams of Cream of Tartar.</p>
<p>Ensure mixture is at blood  temperature then add 7g of bakers yeast.</p>
<p>Now cover the container and leave to ferment for 2-3 days in a warmish place.</p>
<p>I kept my mixture between 19-22 degrees centigrade.</p>
<p><div id="attachment_203" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4060.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4060-150x150.jpg" alt="Fermenting away" title="Yeasty" width="150" height="150" class="size-thumbnail wp-image-203" /></a><p class="wp-caption-text">Fermenting away</p></div>
<p>Once fermentation is complete (should no longer be bubbling madly), remove any scum from the top of the mixutre. I used a seive for this. Then sipon the beer off into sterilised bottles and seal.</p>
<div id="attachment_226" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4106.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4106-150x150.jpg" alt="Filling the bottles" title="Filling" width="150" height="150" class="size-thumbnail wp-image-226" /></a><p class="wp-caption-text">Filling the bottles</p></div>
<p>I use old beer bottles and have a crown capper to reseal, but have recently got hold of a load of the re-sealable Grolsch bottles! These are ideal,and eco-friendly!</p>
<div id="attachment_227" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4114.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4114-150x150.jpg" alt="Beer ready to cap" title="Ready to cap" width="150" height="150" class="size-thumbnail wp-image-227" /></a><p class="wp-caption-text">Beer ready to cap</p></div><br />
<div id="attachment_229" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4117.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4117-150x150.jpg" alt="Tom caping his nettle beer" title="Nettle Beer" width="150" height="150" class="size-thumbnail wp-image-229" /></a><p class="wp-caption-text">Tom caping his nettle beer</p></div>
<p>Once you have siphoned and sealed your beer move it to a cool place and leave for at least 3 days before drinking. I&#8217;d say it&#8217;s best drunk within the month, but mine didn&#8217;t last that long!</p>
<p>Be carefully when opening as the beer can be fairly lively, now sit back relax and enjoy!</p>
<p>Let us know how you get on!</p>
<p>Thanks for reading,</p>
<p>Tom.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2009/05/nettle-beer-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
