<?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>Jacob Santos &#187; security</title>
	<atom:link href="http://jacobsantos.com/tags/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacobsantos.com</link>
	<description>Rumblings, rants, essays, stories by Jacob Santos about Web Site Development, Persistent Browser-Based Games, personal journal, and Programming.</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:06:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
		<item>
		<title>Make way for new Configuration Keys for Securing WordPress</title>
		<link>http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/</link>
		<comments>http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 22:40:31 +0000</pubDate>
		<dc:creator>Jacob Santos</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.6]]></category>

		<guid isPermaLink="false">http://www.santosj.name/?p=587</guid>
		<description><![CDATA[<a href="http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/" title="Make way for new Configuration Keys for Securing WordPress"></a>I thought it was enough to just use the SECRET_KEY constant in WordPress, but they went ahead and deprecated it in WordPress 2.6. That sucks. Really does, because everyone will have to define the new constants to get the advantage, &#8230;<p class="read-more"><a href="http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/" title="Make way for new Configuration Keys for Securing WordPress"></a><p>I thought it was enough to just use the SECRET_KEY constant in WordPress, but they went ahead and deprecated it in WordPress 2.6. That sucks. Really does, because everyone will have to define the new constants to get the advantage, if they even changed it for WordPress 2.5.</p>
<p>The new constants are <strong>AUTH_KEY</strong>, <strong>SECURE_AUTH_KEY</strong>, and <strong>LOGGED_IN_KEY</strong>. I could guess what they are for, but I suppose everyone else can too.</p>
<p>Whatever, just make sure to define them when you upgrade and remove the SECRET_KEY definition in your wp-config.php file. It does appear that they&#8217;ve been better named for their handling of authentication and to make sure that if one key is found through clever hacking that it will only affect one part of WordPress and allow the others to function.</p>
<p>This will make WordPress more secure, but also more annoying. Well, initially. Do you know how lazy I am when it comes to editing the wp-config.php file? Pretty damn lazy, but I&#8217;m going to do it, as soon as I &#8220;svn up&#8221; and the new constants are active.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://jacobsantos.com/2009/web-applications/wordpress-plugin-and-theme-scope/">WordPress Plugin and Theme Scope</a></li>
<li><a href="http://jacobsantos.com/2009/web-applications/what-ive-learned-from-wordpress/">What I&#8217;ve Learned From WordPress</a></li>
<li><a href="http://jacobsantos.com/2009/web-applications/why-do-i-feel-like-an-asshole-when-criticizing-wordpress/">Why Do I Feel Like an Asshole When Criticizing WordPress?</a></li>
<li><a href="http://jacobsantos.com/2009/web-applications/php5-straw-man-argument/">PHP5 Straw Man Argument</a></li>
<li><a href="http://jacobsantos.com/2008/web-applications/wordpress-27-changes-class-for-plugins/">WordPress 2.7 Changes Class for Plugins</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://jacobsantos.com/2008/web-applications/make-way-for-new-configuration-keys-for-securing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

