<?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>TylerBurton.ca &#187; Security</title>
	<atom:link href="http://www.tylerburton.ca/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerburton.ca</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 04:41:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to easily forward Firefox traffic through an SSH tunnel</title>
		<link>http://www.tylerburton.ca/2012/01/how-to-easily-forward-firefox-traffic-through-an-ssh-tunnel/</link>
		<comments>http://www.tylerburton.ca/2012/01/how-to-easily-forward-firefox-traffic-through-an-ssh-tunnel/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 04:41:43 +0000</pubDate>
		<dc:creator>Tyler Burton</dc:creator>
				<category><![CDATA[Computer security]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[web browsing]]></category>

		<guid isPermaLink="false">http://www.tylerburton.ca/?p=669</guid>
		<description><![CDATA[Say you are travelling, or are at a neighbourhood coffee shop, using whatever unsecured WiFi network they make available. You could either: trust that no one is sniffing your web traffic, capturing passwords, e-mails, IMs, etc. trust that no one is using more sophisticated methods to trick you into thinking that you are secure (i.e. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Say you are travelling, or are at a neighbourhood coffee shop, using whatever unsecured WiFi network they make available. You could either:</p>
<ol>
<li>trust that no one is sniffing your web traffic, capturing passwords, e-mails, IMs, etc.</li>
<li>trust that no one is using more sophisticated methods to trick you into thinking that you are secure (i.e. man in the middle attack)</li>
<li>route your Internet traffic through a secure tunnel to your home PC before going out onto the web, protecting you from everyone at your current location</li>
</ol>
<p>which would you choose?</p>
<p><a href="https://en.wikipedia.org/wiki/Virtual_Private_Network">VPNs</a> and <a href="https://en.wikipedia.org/wiki/Secure_Shell">SSH</a> tunnels are actually a relatively easy means for you to be more secure while browsing the Internet from potentially dangerous locations. There are many, many different ways for you to do this but I find using a Linux PC that is running on your home network to be the easiest.</p>
<ol>
<li>Configure your home Linux PC. Install ssh (and sshd if it is separate). If you are using <a href="http://www.ubuntu.com/">Ubuntu</a> this is as easy as running the following command: <strong>sudo apt-get install ssh</strong></li>
<li>Sign up for a free DNS service like <a href="http://dyn.com/">DynDNS</a> so that you know of a web address that always points to your home Internet connection. To do this follow the instructions at the service you choose.</li>
<li>On your laptop (that you have taken with you to the hotel or coffee shop) connect to your home PC&#8217;s ssh server. If you are on Windows you will need to get a program like <a href="http://www.putty.org/">PuTTY</a>. See their documentation on how to forward ports. On Linux you can simply use the <strong>ssh</strong> command. The goal is to forward a dynamic port to the remote ssh server. For instance if you are using a Linux laptop and ssh then the command would look something like: <strong>ssh -D [dynamic port] [user]@[home server] -p [external port number - if not 22]</strong>. An example of one would be <strong>ssh -D 4096 user@example.com -p 4000<br />
</strong></li>
<li>In your browser open the networking options window. This will allow you to tell the browser to forward all of its traffic to a proxy, which in this case, will be our dynamic port that we set up in step 3. Here is an example of my configuration for the example above.<a href="http://www.tylerburton.ca/files/wordpress/2012/01/firefoxproxy.png"><img class="aligncenter size-medium wp-image-671" title="firefoxproxy" src="http://www.tylerburton.ca/files/wordpress/2012/01/firefoxproxy-300x276.png" alt="" width="300" height="276" /></a></li>
<li>Browse normally.</li>
</ol>
<p>You are now browsing the Internet by routing all of your traffic (in Firefox) securely through your home PC. Note that this doesn&#8217;t actually make web browsing any more secure beyond protecting you from people in your immediate vicinity (i.e. connected to the same insecure WiFi network).</p>
<div class="shr-publisher-669"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.tylerburton.ca/2012/01/how-to-easily-forward-firefox-traffic-through-an-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year, new PGP key</title>
		<link>http://www.tylerburton.ca/2012/01/new-year-new-pgp-key/</link>
		<comments>http://www.tylerburton.ca/2012/01/new-year-new-pgp-key/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 02:00:05 +0000</pubDate>
		<dc:creator>Tyler Burton</dc:creator>
				<category><![CDATA[Computer security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[OpenPGP]]></category>
		<category><![CDATA[PGP]]></category>
		<category><![CDATA[pretty good privacy]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.tylerburton.ca/?p=663</guid>
		<description><![CDATA[I logged onto my desktop the other day, for the first time in a couple of weeks &#8211; I&#8217;ve been away travelling, and was surprised to notice that my PGP key was set to expire. Long story short I have generated a brand new key. OpenPGP Key Name: Tyler Burton Key ID: 0x1CD3E3D8 Key Fingerprint: [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I logged onto my desktop the other day, for the first time in a couple of weeks &#8211; I&#8217;ve been away travelling, and was surprised to notice that my PGP key was set to expire. Long story short I have generated a brand new key.</p>
<p><strong>OpenPGP Key<strong></strong><br />
</strong></p>
<p><strong>Name:</strong> Tyler Burton<br />
<strong>Key ID:</strong> 0x1CD3E3D8<br />
<strong>Key Fingerprint:</strong> 96ED 6B13 10B1 69C1 8299 693C 2921 6D80 1CD3 E3D8<br />
<strong>Keyserver:</strong> pgp.mit.edu<br />
<strong>Key Algorithm:</strong> <a href="https://en.wikipedia.org/wiki/RSA_%28algorithm%29">RSA</a><br />
<strong>Preferred Cipher:</strong> AES256<br />
<strong>Preferred Digest:</strong> SHA512<br />
<strong>Direct Download:</strong> <a href="../files/gpg/0x1CD3E3D8.asc">Download Here</a></p>
<div class="shr-publisher-663"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.tylerburton.ca/2012/01/new-year-new-pgp-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrated to a new PGP key</title>
		<link>http://www.tylerburton.ca/2009/12/migrated-to-a-new-pgp-key/</link>
		<comments>http://www.tylerburton.ca/2009/12/migrated-to-a-new-pgp-key/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 16:13:28 +0000</pubDate>
		<dc:creator>Tyler Burton</dc:creator>
				<category><![CDATA[Computer security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[DSA]]></category>
		<category><![CDATA[ElGamal]]></category>
		<category><![CDATA[GPG]]></category>
		<category><![CDATA[PGP]]></category>
		<category><![CDATA[Public Key]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SHA1]]></category>

		<guid isPermaLink="false">http://www.tylerburton.ca/?p=190</guid>
		<description><![CDATA[Well GPG to be more accurate As my existing key was set to expire at the end of this year I have issued myself a brand new one! After much though I finally decided that creating a new key from scratch was the best idea, rather than simply adding a new subkey, because I wanted [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Well <a href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard" target="_blank">GPG</a> to be more accurate <img src='http://www.tylerburton.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>As my existing key was set to expire at the end of this year I have issued myself a brand new one! After much though I finally decided that creating a new key from scratch was the best idea, rather than simply adding a new subkey, because I wanted to move away from <a href="http://en.wikipedia.org/wiki/Digital_Signature_Algorithm" target="_blank">DSA</a>/<a href="http://en.wikipedia.org/wiki/ElGamal_encryption" target="_blank">ElGamal</a> toward <a href="http://en.wikipedia.org/wiki/RSA" target="_blank">RSA</a> primarily because of the weakening of <a href="http://www.schneier.com/blog/archives/2005/02/sha1_broken.html" target="_blank">SHA1</a>. If this all sounds like gibberish to you then don&#8217;t worry, the details aren&#8217;t nearly as important as the security provided by my new key.</p>
<p>If you&#8217;d like to make use of my new key please head over to the <a href="http://www.tylerburton.ca/about/" target="_blank">About Me</a> section where you will find it!</p>
<div class="shr-publisher-190"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.tylerburton.ca/2009/12/migrated-to-a-new-pgp-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security tip #1: disable JavaScript in PDF reader</title>
		<link>http://www.tylerburton.ca/2009/09/security-tip-1-disable-javascript-in-pdf-reader/</link>
		<comments>http://www.tylerburton.ca/2009/09/security-tip-1-disable-javascript-in-pdf-reader/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 22:20:18 +0000</pubDate>
		<dc:creator>Tyler Burton</dc:creator>
				<category><![CDATA[Computer security]]></category>
		<category><![CDATA[Acrobat Reader]]></category>
		<category><![CDATA[Foxit Reader]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.tylerburton.ca/?p=19</guid>
		<description><![CDATA[I would like to start a series of non-regular posts related to basic computer security. Security and cryptography are two areas of computer science that I have a passion for and, unfortunately, are two areas that most computer users do a truly terrible job at. I will try to make these as straight forward as [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I would like to start a series of non-regular posts related to basic <a href="http://en.wikipedia.org/wiki/Computer_security" target="_blank">computer security</a>. Security and <a href="http://en.wikipedia.org/wiki/Cryptography" target="_blank">cryptography</a> are two areas of <a href="http://en.wikipedia.org/wiki/Computer_science" target="_blank">computer science</a> that I have a passion for and, unfortunately, are two areas that most computer users do a truly terrible job at. I will try to make these as straight forward as possible so anyone can follow along!</p>
<p>For the record, the suggestions I will be making in these tips are simply things that I have found to work for me. Whether or not they work for you, or even are appropriate for you, falls completely upon you to decide.</p>
<hr />Earlier in the year <a href="http://www.adobe.com/" target="_blank">Adobe&#8217;s</a> <a href="http://en.wikipedia.org/wiki/Acrobat_Reader" target="_blank">Acrobat Reader</a> fell under attack do to <a href="http://en.wikipedia.org/wiki/Acrobat_Reader#Security" target="_blank">a flaw in the way it processes JavaScript</a> inside of <a href="http://en.wikipedia.org/wiki/Portable_Document_Format" target="_blank">PDFs</a>. This was especially shocking to me because I had no idea you could even embed <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> inside of a PDF. Thankfully this has since been patched, however <a href="http://en.wikipedia.org/wiki/Scripting_language" target="_blank">scripting</a> is one of those things that seems to attract continuous attacks. Therefore I am going to walk you through how to turn off JavaScript inside of your favourite PDF reader, so long as your favourite PDF reader is either Acrobat Reader or <a href="http://en.wikipedia.org/wiki/Foxit_Reader" target="_blank">Foxit Reader</a> <img src='http://www.tylerburton.ca/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> <em> </em></p>
<p><em><br />
Note:</em> I understand that JavaScript can be useful for many things, for example as a PDF form auto-competition mechanism. That being said I have never needed this feature and since disabling it many months ago I have never had to enable it for a single PDF. While your circumstances may vary from mine, I still do not see any harm in disabling this feature and then only selectively enabling it when and if you ever need it.</p>
<h2><strong>Adobe Acrobat Reader</strong></h2>
<ol>
<li>Open Acrobat Reader</li>
<li>Open the Preferences window. To do this click Edit &gt; Preferences</li>
<li>Click JavaScript on the left<br />
<a href="http://www.tylerburton.ca/files/wordpress/2009/09/acrobat_js1.jpg" target="_blank"><img class="aligncenter size-medium wp-image-25" title="acrobat_js1" src="http://www.tylerburton.ca/files/wordpress/2009/09/acrobat_js1-300x231.jpg" alt="acrobat_js1" width="300" height="231" /></a></li>
<li>Uncheck &#8220;Enable Acrobat JavaScript&#8221;<br />
<a href="http://www.tylerburton.ca/files/wordpress/2009/09/acrobat_js2.jpg" target="_blank"><img class="aligncenter size-medium wp-image-26" title="acrobat_js2" src="http://www.tylerburton.ca/files/wordpress/2009/09/acrobat_js2-300x232.jpg" alt="acrobat_js2" width="300" height="232" /></a></li>
<li>Click OK</li>
<li>You&#8217;re done!</li>
</ol>
<h2><strong>Foxit Reader</strong></h2>
<ol>
<li>Open Foxit Reader</li>
<li>Open the Preferences window. To do this click Tools &gt; Preferences</li>
<li>Click JavaScript on the left<br />
<a href="http://www.tylerburton.ca/files/wordpress/2009/09/foxit_reader_js1.jpg" target="_blank"><img class="aligncenter size-medium wp-image-22" title="foxit_reader_js1" src="http://www.tylerburton.ca/files/wordpress/2009/09/foxit_reader_js1-300x220.jpg" alt="foxit_reader_js1" width="300" height="220" /></a></li>
<li>Uncheck &#8220;Enable JavaScript Actions&#8221;<br />
<a href="http://www.tylerburton.ca/files/wordpress/2009/09/foxit_reader_js2.jpg" target="_blank"><img class="aligncenter size-medium wp-image-23" title="foxit_reader_js2" src="http://www.tylerburton.ca/files/wordpress/2009/09/foxit_reader_js2-300x220.jpg" alt="foxit_reader_js2" width="300" height="220" /></a></li>
<li>Click OK</li>
<li>You&#8217;re done!</li>
</ol>
<div class="shr-publisher-19"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.tylerburton.ca/2009/09/security-tip-1-disable-javascript-in-pdf-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

