<?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>Wordpress Security &#187; User Accounts &amp; Passwords</title>
	<atom:link href="http://wpsecure.org/category/user-accounts-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpsecure.org</link>
	<description>How to Secure Your WordPress Blog</description>
	<lastBuildDate>Mon, 05 Oct 2009 05:47:50 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Managing Passwords with Software</title>
		<link>http://wpsecure.org/managing-passwords-with-software/</link>
		<comments>http://wpsecure.org/managing-passwords-with-software/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 13:02:14 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[User Accounts & Passwords]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=78</guid>
		<description><![CDATA[Having to remember complex passwords is the reason that so many people choose ones that can be easily guessed. Luckily, this problem was identified some time ago and since then developers have worked on password management software. These applications aim to take the work out of managing passwords.
They work by generating complex passwords for you [...]]]></description>
			<content:encoded><![CDATA[<p>Having to remember complex passwords is the reason that so many people choose ones that can be easily guessed. Luckily, this problem was identified some time ago and since then developers have worked on password management software. These applications aim to take the work out of managing passwords.</p>
<p>They work by generating complex passwords for you and saving them in a central database on your computer. When you want to login to a website, instead of manually typing out your details you simply click a button and the software logs in for you.</p>
<h3>Best Password Management Software</h3>
<ul>
<li><strong style="font-weight: bold;"><a href="http://agilewebsolutions.com/products/1Password">1Password</a> </strong>can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.</li>
<li><strong style="font-weight: bold;"><a href="http://www.roboform.com">RoboForm</a> </strong>is the top-rated password manager and web form filler that completely automates password entering and form filling. RoboForm password manager saves online passwords, fills login forms with saved data, automatically logs you into a web site, allows you to view and edit passwords. RoboForm form filler fills long registration and checkout forms. RoboForm also provides Password Generator, and it encrypts password-protected info using AES thus making password management absolutely secure. RoboForm is absolutely free for personal use, it contains no spyware and no adware.</li>
<li><strong style="font-weight: bold;"><a href="https://addons.mozilla.org/en-US/firefox/addon/8542">LastPass</a> </strong>is a free online password manager and Form Filler that makes your web browsing easier and more secure. LastPass supports IE and Firefox as Plugins (Opera, Safari, Chrome, iPhone, Opera Mini via Bookmarklets), allows you to import from every major password storage vendor and export too, captures passwords that other managers won&#8217;t including many AJAX forms, and allows you to make strong passwords easily. Your sensitive data is encrypted _locally_ before upload so even LastPass cannot get access to it.</li>
</ul>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/how-to-protect-wp-config-php/" title="How to Protect wp-config.php">How to Protect wp-config.php</a></li><li><a href="http://wpsecure.org/updating-wordpress/" title="Updating WordPress">Updating WordPress</a></li><li><a href="http://wpsecure.org/wordpress-firewall/" title="WordPress Firewall">WordPress Firewall</a></li><li><a href="http://wpsecure.org/perishable-3g-blacklist/" title="Perishable 3G Blacklist">Perishable 3G Blacklist</a></li><li><a href="http://wpsecure.org/email-backups/" title="Email Backups">Email Backups</a></li><li><a href="http://wpsecure.org/local-backups/" title="Local Backups">Local Backups</a></li><li><a href="http://wpsecure.org/how-to-use-this-guide/" title="How to Use this Guide">How to Use this Guide</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/managing-passwords-with-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use an Account with Limited Access</title>
		<link>http://wpsecure.org/use-an-account-with-limited-access/</link>
		<comments>http://wpsecure.org/use-an-account-with-limited-access/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 12:00:20 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[User Accounts & Passwords]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=18</guid>
		<description><![CDATA[Wordpress has fairly comprehensive user permission management. It’s quite simple to create users that can only publish posts. And why does that matter? Because it’s a fantastic way to prevent hackers from getting any real control over your blog.
Most Wordpress users will have a single user account, and that account will be the administrative account, [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress has fairly comprehensive user permission management. It’s quite simple to create users that can only publish posts. And why does that matter? Because it’s a fantastic way to prevent hackers from getting any real control over your blog.</p>
<p>Most Wordpress users will have a single user account, and that account will be the administrative account, therefore having full access to do everything. The problem with this is if that account is compromised a whole bunch of nasty things can be done to your blog.</p>
<p><strong>Create a separate user account that only has permissions to perform basic blogging tasks</strong> (publish posts, delete posts etc) and start using this account to update your blog. If you ever succumb to a phishing attack or some other method to steal your password, the intruder will end up with this limited access account which can’t do much in the first place, and then can easily be deleted (any posts assigned to the user can be re-assigned to another user).</p>
<p>If you’re blogging from public computers or an application needs your username and password (such as a desktop blogging tool) then using a limited access account will give you the peace of mind that no significant damage can be done if the account is ever compromised.</p>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/perishable-3g-blacklist/" title="Perishable 3G Blacklist">Perishable 3G Blacklist</a></li><li><a href="http://wpsecure.org/stealth-login/" title="Stealth Login">Stealth Login</a></li><li><a href="http://wpsecure.org/one-click-plugin-updater/" title="One Click Plugin Updater">One Click Plugin Updater</a></li><li><a href="http://wpsecure.org/how-to-protect-wp-admin/" title="How to Protect /wp-admin">How to Protect /wp-admin</a></li><li><a href="http://wpsecure.org/blogging-from-public-computers/" title="Blogging from Public Computers">Blogging from Public Computers</a></li><li><a href="http://wpsecure.org/disable-comments-on-older-posts/" title="Disable Comments on Older Posts">Disable Comments on Older Posts</a></li><li><a href="http://wpsecure.org/local-backups/" title="Local Backups">Local Backups</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/use-an-account-with-limited-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete the Default Administrator</title>
		<link>http://wpsecure.org/delete-the-default-administrator/</link>
		<comments>http://wpsecure.org/delete-the-default-administrator/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:57:16 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[User Accounts & Passwords]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=13</guid>
		<description><![CDATA[When you install Wordpress the default administrator is given the predictable username of  admin. This appears harmless but is a huge security flaw. Why?
Well, one way to gain unauthorized access to a system is through brute force cracking. This works by using a program to automatically guess possibly millions of different username and passwords [...]]]></description>
			<content:encoded><![CDATA[<p>When you install Wordpress the default administrator is given the predictable username of  admin. This appears harmless but is a huge security flaw. Why?</p>
<p>Well, one way to gain unauthorized access to a system is through brute force cracking. This works by using a program to automatically guess possibly millions of different username and passwords combinations over and over.</p>
<p>Using the admin username basically speeds up the process for brute forcers because it’s just one less thing they have to figure out. In reality you should think of your Wordpress username as a second password, and therefore follow similar rules to that of strong passwords:</p>
<ul>
<li>Don’t tell people your username.</li>
<li>Don’t choose an obvious username (like your real name).</li>
<li>Use a mixture of numbers and letters.</li>
</ul>
<h3>Hide your True Username</h3>
<p>By default the username you login with is the name that is publicly displayed with your posts. You need to change this to keep it hidden:</p>
<ol>
<li>Go to the “Your Profile” page.</li>
<li>Find the field labelled &#8220;Display your name publicly as&#8221;.</li>
<li>Change this to something other than the username you log in with.</li>
</ol>
<h3>How to Delete the ‘admin’ User</h3>
<p>Your Wordpress installation cannot be without an administrator. This means you need to create a new administrator <em>before</em> you can delete the default one. And here’s how to do exactly that:</p>
<ol>
<li>Login to the Wordpress administration area.</li>
<li>Click on the &#8220;Add New User&#8221; link under the &#8220;Users&#8221; menu.</li>
<li>Fill out all the necessary details, and choose a username in the same way you would choose a password. Make it complex and hard to guess.</li>
<li>Set the &#8220;Role&#8221; to &#8220;Administrator&#8221;.</li>
<li>Click on the &#8220;Add User&#8221; button.</li>
<li>Logout.</li>
<li>Login with the newly created account.</li>
<li>On the &#8220;Authors &amp; Users&#8221; page you&#8217;ll now have the ability to delete the original admin user.</li>
<li>Click on the &#8220;Delete&#8221; link next to that user and you&#8217;ll be given the ability to assign all previously written posts to the new admin.</li>
<li>Confirm the deletion.</li>
</ol>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/deny-access-to-wp-config-php/" title="Deny Access to wp-config.php">Deny Access to wp-config.php</a></li><li><a href="http://wpsecure.org/ethical-and-privacy-issues-of-data-storage/" title="Ethical and Privacy Issues of Data Storage">Ethical and Privacy Issues of Data Storage</a></li><li><a href="http://wpsecure.org/wordpress-firewall/" title="WordPress Firewall">WordPress Firewall</a></li><li><a href="http://wpsecure.org/stealth-login/" title="Stealth Login">Stealth Login</a></li><li><a href="http://wpsecure.org/managing-passwords-with-software/" title="Managing Passwords with Software">Managing Passwords with Software</a></li><li><a href="http://wpsecure.org/plugin-wp-spamfree/" title="Plugin: WP-SpamFree">Plugin: WP-SpamFree</a></li><li><a href="http://wpsecure.org/askapache-password-protect/" title="AskApache Password Protect">AskApache Password Protect</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/delete-the-default-administrator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Strong Passwords</title>
		<link>http://wpsecure.org/strong-passwords/</link>
		<comments>http://wpsecure.org/strong-passwords/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 11:54:21 +0000</pubDate>
		<dc:creator>David Turnbull</dc:creator>
				<category><![CDATA[User Accounts & Passwords]]></category>

		<guid isPermaLink="false">http://wpsecure.org/?p=8</guid>
		<description><![CDATA[Passwords are the age-old, tried and true security tool for accounts of all sorts. And, if people followed the constantly recommended advice there’d be far less security concerns in the world.
Everyone thinks “Oh, no hacker would ever guess that my password is password1234”. But they will, and once that happens they’ll eat your children too*. [...]]]></description>
			<content:encoded><![CDATA[<p>Passwords are the age-old, tried and true security tool for accounts of all sorts. And, if people followed the constantly recommended advice there’d be far less security concerns in the world.</p>
<p>Everyone thinks “Oh, no hacker would ever guess that <em>my</em> password is password1234”. But they will, and once that happens they’ll eat your children too*. So think about that next time you don’t put any thought into a password.</p>
<p>*It is improbable that hackers will actually eat your children.</p>
<h3>How to Create Strong Passwords</h3>
<ol>
<li><strong>Make it longer</strong>. Every character your password has is another exponential amount of combinations a hacker has to guess so make your password as long as possible.</li>
<li><strong>Randomise </strong>. Don’t try to be clever with your passwords so they have some meaning allowing you to remember them: that’s a vulnerability. Either mash the keyboard furiously to create your passwords or, better yet use a site like <a href="http://strongpasswordgenerator.com">strongpasswordgenerator.com</a> to do the hard work for you.</li>
<li><strong>Use numbers, letters and symbols</strong>. Slip a couple of numbers and symbols into your password and it becomes infinitely more powerful.</li>
<li><strong>Change them regularly</strong>. Keep ‘em guessing.</li>
</ol>
<h3  class="related_post_title">You might also want to read...</h3><ul class="related_post"><li><a href="http://wpsecure.org/one-click-plugin-updater/" title="One Click Plugin Updater">One Click Plugin Updater</a></li><li><a href="http://wpsecure.org/secure-your-wp-admin-folder/" title="Secure Your wp-admin Folder">Secure Your wp-admin Folder</a></li><li><a href="http://wpsecure.org/updating-wordpress/" title="Updating WordPress">Updating WordPress</a></li><li><a href="http://wpsecure.org/ethical-and-privacy-issues-of-data-storage/" title="Ethical and Privacy Issues of Data Storage">Ethical and Privacy Issues of Data Storage</a></li><li><a href="http://wpsecure.org/hide-login-errors/" title="Hide Login Errors">Hide Login Errors</a></li><li><a href="http://wpsecure.org/other-wordpress-tricks/" title="Other WordPress Tricks">Other WordPress Tricks</a></li><li><a href="http://wpsecure.org/blogging-from-public-computers/" title="Blogging from Public Computers">Blogging from Public Computers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://wpsecure.org/strong-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->