<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Enable Secure Admin for WordPress</title>
	<atom:link href="http://millarian.com/programming/enable-secure-admin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://millarian.com/programming/enable-secure-admin-for-wordpress/</link>
	<description>Musings of a startup junkie and Ruby on Rails nerd.</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:21:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben Atkin</title>
		<link>http://millarian.com/programming/enable-secure-admin-for-wordpress/comment-page-1/#comment-503</link>
		<dc:creator>Ben Atkin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 06:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://millarian.com/?p=2364#comment-503</guid>
		<description>I thought about using my external OpenID account, with SSL, for login, but I realized that if I connected over plain http, my cookie could still get sidejacked, and someone could gain temporary access to my WordPress account. Still, it would be better than having my password sent in plaintext, as is the case now. Unfortunately, I could not get login through the OpenID plugin to work (it only claims support through WordPress 2.7, but still installed on WordPress 2.8) 
 
&lt;a href=&quot;http://wordpress.org/extend/plugins/openid/&quot; target=&quot;_blank&quot;&gt;http://wordpress.org/extend/plugins/openid/&lt;/a&gt; 
 
I&#039;m going to try to get HTTPS with a self-signed certificate up and running soon, as I think it&#039;s the best option. 
 
After reading your post and thinking about security, I went into OS X network preferences and deleted all but a couple of my remembered networks, and unchecked the option to remember all networks I join. I don&#039;t want to pop open my laptop at Xtreme Bean and have someone snag my password from an ajax app before I even realize I&#039;ve joined an unsecured network. 
 
I&#039;ve been thinking about security a lot lately. I&#039;ve been reading Cryptonomicon, and on Saturday I learned how to use OAuth for twitter authentication, and in the process spent a few hours reading about how OAuth works. It&#039;s fascinating. The article below provides a pretty good and relatively easy to digest description of the protocol. 
 
&lt;a href=&quot;http://www.hueniverse.com/hueniverse/2007/10/beginners-guide.html&quot; target=&quot;_blank&quot;&gt;http://www.hueniverse.com/hueniverse/2007/10/begi...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>I thought about using my external OpenID account, with SSL, for login, but I realized that if I connected over plain http, my cookie could still get sidejacked, and someone could gain temporary access to my WordPress account. Still, it would be better than having my password sent in plaintext, as is the case now. Unfortunately, I could not get login through the OpenID plugin to work (it only claims support through WordPress 2.7, but still installed on WordPress 2.8) </p>
<p><a href="http://wordpress.org/extend/plugins/openid/" target="_blank">http://wordpress.org/extend/plugins/openid/</a> </p>
<p>I&#039;m going to try to get HTTPS with a self-signed certificate up and running soon, as I think it&#039;s the best option. </p>
<p>After reading your post and thinking about security, I went into OS X network preferences and deleted all but a couple of my remembered networks, and unchecked the option to remember all networks I join. I don&#039;t want to pop open my laptop at Xtreme Bean and have someone snag my password from an ajax app before I even realize I&#039;ve joined an unsecured network. </p>
<p>I&#039;ve been thinking about security a lot lately. I&#039;ve been reading Cryptonomicon, and on Saturday I learned how to use OAuth for twitter authentication, and in the process spent a few hours reading about how OAuth works. It&#039;s fascinating. The article below provides a pretty good and relatively easy to digest description of the protocol. </p>
<p><a href="http://www.hueniverse.com/hueniverse/2007/10/beginners-guide.html" target="_blank">http://www.hueniverse.com/hueniverse/2007/10/begi&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis Miller</title>
		<link>http://millarian.com/programming/enable-secure-admin-for-wordpress/comment-page-1/#comment-496</link>
		<dc:creator>Curtis Miller</dc:creator>
		<pubDate>Mon, 20 Jul 2009 01:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://millarian.com/?p=2364#comment-496</guid>
		<description>Yes, if you&#039;re using an untrusted network, it&#039;s a good idea to use secure login. For example, I have Gmail &quot;Always use https&quot; setting enabled and I use &lt;a href=&quot;https://twitter.com/login&quot; target=&quot;_blank&quot;&gt;https://twitter.com/login&lt;/a&gt; to login to Twitter. 
 
I haven&#039;t heard of Passpack, but it looks interesting. The language on their site talks about securely storing and retrieving your passwords, but I didn&#039;t see anything about what happens after you unpack your password client side and send it through insecure means. If they do something, then it is probably pretty similar to the secure proxy approach that Chris describes. Not sure if I can use Passpack with my iPhone either... </description>
		<content:encoded><![CDATA[<p>Yes, if you&#039;re using an untrusted network, it&#039;s a good idea to use secure login. For example, I have Gmail &quot;Always use https&quot; setting enabled and I use <a href="https://twitter.com/login" target="_blank">https://twitter.com/login</a> to login to Twitter. </p>
<p>I haven&#039;t heard of Passpack, but it looks interesting. The language on their site talks about securely storing and retrieving your passwords, but I didn&#039;t see anything about what happens after you unpack your password client side and send it through insecure means. If they do something, then it is probably pretty similar to the secure proxy approach that Chris describes. Not sure if I can use Passpack with my iPhone either&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amanda</title>
		<link>http://millarian.com/programming/enable-secure-admin-for-wordpress/comment-page-1/#comment-495</link>
		<dc:creator>amanda</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://millarian.com/?p=2364#comment-495</guid>
		<description>if i might suggest, its easier to just use Passpack.... that way you don&#039;t need a separate solution for each and every site. I mean, ideally, you want to log into all sites securely from unsecured wifi, no?  </description>
		<content:encoded><![CDATA[<p>if i might suggest, its easier to just use Passpack&#8230;. that way you don&#039;t need a separate solution for each and every site. I mean, ideally, you want to log into all sites securely from unsecured wifi, no?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

