<?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>Blog - Stack Overflow &#187; security</title>
	<atom:link href="http://blog.stackoverflow.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Tue, 02 Mar 2010 10:23:10 +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" -->
		<copyright>&#xA9;Jeff Atwood and Joel Spolsky </copyright>
		<managingEditor>podcast@stackoverflow.com (Jeff Atwood and Joel Spolsky)</managingEditor>
		<webMaster>podcast@stackoverflow.com(Jeff Atwood and Joel Spolsky)</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords>atwood spolsky stackoverflow</itunes:keywords>
		<itunes:subtitle>Jeff Atwood and Joel Spolsky discuss the development of their new programming community, StackOverflow.com.</itunes:subtitle>
		<itunes:summary>Jeff Atwood (of codinghorror.com) and Joel Spolsky (of joelonsoftware.com) discuss the development of their new programming community, StackOverflow.com.</itunes:summary>
		<itunes:author>Jeff Atwood and Joel Spolsky</itunes:author>
		<itunes:category text="Technology"/>
<itunes:category text="Technology">
  <itunes:category text="Software How-To"/>
</itunes:category>
		<itunes:owner>
			<itunes:name>Jeff Atwood and Joel Spolsky</itunes:name>
			<itunes:email>podcast@stackoverflow.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://blog.stackoverflow.com/audio/stackoverflow-300.png" />
		<image>
			<url>http://blog.stackoverflow.com/audio/stackoverflow-144.png</url>
			<title>Blog - Stack Overflow</title>
			<link>http://blog.stackoverflow.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Google Offers Named OpenIDs</title>
		<link>http://blog.stackoverflow.com/2009/11/google-offers-named-openids/</link>
		<comments>http://blog.stackoverflow.com/2009/11/google-offers-named-openids/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:09:21 +0000</pubDate>
		<dc:creator>Jeff Atwood</dc:creator>
				<category><![CDATA[background]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=2197</guid>
		<description><![CDATA[
I love Google &#8212; and I&#8217;m not just saying that because they deliver 90% of our traffic and more than 60% of user OpenIDs, I swear. But I am a little bitter that their OpenID support has two major flaws which cause us a great deal of ongoing pain:

Google&#8217;s OpenIDs are domain specific. The very [...]]]></description>
			<content:encoded><![CDATA[<p>
<b>I love Google</b> &#8212; and I&#8217;m not just saying that because <a href="http://www.codinghorror.com/blog/archives/001224.html">they deliver 90% of our traffic</a> and <a href="http://meta.stackoverflow.com/questions/31021/what-openid-providers-should-we-feature-on-the-login-page">more than 60% of user OpenIDs</a>, I swear. But I am a little bitter that their OpenID support has two major flaws which cause us a great deal of ongoing pain:</p>
<ol>
<li><b>Google&#8217;s OpenIDs are <a href="http://blog.stackoverflow.com/2009/04/googles-openids-are-unique-per-domain/">domain specific</a></b>. The very same gmail account, if you sign up on 5 different OpenID enabled websites, will result in 5 different random hash OpenIDs being generated. While this is probably OK in the general case (though still an exceedingly rare behavior among OpenID providers), it&#8217;s incredibly aggravating for us because we like to let users map their Stack Overflow, Server Fault, Super User, Meta, and Careers accounts to each other. And cross-site user mapping is a huge PITA when there is no common per-user identifier between those 5 sites. We have a workaround in place but it is not pretty, and I think writing it drove Jarrod to drink.
<li><b>Google&#8217;s OpenIDs are random hashes to the server.</b> This means I have no idea if you used crazyman45@gmail.com, hellaleet@gmail.com, or lovezwafflez1@gmail.com to sign up with us. It is literally impossible for me to help you figure out which one you need to use to log in. All I can tell you is, &#8220;you used a gmail account&#8221;. Which one, I have no idea. And neither do you, apparently.
</ol>
<p>
While there is certainly an argument for privacy to be made here, it sure would be nice to have the <i>choice</i> between a random per-site hash OpenID like &hellip;</p>
<p><h2>https://www.google.com/accounts/o8/id?id=aitoaxleeuzwdizb1g2_wvnob5pwvx</h2>
<p>
And a stable, readable OpenID like &hellip;</p>
<p><h2>http://www.google.com/profiles/your.name.here</h2>
<p>
Well, the good news is, <font color='red'>now you can!</font> Google just gave us a fantastic Thanksgiving Day present in the form of <a href="http://www.google.com/profiles">Google Profiles</a> supporting OpenID. And with a Google Profile, you get to pick a named URL of your choice!</p>
<p>
So, if you&#8217;d like to add a named Google OpenID to your account, here&#8217;s how. </p>
<p>
First, <b>log in as yourself</b>. Go to your user page and look for the &#8220;add openid&#8221; or &#8220;change openid&#8221; link. (Note that we support up to two openids per account and you can change them at any time.)</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/so-openid-google-1.png" alt="so-openid-google-1" title="so-openid-google-1" style="border: 1px solid silver;" /></p>
<p>
Since you&#8217;re <b>already logged in</b> you are adding a new openid. Enter your <a href="http://www.google.com/profiles">Google Profile</a> URL in the area where it says &#8220;manually enter your OpenID URL&#8221;, and click Login.</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/so-openid-google-2.png" alt="so-openid-google-2" title="so-openid-google-2" style="border: 1px solid silver;" /></p>
<p>
You&#8217;ll get redirected to Google where you can OK the use of your OpenID by our website.</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/so-openid-google-3.png" alt="so-openid-google-3" title="so-openid-google-3" style="border: 1px solid silver;" /></p>
<p>
You&#8217;ll get redirected back to us, and we confirm that yes, indeed, you <i>do</i> want to add this OpenID to your account. (In case you&#8217;re wondering, this confirmation is required &#8212; otherwise clicking a single evil link could automatically and silently add a new, rogue OpenID to your account effectively owning you.)</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/so-openid-google-4.png" alt="so-openid-google-4" title="so-openid-google-4" style="border: 1px solid silver;" /></p>
<p>
Now you&#8217;re back on your user page &#8212; note the newly added OpenID on my account. And if I want to change it, I can just click &#8220;Change OpenID&#8221; any time I want.</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/so-openid-google-5.png" alt="so-openid-google-5" title="so-openid-google-5" style="border: 1px solid silver;" /></p>
<p>
The only thing that throws a monkey wrench into this process is when you have a <b>single</b> OpenID provider and that provider either changes their string format, or goes belly-up. Don&#8217;t worry, both cases are fixable, but it requires emailing us. Still, I highly recommend having two different OpenID providers associated with your account at any given time.</p>
<p>
<b>Kudos to Google for rolling out named OpenID support</b> in the form of <a href="http://www.google.com/profiles">Google Profiles</a>. While you can of course continue to use the existing Google OpenID support, if you plan to use multiple &#8217;stack sites (or Stack Exchange sites) I assure you that your life will be much easier if you pick a stable, named Google OpenID rather than relying on the default random hashes.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stackoverflow.com/2009/11/google-offers-named-openids/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Are you a human being?</title>
		<link>http://blog.stackoverflow.com/2009/07/are-you-a-human-being/</link>
		<comments>http://blog.stackoverflow.com/2009/07/are-you-a-human-being/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:30:00 +0000</pubDate>
		<dc:creator>Jeff Atwood</dc:creator>
				<category><![CDATA[background]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1599</guid>
		<description><![CDATA[Ever had one of these days?

Are you a human being?
We apologize for the confusion, but we can&#8217;t quite tell if you&#8217;re a person or a script.
Please don&#8217;t take this personally.
Bots and scripts can be remarkably lifelike these days!
Enter the CAPTCHA displayed below, and we&#8217;ll be out of your way.


If you&#8217;re a Stack Overflow user, you [...]]]></description>
			<content:encoded><![CDATA[<p>Ever had one of these days?</p>
<blockquote><p>
<b>Are you a human being?</b></p>
<p>We apologize for the confusion, but we can&#8217;t <i>quite</i> tell if you&#8217;re a person or a script.</p>
<p>Please don&#8217;t take this personally.</p>
<p>Bots and scripts can be remarkably lifelike these days!</p>
<p>Enter the <a href="http://en.wikipedia.org/wiki/Captcha" target="_blank">CAPTCHA</a> displayed below, and we&#8217;ll be out of your way.</p>
</blockquote>
<p>
If you&#8217;re a Stack Overflow user, you have <i>lots</i> of <a href="http://www.amazon.com/dp/0316491977/?tag=codinghorror-20">soul-searching to do</a>. Sometimes these requests can tell you what you already knew.</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/stack-overflow-captcha-reportedly-geekiest.jpg" alt="stack overflow recaptcha: reportedly geekiest" title="stack overflow recaptcha: reportedly geekiest"  /></p>
<p>
(Courtesy of <a href="http://stackoverflow.com/users/3171/dave-webb">Dave Webb</a>)</p>
<p>
Other times, they might be uncomfortably accurate:</p>
<p>
<img src="http://blog.stackoverflow.com/wp-content/uploads/stack-overflow-captcha-climax-received.jpg" alt="stack overflow recaptcha: climax received" title="stack overflow recaptcha: climax received" class="alignnone size-full wp-image-1601" /></p>
<p>
(Courtesy of <a href="http://twitter.com/lara_eagle">Lara Eagle</a>)</p>
<p>
If you get a particularly great ReCAPTCHA, send it our way. (But the bar is high &#8212; it needs to be as good as these two, at least.) Consider it our punishment for being human.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stackoverflow.com/2009/07/are-you-a-human-being/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
