<?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>Make Tech Easier &#187; password</title>
	<atom:link href="http://maketecheasier.com/tag/password/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Easily Reset Your WordPress Password via phpMyAdmin</title>
		<link>http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28</link>
		<comments>http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28#comments</comments>
		<pubDate>Sat, 28 Mar 2009 02:42:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3760</guid>
		<description><![CDATA[I know that it is easy to forget your password, especially when it contains plenty of symbols, digits and upper/lower case. In WordPress, if you have forgotten your password, you can get it to reset your password via your email account. However, in the event that you also forget your username or the email you [...]<p><strong><a href="http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28">How To Easily Reset Your WordPress Password via phpMyAdmin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07' rel='bookmark' title='Permanent Link: The Safe Way to Change your WordPress Database Table Prefix'>The Safe Way to Change your WordPress Database Table Prefix</a></li><li><a href='http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10' rel='bookmark' title='Permanent Link: How to Install and Test Wordpress on Your Mac'>How to Install and Test Wordpress on Your Mac</a></li><li><a href='http://maketecheasier.com/connect-to-your-wordpress-account-via-secure-ftp/2009/03/09' rel='bookmark' title='Permanent Link: How To Connect To Your WordPress Account Via Secure FTP'>How To Connect To Your WordPress Account Via Secure FTP</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3763" title="reset-button" src="http://images.maketecheasier.com/2009/03/reset-button.jpg" alt="reset-button" width="240" height="178" />I know that it is easy to forget your password, especially when it contains plenty of symbols, digits and upper/lower case. In WordPress, if you have forgotten your password, you can get it to reset your password via your email account. However, in the event that you also forget your username or the email you have used to open the WordPress account (I know this type of situation is rare, but it does happen), you can always reset your password via the phpMyAdmin.</p>
<p>This tutorial is applicable only if your Web host is using phpMyAdmin to manage your database.</p>
<p>Log into your Web host account and go into the phpMyAdmin admin page.</p>
<p>Search for the database that you have configured for the WordPress account.</p>
<p><img style="display: inline" title="phpmyadmin-home" src="http://images.maketecheasier.com/2009/03/phpmyadmin-home.jpg" alt="phpmyadmin-home" width="577" height="262" /></p>
<p>If you have no idea what is the name of your WordPress database (probably because you used the auto installation script in cPanel) or forgotten the database name, download the <em>wp-config.php</em> file from the WordPress server (using <a href="http://maketecheasier.com/connect-to-your-wordpress-account-via-secure-ftp/2009/03/09" target="_blank">SFTP</a>). You should find your database information there.</p>
<p>On the left side of the phpMyAdmin screen, you should see a list of the table used in WordPress. Scroll down until you see the entry &#8220;<em>wp_users</em>&#8220;. If you are using a different table prefix other than &#8220;<em>wp_</em>&#8220;, you should see something like &#8220;<em>yourprefix_users</em>&#8221;</p>
<p><img style="display: inline" title="phpmyadmin_users" src="http://images.maketecheasier.com/2009/03/phpmyadmin_users.jpg" alt="phpmyadmin_users" width="526" height="347" /></p>
<p>On the right, click on the Browse button. This will get it to display all the user information. The <em>userpass</em> column is the password field. Note that it is of an unrecognizable format, definitely not the same as the one that you have set for your WordPress. Don&#8217;t worry, this is the exact same password that you have set, except that it is encrypted with <a href="http://en.wikipedia.org/wiki/Md5_Hash" target="_blank">MD5 Hash</a>.</p>
<p><img style="display: inline" title="wp-users-pwd" src="http://images.maketecheasier.com/2009/03/wp-users-pwd.jpg" alt="wp-users-pwd" width="577" height="151" /></p>
<p>Now, open a new tab in your browser and head on to <a href="http://www.miraclesalad.com/webtools/md5.php" target="_blank">MD5 hasher</a>. Enter your password and and click OK to create a md5 hash of that password. Copy the hashed string to your clipboard.</p>
<p><img style="display: inline" title="md5hash" src="http://images.maketecheasier.com/2009/03/md5hash.jpg" alt="md5hash" width="376" height="136" /></p>
<p>Back to your phpMyAdmin, check the box beside your username and click on the pencil icon to edit the entry.</p>
<p><img style="display: inline" title="wp_usrs_edit" src="http://images.maketecheasier.com/2009/03/wp_usrs_edit.jpg" alt="wp_usrs_edit" width="577" height="165" /></p>
<p>Replace the password with your newly generated md5hash password.</p>
<p><img style="display: inline" title="change-passwd" src="http://images.maketecheasier.com/2009/03/change-passwd.jpg" alt="change-passwd" width="577" height="263" /></p>
<p>Click on <em>Go</em> to save the changes.</p>
<p>That&#8217;s it. You should be able to log in with the new password now.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/tomasrotger/" target="_blank">Tomás Rotger</a></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28">How To Easily Reset Your WordPress Password via phpMyAdmin</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07' rel='bookmark' title='Permanent Link: The Safe Way to Change your WordPress Database Table Prefix'>The Safe Way to Change your WordPress Database Table Prefix</a></li><li><a href='http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10' rel='bookmark' title='Permanent Link: How to Install and Test Wordpress on Your Mac'>How to Install and Test Wordpress on Your Mac</a></li><li><a href='http://maketecheasier.com/connect-to-your-wordpress-account-via-secure-ftp/2009/03/09' rel='bookmark' title='Permanent Link: How To Connect To Your WordPress Account Via Secure FTP'>How To Connect To Your WordPress Account Via Secure FTP</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Auto-Unlock Keyring Manager In Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14</link>
		<comments>http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:35:39 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[keyring manager]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Ubuntu tweak]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3391</guid>
		<description><![CDATA[
If you have set your Ubuntu machine to auto-login everytime you start your computer, you will find that as soon as you reach your desktop, the keyring manager will automatically pop up and ask you for the password to unlock itself and retrieve the key to connect to the wireless connection.
The keyring manager is integrated [...]<p><strong><a href="http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14">Auto-Unlock Keyring Manager In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/edit-your-screensaver-settings-in-ubuntu-intrepid/2009/03/07' rel='bookmark' title='Permanent Link: How To Edit Your Screensaver Settings In Ubuntu Intrepid'>How To Edit Your Screensaver Settings In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-intrepid-into-mac-osx-leopard/2009/01/08' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Intrepid Into Mac OSX Leopard'>Turn Your Ubuntu Intrepid Into Mac OSX Leopard</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3399" title="keyring-prompt" src="http://images.maketecheasier.com/2009/03/keyring-prompt.jpg" alt="keyring-prompt" width="517" height="246" /></p>
<p>If you have set your Ubuntu machine to auto-login everytime you start your computer, you will find that as soon as you reach your desktop, the keyring manager will automatically pop up and ask you for the password to unlock itself and retrieve the key to connect to the wireless connection.</p>
<p>The keyring manager is integrated with Gnome such that when you login from the main screen, it will automatically unlock itself as well. However, if you use the auto-login function, Gnome will skip the keyring manager process and log the user in without unlocking the keyring manger.</p>
<p>To get rid of this annoyance, what you can do is to set a blank password for the keyring manager so that it won&#8217;t prompt you  for password everytime you login.</p>
<p>Do bear in mind that setting a blank password for your keyring manager will expose all your passwords to anyone that use your computer.</p>
<p>Go to <em>Applications -&gt; Accessories -&gt; Password and Encryption Keys</em></p>
<p><img class="alignnone size-full wp-image-3392" title="keyring-manager" src="http://images.maketecheasier.com/2009/03/keyring-manager.jpg" alt="keyring-manager" width="577" height="446" /></p>
<p>Go to <em>Edit-&gt; Preferences</em></p>
<p>Highlight the <em>login – Automatically unlocked when user logs in</em> entry. Press the <em>Change Unlock Password</em> button.</p>
<p><img class="alignnone size-full wp-image-3393" title="password-keyring" src="http://images.maketecheasier.com/2009/03/password-keyring.jpg" alt="password-keyring" width="576" height="440" /></p>
<p>Enter your old password and leave blank for the new password. Click Change.</p>
<p><img class="alignnone size-full wp-image-3394" title="keyring-change-pwd" src="http://images.maketecheasier.com/2009/03/keyring-change-pwd.jpg" alt="keyring-change-pwd" width="467" height="376" /></p>
<p>It will prompt you for security issue. Click <em>Use Unsafe Storage</em> to continue.</p>
<p><img class="alignnone size-full wp-image-3395" title="keyring-unencrypted-pwd" src="http://images.maketecheasier.com/2009/03/keyring-unencrypted-pwd.jpg" alt="keyring-unencrypted-pwd" width="480" height="169" /></p>
<p>Done. Next time when you login, the keyring manager won&#8217;t prompt you for password again.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14">Auto-Unlock Keyring Manager In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/edit-your-screensaver-settings-in-ubuntu-intrepid/2009/03/07' rel='bookmark' title='Permanent Link: How To Edit Your Screensaver Settings In Ubuntu Intrepid'>How To Edit Your Screensaver Settings In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/auto-mount-your-ntfs-partition-in-ubuntu/2009/04/14' rel='bookmark' title='Permanent Link: How To Auto-mount Your NTFS Partition In Ubuntu'>How To Auto-mount Your NTFS Partition In Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-intrepid-into-mac-osx-leopard/2009/01/08' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Intrepid Into Mac OSX Leopard'>Turn Your Ubuntu Intrepid Into Mac OSX Leopard</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Store Thousands Of Password With Password Manager</title>
		<link>http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28</link>
		<comments>http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28#comments</comments>
		<pubDate>Fri, 28 Dec 2007 05:29:04 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28</guid>
		<description><![CDATA[Remembering one password is easy. Remembering hundreds of passwords is not easy. Even though I have discussed the way to remember thousands of passwords easily, plenty of people still balk at the idea of having to remember so many passwords. So what is the alternative solution? The answer is using a password manager.
For anyone who [...]<p><strong><a href="http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28">How To Store Thousands Of Password With Password Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14' rel='bookmark' title='Permanent Link: Auto-Unlock Keyring Manager In Ubuntu Intrepid'>Auto-Unlock Keyring Manager In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/setting-up-a-lamp-server-in-ubuntu-hardy-heron/2008/08/06' rel='bookmark' title='Permanent Link: Setting Up a LAMP Server In Ubuntu Hardy Heron'>Setting Up a LAMP Server In Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29' rel='bookmark' title='Permanent Link: How to Password Protect Your USB Drive Without Administrator Privilege'>How to Password Protect Your USB Drive Without Administrator Privilege</a></li><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/password-key.jpg" alt="password-key" class="alignleft"/>Remembering one password is easy. Remembering hundreds of passwords is not easy. Even though I have discussed <a href="http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04" title="A fool proof way to remember thousands of passwords effortlessly">the way to remember thousands of passwords easily</a>, plenty of people still balk at the idea of having to remember so many passwords. So what is the alternative solution? The answer is using a password manager.</p>
<p>For anyone who is lazy (just like me) or is tired of remembering hundreds of password, they only need to remember one master password to activate the password manager, which is a simple task for everyone. There are plenty of free password managers that provide great encryption and security for anyone to store their passwords.</p>
<p>One of my favorite password manager is <a href="http://www.keepass.info" target="_blank">KeePass</a> (<a href="http://www.keepassx.org" target="_blank">KeePassX</a> for Linux and Mac version). It has an easy-to-use interface and uses strong 256 bits encryption algorithm (AES and TwoFish). The features of KeePassX include:</p>
<ul>
<li>256 bits AES or TwoFish encryption</li>
<li>Easy to use interface</li>
<li>Customizable. It allows you to save many different information e.g. user names, passwords, urls, attachments and comments in one single database.</li>
<li>Integrated search function allows you to search in a single group or the complete database.</li>
<li>Secure password generation.</li>
<li>Cross platform. This is what attracts me most. Since it can be installed in all OS, I am able to port my password database from one PC to another.</li>
</ul>
<p><strong>Installation</strong></p>
<p>For Windows OS, download the .exe file from <a href="http://keepass.info/download.html" target="_blank">http://keepass.info/download.html</a><br />
For Mac OSX, download the binary package from <a href="http://www.keepassx.org/downloads" target="_blank">http://www.keepassx.org/downloads</a> or .dmg file from <a href="http://mac.softpedia.com/get/Security/KeePassX.shtml" target="_blank">Softpedia</a><br />
For Linux, download the .deb or .rpm file from <a href="http://www.keepassx.org/downloads" target="_blank">http://www.keepassx.org/downloads</a>. Alternatively, Ubuntu users can install using Synaptic Package Manager.</p>
<p><strong>Installing and using KeePassX on Ubuntu</strong></p>
<p>Open up your synaptic package manager (<em>System</em> -&gt; <em>Administration</em> -&gt; <em>Synaptic Package Manager</em>). Navigate to &#8216;<em>keepassx</em>&#8216; and check the box beside it. Click Apply. This will install the program and its dependency files (<em>libqt4-core</em> and <em>libqt4-gui</em>).</p>
<p>When installation is done, open the KeePassX (<em>Applications</em> -&gt; <em>Accessories</em> -&gt; <em>KeePassX</em>).</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot1.png" alt="Keepassx screenshot1" /></p>
<p>To save your password, you must first create a database. Click on <em>File</em> -&gt; <em>New Database</em>. On the window that appears, set your database password. This will be your master password (and the only password that you need to remember), thus make sure you set a strong and hard to guess password.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot2.png" alt="Keepassx screenshot2" /></p>
<p>The next step is to add a new group. This is to allow you to organize your passwords in various groups for easy navigation and retrieval. Click <em>Edit</em> -&gt; <em>New Group</em>. Enter the title of the group and select an icon.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot3.png" alt="Keepassx screenshot3" /></p>
<p>Now you are ready to add your password. Click <em>Edit</em> -&gt; <em>Add New Entry</em>. On the window that appears, there are various fields that you need to fill in. Beside the password field, there is a &#8216;<em>Gen</em>&#8216; button. Press it if you wish to generate a random password.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot7.png" alt="Keepassx screenshot7" /></p>
<p>On the generate random password window, you can select from a series of options to generate a strong password. Since you are not remembering the password, it doesn&#8217;t matter if it generates a 20 characters long password that is full of weird characters. What&#8217;s more important is its ability to give you a strong protection.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot5.png" alt="Keepassx screenshot5" /></p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepasx-screenshot6.png" alt="Keepassx screenshot6" /></p>
<p>Once finished, click <em>Accept</em> to pass the newly generated password to the password entry form.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/keepassx-screenshot4.png" alt="Keepassx screenshot4" /></p>
<p>Click <em>OK</em> to save your password.</p>
<p>Done.</p>
<p>To add more passwords, click <em>Edit</em> -&gt; <em>New Entry</em>.</p>
<p>Before you exit the program, remember to save the database (<em>File</em> -&gt; <em>Save database</em>), else all the effort will be gone to waste.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28">How To Store Thousands Of Password With Password Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/auto-unlock-keyring-manager-in-ubuntu-intrepid/2009/03/14' rel='bookmark' title='Permanent Link: Auto-Unlock Keyring Manager In Ubuntu Intrepid'>Auto-Unlock Keyring Manager In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/setting-up-a-lamp-server-in-ubuntu-hardy-heron/2008/08/06' rel='bookmark' title='Permanent Link: Setting Up a LAMP Server In Ubuntu Hardy Heron'>Setting Up a LAMP Server In Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29' rel='bookmark' title='Permanent Link: How to Password Protect Your USB Drive Without Administrator Privilege'>How to Password Protect Your USB Drive Without Administrator Privilege</a></li><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Fool Proof Way To Remember Thousands Of Passwords Effortlessly</title>
		<link>http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04</link>
		<comments>http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04#comments</comments>
		<pubDate>Tue, 04 Dec 2007 04:07:46 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04</guid>
		<description><![CDATA[One of the most common headache that people are facing is to remember the dozens of passwords associated with every site. What most people do to simplify the matter is to use one single password for all their acounts. To make thing even simpler, an easy to remember word is used as the password. It [...]<p><strong><a href="http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04">A Fool Proof Way To Remember Thousands Of Passwords Effortlessly</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li><li><a href='http://maketecheasier.com/instantly-view-thousands-of-rss-feeds-with-awasu/2009/01/24' rel='bookmark' title='Permanent Link: Instantly View Thousands Of RSS Feeds With Awasu'>Instantly View Thousands Of RSS Feeds With Awasu</a></li><li><a href='http://maketecheasier.com/connect-to-your-wordpress-account-via-secure-ftp/2009/03/09' rel='bookmark' title='Permanent Link: How To Connect To Your WordPress Account Via Secure FTP'>How To Connect To Your WordPress Account Via Secure FTP</a></li><li><a href='http://maketecheasier.com/manage-multiple-google-analytics-accounts-from-desktop/2009/11/08' rel='bookmark' title='Permanent Link: How to Manage Multiple Google Analytics Accounts from Desktop'>How to Manage Multiple Google Analytics Accounts from Desktop</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/password_key.jpg" alt="password key" class="alignleft" height="240" width="240" />One of the most common headache that people are facing is to remember the dozens of passwords associated with every site. What most people do to simplify the matter is to use one single password for all their acounts. To make thing even simpler, an easy to remember word is used as the password. It is not surprising to see that <em>&#8216;password&#8217;</em> tops the list for the <a href="http://www.modernlifeisrubbish.co.uk/article/top-10-most-common-passwords" title="top 10 most common passwords" target="_blank">10 most common passwords</a>. Some of them trying to be smart, put a 1 behind the <em>&#8216;password&#8217;</em> (which means <em>&#8216;password1&#8242;</em>) and pray that the hackers are not as smart as them to come up with such an &#8216;<em>ingenious&#8217;</em> idea.</p>
<p>The problem with using the same password is that once someone finds out your password, all your accounts become instantly accessible by third party. If someone cracks into your Amazon.com or Paypal account that contains your credit card information, the result is going to be devastating.</p>
<p><strong>How can I remember so many passwords?</strong></p>
<p>In programming, a secure way of storing password in database is to use <a href="http://www.aspheute.com/english/20040105.asp" title="What is a salted hash?" target="_blank">salted hash</a>. A string of words is used as the key (also known as &#8217;salt&#8217;) and append to the user entered password. This newly formed password is then hashed using md5 encryption and the result is stored into the database. To illustrate, a user entered <em>&#8216;password1&#8242;</em> as his password. The script then appends a salt known as <em>&#8216;iloveyou&#8217;</em> to the password which results in <em>&#8216;iloveyoupassword1&#8242;</em>. This password is then encrypted to produce a random string <em>&#8216;228e4011b6afbevge44e3d787d606407&#8242;</em> which is then stored into the database.</p>
<p>Now, how does all this apply to you?</p>
<p>This is simple. Using the same concept as salting, you can generate thousands of passwords easily. Using one base password, what you need to do is to append the site name to your password. For example, if my base password is <em>&#8216;iloveyou&#8217;</em>, then I can set the password for my Yahoo email as <em>&#8216;iloveyouyahooemail&#8217;</em> and bank account password as <em>&#8216;iloveyouXYZbank&#8217;</em>. In this case, you can generate different password for different sites. And since your password is long and not a word found in the dictionary, it will be difficult for hacker to crack it.</p>
<p>To make your password even more secure, you can use a mix of number, upper case, lower case and special characters for your base password. <em>&#8216;15@gdH34&#8242;</em> would be a good base password. Some websites only allow 8 characters password, so you might have to play around with your base password to control the generated password length.</p>
<p>What I have listed here is only one of the way you can use to generate passwords. You are free to experiment and set your own rule. If you have some interesting ways to generate passwords, do share it here.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04">A Fool Proof Way To Remember Thousands Of Passwords Effortlessly</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li><li><a href='http://maketecheasier.com/instantly-view-thousands-of-rss-feeds-with-awasu/2009/01/24' rel='bookmark' title='Permanent Link: Instantly View Thousands Of RSS Feeds With Awasu'>Instantly View Thousands Of RSS Feeds With Awasu</a></li><li><a href='http://maketecheasier.com/connect-to-your-wordpress-account-via-secure-ftp/2009/03/09' rel='bookmark' title='Permanent Link: How To Connect To Your WordPress Account Via Secure FTP'>How To Connect To Your WordPress Account Via Secure FTP</a></li><li><a href='http://maketecheasier.com/manage-multiple-google-analytics-accounts-from-desktop/2009/11/08' rel='bookmark' title='Permanent Link: How to Manage Multiple Google Analytics Accounts from Desktop'>How to Manage Multiple Google Analytics Accounts from Desktop</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/a-fool-proof-way-to-remember-thousands-of-passwords-effortlessly/2007/12/04/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
