<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>wrkng &#187; Privacy</title>
	<atom:link href="http://wrkng.net/category/privacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://wrkng.net</link>
	<description>Nick Grossman&#039;s ExoBrain</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:00:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
		<item>
		<title>&#8216;Do You Know Me?&#8217; Authentication</title>
		<link>http://wrkng.net/2009/05/do-you-know-me-authentication/</link>
		<comments>http://wrkng.net/2009/05/do-you-know-me-authentication/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:20:45 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Privacy]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.wrkng.net/2009/05/do-you-know-me-authentication/</guid>
		<description><![CDATA[For a recent personal project (I won&#8217;t say which since that would defeat the purpose), I was in need of a new kind of authentication. My wife and I wanted to create a website where we could post photos and news for our family and friends, while keeping that information off of the broader intertubes.  [...]]]></description>
			<content:encoded><![CDATA[<p>For a recent personal project (I won&#8217;t say which since that would defeat the purpose), I was in need of a new kind of authentication.</p>
<p>My wife and I wanted to create a website where we could post photos and news for our family and friends, while keeping that information off of the broader intertubes.  With a baby on the way, we plan on having lots (and lots and lots and lots) of photos to share.</p>
<p>Regular, account- or password-based authentication wouldn&#8217;t work, because I didn&#8217;t know exactly who would be visiting, so either creating one password and sending it around, or creating passwords for each individual person were not options.</p>
<p>So, what I ended up creating was a <strong>&#8220;do you know me?&#8221; authentication system.</strong> Here&#8217;s how it works:</p>
<p style="text-align: center;"><img class="aligncenter" style="max-width: 800px;" src="http://blog.wrkng.net/wp-content/uploads/2009/05/picture-1.png" alt="" /></p>
<p style="text-align: center;">
<p>Upon entering the site, you are posed with a challenge.  You can choose your question from a group of 5. In this case, I chose questions that anyone who was part of the family or knew us somehow would be able to answer.  For example, &#8220;where did Nick grow up?&#8221; or &#8220;boy cat&#8217;s name&#8221;.  I picked enough different questions, pulling info from enough different aspects of our lives, that anyone who we&#8217;d want to get in would be able to get at least one right.</p>
<p>In this case, I was using WordPress, so I first created created a series of logins that would correspond to the questions I wanted to ask.  Then, I created a custom login screen using the <a href="http://www.jameskelly.org/wordpress-plugins/custom-login-and-registration-forms-plugin/">Themed Login and Registration</a> plugin.  I updated the login template, substituting the standard &#8220;login&#8221; text input with a select menu, where each option consisted of a question and its corresponding login ID.</p>
<p>My question for all of you out there is: are there other existing examples of this kind of system?  Better solutions for implementation?  It seems like a generally useful system.  If time permits, perhaps I&#8217;ll wrap this up and offer it as a WP plugin.</p>
<p>That&#8217;s it!  So far, this has worked pretty well for us, and has been a nice solution to opening up our lives to our family and friends while maintaining our privacy.</p>
]]></content:encoded>
			<wfw:commentRss>http://wrkng.net/2009/05/do-you-know-me-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
