<?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>Davin&#039;s blog &#187; security</title>
	<atom:link href="http://blog.davingranroth.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davingranroth.com</link>
	<description>Experience design, faith, and family.</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:42:57 +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>Signing and Encrypting E-mail on Mac OS X 10.6 Using Self-Signed Certificates</title>
		<link>http://blog.davingranroth.com/2010/12/signing-and-encrypting-e-mail-on-mac-os-x-10-6-using-self-signed-certificates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=signing-and-encrypting-e-mail-on-mac-os-x-10-6-using-self-signed-certificates</link>
		<comments>http://blog.davingranroth.com/2010/12/signing-and-encrypting-e-mail-on-mac-os-x-10-6-using-self-signed-certificates/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 07:07:10 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[s/mime]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=1488</guid>
		<description><![CDATA[A few years ago I wrote about using Thawte&#8217;s personal e-mail signing certificates for setting up secure S/MIME encryption with Apple Mail. Well, Thawte, so I understand, is phasing out that service. So, I&#8217;ve been wondering how to do self-signing &#8230; <a href="http://blog.davingranroth.com/2010/12/signing-and-encrypting-e-mail-on-mac-os-x-10-6-using-self-signed-certificates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A few years ago I wrote about using Thawte&#8217;s personal e-mail signing certificates for setting up secure S/MIME encryption with Apple Mail. Well, Thawte, so I understand, is phasing out that service. So, I&#8217;ve been wondering how to do self-signing on the Mac to set up S/MIME encrypted e-mails. This evening, I found out.</p>
<p><strong>Credit where it is due:</strong> <a href="http://jwwalker.com/pages/certificates.html">James Walker&#8217;s post on how to set up self-signed certificates for e-mail with OS 10.4</a>. His post gave me a few steps to follow that I&#8217;m  just updating here to match what is needed for Mac OS 10.6.</p>
<h2>Create your certificate</h2>
<p>Open up Keychain Access. This is an application in your Applications/Utilities directory. (It is faster to just hit <kbd>command+spacebar</kbd> to open Spotlight, then enter <kbd>keych</kbd>, and hit the <kbd>enter</kbd> key when Keychain Access appears highlighted.)</p>
<p>Click on the <em>Keychain Access</em> menu, hover over the <em>Certificate Assistant</em> option, and then select <em>Create a Certificate…</em>.</p>
<p><img class="alignnone size-full wp-image-1489" title="Create Your Certificate window" src="http://blog.davingranroth.com/wp-content/uploads/2010/12/Screen-shot-2010-12-25-at-1.09.39-AM.png" alt="Create Your Certificate in Apple's Certificate Assistant window" width="614" height="437" /></p>
<p>Here are a few details to note about the Create  Your Certificate options.</p>
<ul>
<li>You might want to add an e-mail descriptor to the name field. E.g., <em>Davin Granroth (gmail)</em>.</li>
<li>Go with <em>Self-Signed Root</em> and <em>S/MIME (Email)</em>.</li>
<li>By default, the certificate will be valid for a year. If you want to extend that a bit, you need to check the <em>Let me override defaults</em> checkbox. You&#8217;ll get to make changes after you click the <em>Continue</em> button.</li>
<li>If you need a certificate for your non-primary e-mail account, you&#8217;ll need to check the <em>Let me override defaults</em> box for that too.</li>
</ul>
<p>If you checked the override box, you&#8217;ll eventually see a series of <em>Extension</em> windows. Just go with the default values. Apple figures out what you need based on the first screen where you chose the certificate type.</p>
<p>Continue and you&#8217;ll see a window with your new certificate information in it. Congratulations!</p>
<p><a href="http://blog.davingranroth.com/wp-content/uploads/2010/12/Screen-shot-2010-12-25-at-1.31.23-AM.png"><img class="alignnone size-full wp-image-1491" title="New Certificate!" src="http://blog.davingranroth.com/wp-content/uploads/2010/12/Screen-shot-2010-12-25-at-1.31.23-AM.png" alt="Certificate Assistant window showing the newly minted cert. It also says: This root certificate is not trusted." width="615" height="435" /></a></p>
<p>Now if you could only trust that certificate.</p>
<h2>Trusting your certificate</h2>
<p>If you haven&#8217;t already, click the <em>Done</em> button to close that Certificate Assistant window. Now, back in Keychain Access, click on the <em>My Certificates</em> category on the right of the main Keychain Access window.</p>
<p>You&#8217;ll see your new certificate listed with a little white X in a red circle on the icon. That indicates the certificate is not trusted. Double-click on the certificate, and a new window will open with details of the certificate.</p>
<p><img class="alignnone size-full wp-image-1495" title="Choosing to trust your certificate" src="http://blog.davingranroth.com/wp-content/uploads/2010/12/Screen-shot-2010-12-25-at-2.04.01-AM.png" alt="Certificate window with Always Trust selected." width="512" height="431" /></p>
<p>Near the top of that window you&#8217;ll notice the word <em>Trust</em> with a little triangle to the left of it. Click the triangle to twist open the Trust options.</p>
<p>In the <em>When using this certificate</em> select list, select <em>Always Trust</em>. Then close that window. You&#8217;ll be prompted for your administrator password. Enter it, and you should be all set. Your new certificate should now be trusted.</p>
<h2>Sending signed or encrypted e-mails</h2>
<p>At this point, if you restart Apple Mail, you&#8217;ll notice a new option available when you compose a message.</p>
<div id="attachment_1492" class="wp-caption alignnone" style="width: 557px"><img class="size-full wp-image-1492" title="Compose message with sign and s/mime options" src="http://blog.davingranroth.com/wp-content/uploads/2010/12/Screen-shot-2010-12-25-at-1.49.13-AM.png" alt="Compose message with sign and s/mime options" width="547" height="463" /><p class="wp-caption-text">The check icon indicates that your signed certificate will be included in the message. Once you&#39;ve exchanged signed certs with your recipient, you&#39;ll be able to exchange S/MIME encrypted messages.</p></div>
<p><a href="http://jwwalker.com/pages/certificates.html">For more on exchanging signed or encrypted e-mails, see James Walker&#8217;s article.</a> Scroll down to the section on Exchanging Signed or Encrypted E-mail.</p>
<h2>Why would you want to send encrypted e-mails?</h2>
<p>Hah! &#8220;Why wouldn&#8217;t you want to,&#8221; is the better question. Actually, if you send or receive sensitive information like usernames and passwords, legal information, or confidential business information, you might really want to consider this.</p>
<p>The trick is getting the person you exchange these messages with to also set up S/MIME on their end of the e-mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2010/12/signing-and-encrypting-e-mail-on-mac-os-x-10-6-using-self-signed-certificates/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DSS.MIL is not to be trusted</title>
		<link>http://blog.davingranroth.com/2009/03/dssmil-is-not-to-be-trusted/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dssmil-is-not-to-be-trusted</link>
		<comments>http://blog.davingranroth.com/2009/03/dssmil-is-not-to-be-trusted/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:56:05 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[military]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=702</guid>
		<description><![CDATA[It&#8217;s funny that the Defense Security Service (Provides security services to the Department of Defense and defense contractors. Mostly counter-espionage and physical security tasks.) homepage triggers an SSL certificate error. Is that some sort of first lesson: TRUST NO ONE! &#8230; <a href="http://blog.davingranroth.com/2009/03/dssmil-is-not-to-be-trusted/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_703" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.davingranroth.com/wp-content/uploads/2009/03/dssmilsec_error.png"><img class="size-medium wp-image-703" title="dssmilsec_error" src="http://blog.davingranroth.com/wp-content/uploads/2009/03/dssmilsec_error-300x186.png" alt="Unsigned cert warning at dss.mil website" width="300" height="186" /></a><p class="wp-caption-text">Unsigned cert warning at dss.mil website</p></div>
<p>It&#8217;s funny that the Defense Security Service (Provides security services to the Department of Defense and defense contractors. Mostly counter-espionage and physical security tasks.) homepage triggers an SSL certificate error. Is that some sort of first lesson: TRUST NO ONE! Heh.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/03/dssmil-is-not-to-be-trusted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Overview of PGP, S/MIME and the evolving versions of secure e-mail</title>
		<link>http://blog.davingranroth.com/2006/05/overview-of-pgp-smime-and-the-evolving-versions-of-secure-e-mail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=overview-of-pgp-smime-and-the-evolving-versions-of-secure-e-mail</link>
		<comments>http://blog.davingranroth.com/2006/05/overview-of-pgp-smime-and-the-evolving-versions-of-secure-e-mail/#comments</comments>
		<pubDate>Tue, 30 May 2006 18:47:29 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=313</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2006/05/overview-of-pgp-smime-and-the-evolving-versions-of-secure-e-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just read an article by Jim Galvin, published March of 2000 in <cite>Information Security Magazine</cite>, <a href="http://infosecuritymag.techtarget.com/articles/march00/features2.shtml">(IN)SECURITY FROM END TO END</a>.</p>
<p>The article provides an overview of the origination of secure e-mail and how the technologies have changed over the years. It also provides context for digital signatures, e-mail certificates, and PGP versus S/MIME.</p>
<p>Here&#8217;s an excerpt from the article:</p>
<blockquote><p>PGP vs. S/MIME, S/MIME vs. PGP. On the one hand, it really doesn&#8217;t matter which of the two technologies you choose. From a user&#8217;s perspective, both provide the same set of security services, and neither really has any significant advantage over the other. On the other hand, the fact that there are two choices naturally raises the question of interoperability.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2006/05/overview-of-pgp-smime-and-the-evolving-versions-of-secure-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing e-mail</title>
		<link>http://blog.davingranroth.com/2006/05/securing-e-mail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=securing-e-mail</link>
		<comments>http://blog.davingranroth.com/2006/05/securing-e-mail/#comments</comments>
		<pubDate>Fri, 26 May 2006 21:43:31 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=310</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2006/05/securing-e-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every once in a while, I get e-mails from server admins with host connection information. This tends to get under my skin, though I admit to sending similar information from time to time. The thing is, e-mail is so darned good at delivering this kind of information. The problem, of course, is that e-mail is typically not secure. So, sending information like user names, passwords or other information like social security numbers or banking information via e-mail can be a pretty serious risk.</p>
<p>So, today when I received yet more user names and passwords via e-mail, and then needed to pass that information on to a person I work with, I figured it was as good a time as any to look into securing e-mail.</p>
<p>I&#8217;ve known about PGP, but have had issues getting it working in former versions of Apple&#8217;s Mail application. So, upon Googling for <q>apple mail encryption</q> or some-such phrase, I found a few helpful resources.</p>
<ul>
<li><a href="http://www.macdevcenter.com/pub/a/mac/2003/01/20/mail.html">MacDevCenter.com &#8212; How to Set Up Encrypted Mail on Mac OS X</a></li>
<li><a href="http://docs.info.apple.com/article.html?artnum=25555">Mac OS X 10.3: Mail &#8211; How to Use a Secure Email Signing Certificate (Digital ID)</a></li>
<li><a href="http://www.thawte.com/secure-email/personal-email-certificates/index.html">Personal E-mail Certificates from Thawte.com</a></li>
</ul>
<p>The first link above is a walk-through on getting S/MIME set up with Apple Mail. S/MIME seems to be an alternative to PGP. The short story is that I went ahead and got a certificate from Thawte, installed it into a special keychain on the Mac, sent a signed message to my co-worker while he was doing the same. Now we have each other&#8217;s public keys stored in our respective programs and we each have our own private keys, so we can send signed and encrypted e-mail to each other.</p>
<p>So, from here on out, I have a safer way of sending sensitive information to some select people.</p>
<p>And, I need to give credit to Apple&#8217;s Mail application. While getting the certificates and keychain access all worked out wasn&#8217;t the most straightforward task (it wasn&#8217;t hard though), now that it is set up, signing and encrypting messages is very easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2006/05/securing-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing the Mac 10.4 laptop</title>
		<link>http://blog.davingranroth.com/2005/08/securing-the-mac-104-laptop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=securing-the-mac-104-laptop</link>
		<comments>http://blog.davingranroth.com/2005/08/securing-the-mac-104-laptop/#comments</comments>
		<pubDate>Mon, 01 Aug 2005 16:54:18 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=266</guid>
		<description><![CDATA[
 <a href="http://blog.davingranroth.com/2005/08/securing-the-mac-104-laptop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I talked with a guy from the <acronym title="Michigan State University">MSU</acronym> Computer Store this morning about getting Norton AntiVirus or Internet Security for the Mac laptop I&#8217;ve been using. His recommendation is to just get AntiVirus 10 for the Mac and change a few settings on the laptop.</p>
<p>Here are his recommendations:</p>
<ul>
<li>Turn off Bluetooth, Discoverable, so that random Bluetooth enabled devices won&#8217;t see the laptop.</li>
<li>Turn on the systems&#8217;s Firewall in System Preferences</li>
<li>Install Norton AntiVirus and keep it updated</li>
</ul>
<p>Just a note, I&#8217;ve been using Macs for years, and the last virus I had on a Mac was in 1995 and it was a Word Macro virus. Highly irritating, but it did very little damage.</p>
<p>That said, I&#8217;m sure the day will come when a virus will rip through the Mac world and play havoc with all of the unprotected Macs out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2005/08/securing-the-mac-104-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

