<?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>gHacks technology news &#187; passwords</title>
	<atom:link href="http://www.ghacks.net/tag/passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 19:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Log in to websites with your site&#8217;s URL as your OpenID</title>
		<link>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/</link>
		<comments>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:12:56 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorisation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[my open id]]></category>
		<category><![CDATA[myopenid]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14457</guid>
		<description><![CDATA[A few years ago, Martin covered OpenID, an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.
An OpenID is an URL. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/openid-300x267.gif" alt="OpenID" width="300" height="267" class="alignleft size-thumbnail wp-image-14481" /><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/">A few years ago, Martin covered OpenID,</a> an open authentication system. Since then, it has become increasingly popular and a wide range of sites, from AOL to LiveJournal provide OpenIDs, and OpenID login is also quite common. OpenID is particularly popular for blog comments, with Blogger now integrating support for it.</p>
<p>An OpenID is an URL. However, using an URL like http://computerjoe.myopenid.com/ to log-in and post comments with just doesn&#8217;t look sophisticated. I much prefer to use my own blog&#8217;s URL to post comments and log-in; it pumps traffic to my blog and frankly just looks better.</p>
<p>Whilst you could run your own OpenID identity server to do this, this takes quite a bit of expertise to set-up and whilst it is probably more secure, it isn&#8217;t needed in my opinion.</p>
<p><span id="more-14457"></span>It is possible to use a any identity server with your website&#8217;s URL. I personally use <a href="http://myopenid.com">MyOpenID</a>, but I log in to sites with joeanderson.co.uk/blog; not  with computerjoe.myopenid.com.</p>
<p>This can be done by simply adding a few lines of HTML to your website&#8217;s &lt;head&gt;.</p>
<p>For example, I put </p>
<p>&lt;link rel=”openid.server” href=”http://www.myopenid.com/server” /&gt;<br />
&lt;link rel=”openid.delegate” href=”http://computerjoe.myopenid.com” /&gt;</p>
<p>Naturally, these have to be modified depending on your username and server, but the provider should provider the information.</p>
<p>There are several benefits using this type of OpenID identificatin. The main one is that it just looks better but the most practical one is probably that it allows you to change provider whilst keeping the same log on. So, if I suddenly decide not to use MyOpenID, I can change to any other provider but my URL remains the same.</p>

	Tags: <a href="http://www.ghacks.net/tag/authentication/" title="authentication" rel="tag">authentication</a>, <a href="http://www.ghacks.net/tag/authorisation/" title="authorisation" rel="tag">authorisation</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/id/" title="id" rel="tag">id</a>, <a href="http://www.ghacks.net/tag/my-open-id/" title="my open id" rel="tag">my open id</a>, <a href="http://www.ghacks.net/tag/myopenid/" title="myopenid" rel="tag">myopenid</a>, <a href="http://www.ghacks.net/tag/openid/" title="openid" rel="tag">openid</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/username/" title="username" rel="tag">username</a>, <a href="http://www.ghacks.net/tag/web/" title="web" rel="tag">web</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/" title="Avoid multiple login names with OpenID (May 30, 2007)">Avoid multiple login names with OpenID</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/04/password-recovery-speeds/" title="Password Recovery Speeds (April 4, 2006)">Password Recovery Speeds</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/" title="Password Recovery Questions Make Online Accounts Vulnerable (July 1, 2009)">Password Recovery Questions Make Online Accounts Vulnerable</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Password Recovery Questions Make Online Accounts Vulnerable</title>
		<link>http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/</link>
		<comments>http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:19:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[online security]]></category>
		<category><![CDATA[password recovery]]></category>
		<category><![CDATA[password recovery questions]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[secret questions]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14058</guid>
		<description><![CDATA[Password recovery questions are great to recover a forgotten password in a matter of seconds. All that needs to be done is to answer the password recovery question to receive a new password in the email inbox. This does however make email hacking a profitable business as email accounts are usually connected to online stores [...]]]></description>
			<content:encoded><![CDATA[<p>Password recovery questions are great to recover a forgotten password in a matter of seconds. All that needs to be done is to answer the password recovery question to receive a new password in the email inbox. This does however make email hacking a profitable business as email accounts are usually connected to online stores and other web services. Attackers with access to a compromised email account only need to answer the secret question to retrieve the password of the web account. This matter is definitely more secure than sending out the password without confirmation on the user&#8217;s request. </p>
<p>A recent <a href="http://www.newscientist.com/article/dn17347-secret-questions-leave-accounts-vulnerable.html">study</a> shows on the other hand that password recovery questions are usually answered honestly. Questions about the birth town, mother&#8217;s maiden name or first animal name can sometimes be easily guesses. The study asked acquaintances of 32 webmail users to guess the answer to the secret question. Roughly 20% of these answers were guessed correctly.</p>
<p><span id="more-14058"></span>Password recovery questions should therefor not be answered honestly. Experienced users fill them out with password like characters which makes the answers more or less impossible to guess. These answers can then be stored in password managers as notes.</p>
<p>How do you handle password recovery questions?</p>

	Tags: <a href="http://www.ghacks.net/tag/accounts/" title="accounts" rel="tag">accounts</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/online-security/" title="online security" rel="tag">online security</a>, <a href="http://www.ghacks.net/tag/password-recovery/" title="password recovery" rel="tag">password recovery</a>, <a href="http://www.ghacks.net/tag/password-recovery-questions/" title="password recovery questions" rel="tag">password recovery questions</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/secret-questions/" title="secret questions" rel="tag">secret questions</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/04/04/password-recovery-speeds/" title="Password Recovery Speeds (April 4, 2006)">Password Recovery Speeds</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/" title="Outlook Express Password Recovery (August 8, 2008)">Outlook Express Password Recovery</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/truemark-email-identification/" title="Truemark Email Identification (March 11, 2009)">Truemark Email Identification</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/04/26/temporary-email-from-bugmenot/" title="Temporary Email from BugMeNot (April 26, 2007)">Temporary Email from BugMeNot</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Password Asterisk Logger</title>
		<link>http://www.ghacks.net/2008/12/12/password-asterisk-logger/</link>
		<comments>http://www.ghacks.net/2008/12/12/password-asterisk-logger/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:53:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[asterisks logger]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[password software]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[reveal-passwords]]></category>
		<category><![CDATA[snadboys revelation]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8951</guid>
		<description><![CDATA[Most software programs display passwords in asterisks to prevent bypassers from accidentally identifying the typed in password. That feature is however superfluous if there are no other users who can accidentally spot the password. Still, asterisks are displayed whenever the password is entered. 
Problems can arise if a user is forgetting the password that he [...]]]></description>
			<content:encoded><![CDATA[<p>Most software programs display passwords in asterisks to prevent bypassers from accidentally identifying the typed in password. That feature is however superfluous if there are no other users who can accidentally spot the password. Still, asterisks are displayed whenever the password is entered. </p>
<p>Problems can arise if a user is forgetting the password that he used in the application. This can lead to all kinds of problems like having to reinstall a software program or losing encrypted data. </p>
<p><a href="http://www.nirsoft.net/utils/astlog.html">Asterisk Logger</a> is a portable software program that runs quietly in the background. It monitors and logs windows with password forms. Asterisk Logger basically records passwords and related information giving the user access to those information in case of lost passwords.</p>
<p><span id="more-8951"></span>It does that for many applications in Windows but not for all. It is up to the user to find out about the limitations. Generally speaking it works with most password text-boxes but not with applications that use additional security including web browsers like Firefox or Internet Explorer.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/12/astlog-500x176.gif" alt="astlog" title="astlog" width="500" height="176" class="alignnone size-medium wp-image-8953" /></p>
<p>The application is not only logging the password but also the window title, application where the password has been entered and the time. These information can be exported to html.</p>

	Tags: <a href="http://www.ghacks.net/tag/asterisks-logger/" title="asterisks logger" rel="tag">asterisks logger</a>, <a href="http://www.ghacks.net/tag/nirsoft/" title="nirsoft" rel="tag">nirsoft</a>, <a href="http://www.ghacks.net/tag/password-software/" title="password software" rel="tag">password software</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/reveal-passwords/" title="reveal-passwords" rel="tag">reveal-passwords</a>, <a href="http://www.ghacks.net/tag/snadboys-revelation/" title="snadboys revelation" rel="tag">snadboys revelation</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/31/windows-system-control-center/" title="Windows System Control Center (October 31, 2008)">Windows System Control Center</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/09/24/windows-shortcuts-manager/" title="Windows Shortcuts Manager (September 24, 2009)">Windows Shortcuts Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/27/windows-registry-monitoring/" title="Windows Registry Monitoring With RegFromApp (May 27, 2009)">Windows Registry Monitoring With RegFromApp</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/27/windows-operating-systems-special-folders-view/" title="Windows Operating Systems Special Folders View (April 27, 2009)">Windows Operating Systems Special Folders View</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/09/23/windows-live-messenger-contacts-manager/" title="Windows Live Messenger Contacts Manager (September 23, 2009)">Windows Live Messenger Contacts Manager</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/12/password-asterisk-logger/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Brute Force Calculator</title>
		<link>http://www.ghacks.net/2008/11/11/brute-force-calculator/</link>
		<comments>http://www.ghacks.net/2008/11/11/brute-force-calculator/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 14:21:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Brute Force Calculator]]></category>
		<category><![CDATA[brute-force]]></category>
		<category><![CDATA[computer password]]></category>
		<category><![CDATA[cracking passwords]]></category>
		<category><![CDATA[password security]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8216</guid>
		<description><![CDATA[Have you ever wondered how long it would take for a typical computer bought in 2008 to brute force your passwords? Now you can find out with the Brute Force Calculator. While it does not provide scientific results it could be interesting to see how long it could take to brute force your passwords to [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how long it would take for a typical computer bought in 2008 to brute force your passwords? Now you can find out with the Brute Force Calculator. While it does not provide scientific results it could be interesting to see how long it could take to brute force your passwords to make sure they are hard enough to crack.</p>
<p>To explain the brute force concept in a few words. It basically is a method to try every possible combination until the right password has been discovered. Passwords that use lots of characters and make use of the complete char set including upper case, lower case, numbers and special chars are harder to brute force. </p>
<p>The Brute Force Calculator lets you enter the amount of chars of the password divided into upper case, lower case, numbers and special characters. </p>
<p><span id="more-8216"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/brute_force_calculator-500x332.jpg" alt="brute force calculator" title="brute force calculator" width="500" height="332" class="alignnone size-medium wp-image-8217" /></p>
<p>According to the script a single computer can brute force a password consisting of seven lower case chars and one number in 29 minutes while a password consisting of 7 upper case, 7 lower case, 1 number and 1 special char would take 3,129,145,610.89 days to crack on a single machine.</p>
<p>All based on a computer that is able to try 137,438,953,472 combinations per hour. The script is basically interesting for users who are still using short passwords who do not make use of the complete character set possible. It shows them that someone could crack their password in a short amount of time not even taking into consideration using distributed computing to brute force the password.</p>

	Tags: <a href="http://www.ghacks.net/tag/brute-force-calculator/" title="Brute Force Calculator" rel="tag">Brute Force Calculator</a>, <a href="http://www.ghacks.net/tag/brute-force/" title="brute-force" rel="tag">brute-force</a>, <a href="http://www.ghacks.net/tag/computer-password/" title="computer password" rel="tag">computer password</a>, <a href="http://www.ghacks.net/tag/cracking-passwords/" title="cracking passwords" rel="tag">cracking passwords</a>, <a href="http://www.ghacks.net/tag/password-security/" title="password security" rel="tag">password security</a>, <a href="http://www.ghacks.net/tag/password-strength/" title="password strength" rel="tag">password strength</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/04/22/password-security-what-users-know-and-what-they-actually-do/" title="Password Security: What Users Know and What They Actually Do (April 22, 2006)">Password Security: What Users Know and What They Actually Do</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/08/05/make-your-passwords-stronger-with-password-chart/" title="Make your passwords stronger with password chart (August 5, 2006)">Make your passwords stronger with password chart</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/11/brute-force-calculator/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>One Password Management Software To Rule Them All</title>
		<link>http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/</link>
		<comments>http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 18:41:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[password generator]]></category>
		<category><![CDATA[password management]]></category>
		<category><![CDATA[password management software]]></category>
		<category><![CDATA[password manager]]></category>
		<category><![CDATA[password manager software]]></category>
		<category><![CDATA[password managers]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7297</guid>
		<description><![CDATA[Choosing secure passwords is important to protect the user accounts from being accessed by unauthorized users. The problem that arises for all users is that secure passwords are harder to remember. Writing them down is one solution to the problem. The other possibility that is more reasonable is using a password management software.
A good password [...]]]></description>
			<content:encoded><![CDATA[<p>Choosing secure passwords is important to protect the user accounts from being accessed by unauthorized users. The problem that arises for all users is that secure passwords are harder to remember. Writing them down is one solution to the problem. The other possibility that is more reasonable is using a password management software.</p>
<p>A good password management software should ensure data security, provide password generation and integration into common web browsers to make the life of the user as comfortable as possible. </p>
<p>The password management software <a href="https://lastpass.com/">Last Pass</a> does all of that and much more. It currently supports Microsoft <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> and <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> on Windows, Linux and Macintosh. It provides the option to import the existing passwords from Internet Explorer, <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and multiple password management software applications like KeePass and RoboForm and makes them available on their secure website and in the browser of choice.</p>
<p><span id="more-7297"></span>The password manager automatically recognizes websites that it has user data stored for in its database and will fill out the login forms automatically so that it is only a matter of clicking on login to login to the website.</p>
<p>Each password and the rest of the user data can be accessed on the last pass website. Sites can be loaded from there and data changed. The online profile provides access to another interesting feature: It is possible to fill out form data for login forms so that it will be automatically filled out as well when the user registers at a new service.</p>
<p>The password generator comes in handy when registering to a new service on the Internet. A hotkey or the notification on top of the website can be used to open the password generator which can be configured to suite the website&#8217;s requirements.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/09/password_management_software.jpg" alt="password management software" title="password management software" width="263" height="240" class="alignnone size-medium wp-image-7298" /></p>
<p>The Password Management Software Last Pass will also recognize password changes and ask the user if he wants to store the new password in the database. The passwords can be easily backed up and restored to access them on multiple computers. Since all of them are stored in encrypted form on the Last Pass website it&#8217;s only a matter of entering the login information and / or installing the plugin for the browser to access the passwords on other computers.</p>
<p>Windows users can also use a portable USB client that can connect to the password management service and pull the passwords from there after proving the correct login details.</p>
<p>One interesting feature is the function to share passwords. Have you ever send someone passwords in plaintext before? That should be a thing of the past because passwords can now be shared securely using Last Pass as well.</p>
<p>Lastly there is a feature to supply different login credentials if more than one account is stored in the password manager for a website. </p>
<p>The only problem that was encountered during tests happened when trying to change passwords on websites. The generated password would fill out the Old Password and the first form of the New Password field. A workaround for this was to copy the password from the password generator, let it paste the password and paste it manually in the second password field and enter the old password manually. Not a huge deal but something that could probably be easily fixed in future builds.</p>
<p>Last Pass is a comfortable password management software that should appeal to many users.</p>

	Tags: <a href="http://www.ghacks.net/tag/password-generator/" title="password generator" rel="tag">password generator</a>, <a href="http://www.ghacks.net/tag/password-management/" title="password management" rel="tag">password management</a>, <a href="http://www.ghacks.net/tag/password-management-software/" title="password management software" rel="tag">password management software</a>, <a href="http://www.ghacks.net/tag/password-manager/" title="password manager" rel="tag">password manager</a>, <a href="http://www.ghacks.net/tag/password-manager-software/" title="password manager software" rel="tag">password manager software</a>, <a href="http://www.ghacks.net/tag/password-managers/" title="password managers" rel="tag">password managers</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/websites/" title="websites" rel="tag">websites</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/21/lastpass-now-compatible-with-all-browsers/" title="LastPass Now Compatible With All Browsers (January 21, 2009)">LastPass Now Compatible With All Browsers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/06/password-software/" title="Password Software (September 6, 2008)">Password Software</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/05/23/internet-explorer-password-management-add-on/" title="Internet Explorer Password Management Add-on (May 23, 2009)">Internet Explorer Password Management Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/09/28/google-chrome-password-manager/" title="Google Chrome Password Manager (September 28, 2008)">Google Chrome Password Manager</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Google Chrome Password Manager</title>
		<link>http://www.ghacks.net/2008/09/28/google-chrome-password-manager/</link>
		<comments>http://www.ghacks.net/2008/09/28/google-chrome-password-manager/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 15:39:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[export passwords]]></category>
		<category><![CDATA[google browser]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google passwords]]></category>
		<category><![CDATA[password manager]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7275</guid>
		<description><![CDATA[Most modern web browsers make use of a password manager that stores usernames and passwords of websites and services in the browser so that the user does not have to enter them over and over again. Mozilla Firefox and Opera provide access to a password manager in the browser that can be used to manage [...]]]></description>
			<content:encoded><![CDATA[<p>Most modern web browsers make use of a password manager that stores usernames and passwords of websites and services in the browser so that the user does not have to enter them over and over again. <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> and <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> provide access to a password manager in the browser that can be used to manage passwords in the browser.</p>
<p><a href="http://techie-buzz.com/utilites/how-to-view-stored-username-passwords-in-google-chrome.html">ChromePass</a> is a new software program by <a href="http://www.nirsoft.net/utils/chromepass.html">Nirsoft</a> that can display the most relevant information that have been saved in Google Chrome. The browser provides a basic password manager. The Google Chrome password manager displays the url of the website and the username by default and provides a Show Password button to display the password as well.</p>
<p>The data cannot be copied which is one of the major disadvantages of the Chrome password manager. Chromepass displays the data that has been stored in Google Chrome. The application displays additional parameters like the action url, data and the names of the user and password fields.</p>
<p><span id="more-7275"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/09/password_manager-500x153.gif" alt="" title="password manager" width="500" height="153" class="alignnone size-medium wp-image-7276" /></p>
<p>The passwords can be saved as txt files or generated as html files. Several command line parameters are available that can be used to save the list of passwords automatically. Chromepass is a portable application for Microsoft Windows operating systems.</p>

	Tags: <a href="http://www.ghacks.net/tag/browser/" title="browser" rel="tag">browser</a>, <a href="http://www.ghacks.net/tag/export-passwords/" title="export passwords" rel="tag">export passwords</a>, <a href="http://www.ghacks.net/tag/google-browser/" title="google browser" rel="tag">google browser</a>, <a href="http://www.ghacks.net/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://www.ghacks.net/tag/google-passwords/" title="google passwords" rel="tag">google passwords</a>, <a href="http://www.ghacks.net/tag/password-manager/" title="password manager" rel="tag">password manager</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/01/lastpass-for-google-chrome-arrives/" title="LastPass For Google Chrome Arrives (October 1, 2009)">LastPass For Google Chrome Arrives</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/01/google-enters-the-browser-market-with-google-chrome/" title="Google Enters The Browser Market With Google Chrome (September 1, 2008)">Google Enters The Browser Market With Google Chrome</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/09/02/google-chrome-now-available/" title="Google Chrome Now Available (September 2, 2008)">Google Chrome Now Available</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/09/07/google-chrome-anonymizer/" title="Google Chrome Anonymizer (September 7, 2008)">Google Chrome Anonymizer</a> (21)</li>
	<li><a href="http://www.ghacks.net/2009/05/02/google-browser-11-short-films/" title="Google Browser: 11 Short Films (May 2, 2009)">Google Browser: 11 Short Films</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/28/google-chrome-password-manager/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Outlook Express Password Recovery</title>
		<link>http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/</link>
		<comments>http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 18:01:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook express]]></category>
		<category><![CDATA[password recovery]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5971</guid>
		<description><![CDATA[It is beyond me why someone would still use Outlook Express unless company&#8217;s policies would force him to do so. Many users probably use it because it is there within Windows by default and because it works. If you are one of those users you might like to continue reading this article about password recovery [...]]]></description>
			<content:encoded><![CDATA[<p>It is beyond me why someone would still use Outlook Express unless company&#8217;s policies would force him to do so. Many users probably use it because it is there within Windows by default and because it works. If you are one of those users you might like to continue reading this article about password recovery in Outlook Express.</p>
<p>Outlook Express Password Recovery by <a href="http://www.passcape.com/outlook_express_password_recovery.htm">Passcape</a> (via <a href="http://www.techmixer.com/recover-outlook-express-password-with-passcape-outlook-express-password-recovery-software/">Techmixer</a>) is able to recover all saved passwords in Outlook Express including smtp, pop3 and imap passwords. It does that by either decrypting the passwords or revealing the real chars behind asterisks depending on the menu in Microsoft Outlook Express.</p>
<p>It can even decrypt passwords directly from the ntuser.dat file which is handy if only the files but not the installation can be accessed.</p>
<p><span id="more-5971"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/outlook-express-recovery-password-software-499x415.png" alt="outlook express recovery password software" title="outlook express recovery password software" width="499" height="415" class="alignnone size-medium wp-image-5972" /></p>
<p>The password recovery software is compatible to Microsoft Outlook Express 4-6 and can be installed on most Windows operating systems starting with Windows 95 including Windows XP and Windows 2003 Server. Passwords can be exported in text, Microsoft Excel and html files.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-express/" title="outlook express" rel="tag">outlook express</a>, <a href="http://www.ghacks.net/tag/password-recovery/" title="password recovery" rel="tag">password recovery</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/03/recover-lost-outlook-passwords/" title="Recover Lost Outlook Passwords (June 3, 2008)">Recover Lost Outlook Passwords</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/microsoft-outlook-display-and-save-email-attachments/" title="Microsoft Outlook: Display And Save Email Attachments (March 11, 2009)">Microsoft Outlook: Display And Save Email Attachments</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/microsoft-outlook-express-email-extraction/" title="Microsoft Outlook Express Email Extraction (April 10, 2009)">Microsoft Outlook Express Email Extraction</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/15/microsoft-outlook-email-compression/" title="Microsoft Outlook Email Compression (April 15, 2009)">Microsoft Outlook Email Compression</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/01/import-outlook-emails-into-windows-mail-in-windows-vista/" title="Import Outlook Emails into Windows Mail in Windows Vista (May 1, 2008)">Import Outlook Emails into Windows Mail in Windows Vista</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scan Computer for password protected files</title>
		<link>http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/</link>
		<comments>http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 15:27:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[password finder]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/</guid>
		<description><![CDATA[Did you ever loose track of all the password protected files on your system ? This happened to me just a few days ago when I was looking for a zip file that a friend send me which was password protected. I could not remember the name and location where I saved it to and since I tend to clear the history at each reboot I was not able to take a look at the software protocol of the transfer anymore.]]></description>
			<content:encoded><![CDATA[<p>Did you ever loose track of all the password protected files on your system ? This happened to me just a few days ago when I was looking for a zip file that a friend send me which was password protected. I could not remember the name and location where I saved it to and since I tend to clear the history at each reboot I was not able to take a look at the software protocol of the transfer anymore.</p>
<p>I could ask my friend and admit that I did not look into it yet and make myself look a little bit lost or try to find the file by myself. I naturally decided to try to find it on my own first and use my friend as a last resort.</p>
<p>The application that helped me find it was <a href="http://www.lostpassword.com/encryption-analyzer.htm">the</a> Passware Encryption Analyzer, the free version of it to be precise. This tool scans the computer or selected folders / drives for encrypted or passworded files. It lists everything that is found in a table with information such as name, location, file type and date modified.</p>
<p><span id="more-3503"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/03/passware_encryption_analyzer.jpg' alt='passware encryption analyzer' /></p>
<p>The software detects lots of different file types including archives, Microsoft Office documents that have been password protected but also other file types like pdf documents or Bestcrypt files.</p>
<p>The free version has the limitation that it is not able to recover the passwords but that should not be necessary most of the time.</p>

	Tags: <a href="http://www.ghacks.net/tag/encryption/" title="encryption" rel="tag">encryption</a>, <a href="http://www.ghacks.net/tag/password-finder/" title="password finder" rel="tag">password finder</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/07/true-crypt-6-released/" title="True Crypt 6 released (July 7, 2008)">True Crypt 6 released</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/07/increase-true-crypt-aes-performance/" title="Increase True Crypt AES performance (March 7, 2008)">Increase True Crypt AES performance</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/03/01/encrypting-an-usb-drive-with-true-crypt/" title="Encrypting an USB Drive with True Crypt (March 1, 2008)">Encrypting an USB Drive with True Crypt</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/04/12/drag-and-crypt-ultra/" title="Drag and Crypt Ultra (April 12, 2008)">Drag and Crypt Ultra</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create unique secure passwords for websites</title>
		<link>http://www.ghacks.net/2008/02/01/create-unique-secure-passwords-for-websites/</link>
		<comments>http://www.ghacks.net/2008/02/01/create-unique-secure-passwords-for-websites/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 13:17:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[password hasher]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/01/create-unique-secure-passwords-for-websites/</guid>
		<description><![CDATA[A lot of techniques exist to create unique secure passwords for the websites that you want to join. Most users however prefer the easy way and use one or a few passwords for all of the websites they are a member of and never change the password as well. The same applies to the username which is most of the time the same or a variation of that name.]]></description>
			<content:encoded><![CDATA[<p>A lot of techniques exist to create unique secure passwords for the websites that you want to join. Most users however prefer the easy way and use one or a few passwords for all of the websites they are a member of and never change the password as well. The same applies to the username which is most of the time the same or a variation of that name.</p>
<p>The problem with this is that an attacker needs to get his hands on one password to be able to try and get into a lot of accounts from that user. This is a high security risk and it is advised to create unique passwords (and usernames) for the websites that you are a member of.</p>
<p>One tool that aids in the creation of unique passwords is the <a href="https://addons.mozilla.org/en-US/firefox/addon/3282">Password Hasher</a> extension for Firefox. The Password Hasher creates a unique password, called Hash Word, that is generated from a unique site tag (normally the name of the website) and a master key provided by the user. The master key can be the same password because it is not stored on the website that you are a member of, only the generated hash word is used as the password on that website.</p>
<p><span id="more-3063"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/02/password_hasher.jpg' alt='password hasher' /></p>
<p>The benefit is that the user needs to remember the master key and not the unique and complicated hash word. Several options are available to define the size and keys of the hash word. The size can be between 6 and 14 chars with optional numbers, upper,lower case and special chars included.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/02/password_hasher_options.jpg' alt='password hasher options' /></p>
<p>The benefit of using Password Hasher is obvious. The user still needs to remember only one password if he likes but all websites he is a member of store different passwords that are generated using Password Hasher. </p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/password-hasher/" title="password hasher" rel="tag">password hasher</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/11/webslices-and-activities-ported-to-firefox/" title="Webslices and Activities ported to Firefox (March 11, 2008)">Webslices and Activities ported to Firefox</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/10/27/use-the-foxtor-extension-for-anonymous-surfing/" title="Use the Foxtor Extension for anonymous surfing (October 27, 2006)">Use the Foxtor Extension for anonymous surfing</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/01/11/use-splitlink-for-firefox-to-check-for-redirects/" title="Use Splitlink for Firefox to check for Redirects (January 11, 2007)">Use Splitlink for Firefox to check for Redirects</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/01/23/url-fixer-extension-for-firefox/" title="Url Fixer Extension for Firefox (January 23, 2007)">Url Fixer Extension for Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/08/tiny-menus-for-firefox/" title="Tiny Menus for Firefox (November 8, 2006)">Tiny Menus for Firefox</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/01/create-unique-secure-passwords-for-websites/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Remove Stored .Net User Names and Passwords</title>
		<link>http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/</link>
		<comments>http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 11:49:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[user names]]></category>
		<category><![CDATA[usernames]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/</guid>
		<description><![CDATA[Windows XP and Windows Vista save username and password information for network resources and services like Windows Live on the hard drive of the operating system. If you want to check if and which usernames and passwords are stored with the option to remove some or all of them you can do the following.]]></description>
			<content:encoded><![CDATA[<p>Windows XP and Windows Vista save username and password information for network resources and services like Windows Live on the hard drive of the operating system. If you want to check if and which usernames and passwords are stored with the option to remove some or all of them you can do the following.</p>
<p>Open the command line by pressing Windows R, typing cmd and hitting enter. Now use the command <em>control keymgr.dll</em> to open a window called Stored User Names and Passwords that lists all stored usernames and passwords of the currently active profile. You can use the command <em>Control Userpasswords2</em> to open the User Accounts configuration instead. If you click on Advanced in that tab you can access the same menu by clicking on the Manage Passwords button.</p>
<p>You may then mark any entry in the list and either remove it or display its properties for additional information. If you remove an entry you have to enter the username and password again during the next login to the service.</p>
<p><span id="more-2868"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/user-names/" title="user names" rel="tag">user names</a>, <a href="http://www.ghacks.net/tag/usernames/" title="usernames" rel="tag">usernames</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/" title="Disable Recent Documents Listing in Registry (March 24, 2008)">Disable Recent Documents Listing in Registry</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/09/25/windows-steady-state/" title="Windows Steady State (September 25, 2007)">Windows Steady State</a> (10)</li>
	<li><a href="http://www.ghacks.net/2006/07/04/windows-shut-down-takes-ages-try-profile-hive/" title="Windows shut down takes ages ? Try Profile Hive (July 4, 2006)">Windows shut down takes ages ? Try Profile Hive</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/04/24/windows-keyboard-shortcuts/" title="Windows Keyboard shortcuts (April 24, 2006)">Windows Keyboard shortcuts</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reveal Passwords behind asterisks in Internet Explorer</title>
		<link>http://www.ghacks.net/2007/12/10/reveal-passwords-behind-asterisks-in-internet-explorer/</link>
		<comments>http://www.ghacks.net/2007/12/10/reveal-passwords-behind-asterisks-in-internet-explorer/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 11:55:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[internet explorer tips]]></category>
		<category><![CDATA[lost password]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/12/10/reveal-passwords-behind-asterisks-in-internet-explorer/</guid>
		<description><![CDATA[What was the password again for that website ? I bet you have asked that question numerous times, I know that I did. I'm not that good at remembering passwords and it happens that one slips under the radar and I have troubles remembering it. This is not such a huge problem in Firefox with its Password Manager that reveals all passwords that you have saved before but it could be on in Internet Explorer.]]></description>
			<content:encoded><![CDATA[<p>What was the password again for that website ? I bet you have asked that question numerous times, I know that I did. I&#8217;m not that good at remembering passwords and it happens that one slips under the radar and I have troubles remembering it. This is not such a huge problem in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> with its Password Manager that reveals all passwords that you have saved before but it could be on in <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a>.</p>
<p>The Internet Explorer does not have a password manager equivalent which means that you are left to guess what the password behind those asterisks is. You might need the password if you want to create a pop3 account for <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> in your favorite mail software which requires the Gmail password.</p>
<p><a href="http://www.nirsoft.net/utils/asterie.html">AsterWin</a> is a small software by one of my favorite developers Nirsoft. The utility will scan all open Internet Explorer windows and reveal the password behind the asterisks. This works if the password is stored on the computer and displayed once you visit the site or enter the username.</p>
<p><span id="more-2487"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/internet-explorer-tips/" title="internet explorer tips" rel="tag">internet explorer tips</a>, <a href="http://www.ghacks.net/tag/lost-password/" title="lost password" rel="tag">lost password</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/12/17/wheres-that-darn-router-password/" title="Where&#8217;s that darn router password? (December 17, 2007)">Where&#8217;s that darn router password?</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/" title="Scan Computer for password protected files (March 13, 2008)">Scan Computer for password protected files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/12/10/reveal-passwords-behind-asterisks-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make sure you set a master password in Firefox</title>
		<link>http://www.ghacks.net/2007/10/02/make-sure-you-set-a-master-password-in-firefox/</link>
		<comments>http://www.ghacks.net/2007/10/02/make-sure-you-set-a-master-password-in-firefox/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 15:21:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox master password]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/02/make-sure-you-set-a-master-password-in-firefox/</guid>
		<description><![CDATA[I can't stress the importance of the master password in Firefox if you are one of the users who is letting Firefox save passwords for you so that you do not need to enter the password and username again when visiting the site at a later time. While this feature is surely comfortable and takes away the need to memorize usernames, passwords and corresponding sites plus the typing that has to be done when logging into a site it is a security risk.]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t stress the importance of the master password in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> if you are one of the users who is letting Firefox save passwords for you so that you do not need to enter the password and username again when visiting the site at a later time. While this feature is surely comfortable and takes away the need to memorize usernames, passwords and corresponding sites plus the typing that has to be done when logging into a site it is a security risk.</p>
<p>Even more so if you have not set the master password. Anyone with access to your computer is able to go into Tools > Options and click on Show Passwords under the Security tab. What this does is that it lists all sites and usernames that Firefox has stored in its database. </p>
<p>Pressing the button &#8216;Show passwords&#8217; in that new menu displays all corresponding passwords for all sites. <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a>, Blogs, Myspace, nothing is really safe. By taking a look at your passwords someone could also analyze patterns. If you were using the same passwords on all sites it is fairly easy to assume that your pop3 email account would most likely use the same password.</p>
<p><span id="more-2077"></span><img src="http://www.ghacks.net/files/screens/2007/10/firefox-master-password.jpg" alt="firefox master password" /></p>
<p>So, set your master password to be on the safe side here.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox-master-password/" title="firefox master password" rel="tag">firefox master password</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/27/recover-firefox-master-password-with-firemaster/" title="Recover Firefox Master Password With FireMaster (August 27, 2009)">Recover Firefox Master Password With FireMaster</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/" title="Working with several Firefox profiles (April 30, 2008)">Working with several Firefox profiles</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/whitelist-bookmarks-in-adblock-plus/" title="Whitelist Bookmarks In Adblock Plus (August 5, 2008)">Whitelist Bookmarks In Adblock Plus</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/02/make-sure-you-set-a-master-password-in-firefox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Avoid multiple login names with OpenID</title>
		<link>http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/</link>
		<comments>http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/#comments</comments>
		<pubDate>Wed, 30 May 2007 20:54:22 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[crunchy]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[my open id]]></category>
		<category><![CDATA[open id]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[openid providers]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[usernames]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/</guid>
		<description><![CDATA[I really like the idea of an open and decentralized standard which allows you to sign in to 
multiple websites without entering your username and password over and over again on every site that requires you to login to 
vote (digg.com), comment, or participate in other means. There are so many sites where you have to login to use basically the same features that you used on another site just before you visited the new one. ]]></description>
			<content:encoded><![CDATA[<p>I really like the idea of an <a href="http://www.openid.net/" target="_blank">open and decentralized standard</a> which allows you to sign in to multiple websites without entering your username and password over and over again on every site that requires you to login to vote (digg.com), comment, or participate in other means. There are so many sites where you have to login to use basically the same features that you used on another site just before you visited the new one. </p>
<p>Moreover, if you don&#8217;t use a very unique username, most likely you&#8217;ll sooner or later find out that your username has already been taken by someone else on a particular website. That forces you to choose another one and remember it or write it down. A good solution for storing such username password combinations for various services is KeePass but it doesn&#8217;t resolve the problem of multiple logins. The solution to this might be OpenID. </p>
<p><span id="more-1616"></span>You simply create your openID account at one of openID providers (e.g. <a href="https://www.myopenid.com/" target="_blank">myOpenID </a>) and after that you can sign in to all OpenID enabled sites without having to re-enter login details on all of them. </p>
<p>You just provide your unique ID (username.openidprovider.tld) and that&#8217;s it. It could be especially useful if you don&#8217;t have the possibility to use features such as <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a>&#8217;s Wand. One disadvantage is that the website must support it. However, the number of OpenID enabled sites is growing quite fast. Some of them are: </p>
<ul>
<li>ImageShack</li>
<li>Technorati</li>
<li>Ma.gnolia</li>
<li>Crunchy</li>
<li>Rootly</li>
</ul>
<p>Another disadvantage is that if someone steals your identity, he could gain access to all of your accounts on these websites. Does not make a difference for users who do use the same username and password on all sites though.</p>

	Tags: <a href="http://www.ghacks.net/tag/crunchy/" title="crunchy" rel="tag">crunchy</a>, <a href="http://www.ghacks.net/tag/imageshack/" title="imageshack" rel="tag">imageshack</a>, <a href="http://www.ghacks.net/tag/my-open-id/" title="my open id" rel="tag">my open id</a>, <a href="http://www.ghacks.net/tag/open-id/" title="open id" rel="tag">open id</a>, <a href="http://www.ghacks.net/tag/openid/" title="openid" rel="tag">openid</a>, <a href="http://www.ghacks.net/tag/openid-providers/" title="openid providers" rel="tag">openid providers</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/technorati/" title="technorati" rel="tag">technorati</a>, <a href="http://www.ghacks.net/tag/usernames/" title="usernames" rel="tag">usernames</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/" title="Log in to websites with your site&#8217;s URL as your OpenID (July 17, 2009)">Log in to websites with your site&#8217;s URL as your OpenID</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/06/14/twingly-blog-search/" title="Twingly Blog Search (June 14, 2008)">Twingly Blog Search</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weak Passwords</title>
		<link>http://www.ghacks.net/2007/03/27/weak-passwords/</link>
		<comments>http://www.ghacks.net/2007/03/27/weak-passwords/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 05:19:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[brute-force]]></category>
		<category><![CDATA[password-generation]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[weak-passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/03/27/weak-passwords/</guid>
		<description><![CDATA[I came upon the article "How I would hack your weak passwords" yesterday and pondered if I should write an article about it. I decided that it would be worth it. The author of the article details how he would try and find out your passwords and get access to all of your accounts in the end. His first approach would be to use the most common used passwords by users on the net. He needs information about your personal life for some passwords but those information can be obtained pretty fast through social engineering. Trying those "top 10" passwords would already cover a large percentage of online users, statistically speaking that is.]]></description>
			<content:encoded><![CDATA[<p>I came upon the article &#8220;<a href="http://onemansblog.com/2007/03/26/how-id-hack-your-weak-passwords/" target="_blank">How I would hack your weak passwords</a>&#8221; yesterday and pondered if I should write an article about it. I decided that it would be worth it. The author of the article details how he would try and find out your passwords and get access to all of your accounts in the end. His first approach would be to use the most common used passwords by users on the net. He needs information about your personal life for some passwords but those information can be obtained pretty fast through social engineering. Trying those &#8220;top 10&#8243; passwords would already cover a large percentage of online users, statistically speaking that is.</p>
<p>The common password approach is the one that could give him instant success if the user is really using one of those common passwords for his accounts. His next approach would be to brute force his way in by brute forcing the password on a website that has weak security. Those sites would not react if large amounts of password requests would come in in short time. Most sites however ban IPs at least temporary after several failed attempts, still no problem if you know how to use proxies to attack with different IPs.</p>
<p><span id="more-1349"></span></p>
<p>But the brute force programs that he suggests are way outdated. Brutus ? wwwHack ? That&#8217;s last millennium. Current state of the art bruteforcers for basic authorization and form protected sites are <a href="http://carpetboy.deny.de/" target="_blank">C-Force</a> or Sentry. The brute force approach has one disadvantage. If you do not know the username you have to try username and password combinations and there is no guarantee that you will discover the combination for the user that you want to hack. You could get login details for other users which are absolutely worthless to you. This means, bruteforcing is only an option if you know the username of the user.</p>
<p>There are actually two ways to bruteforce an account. The first would be to use pregenerated lists of usernames and passwords or try combinations to get into an account. The second to try every char combination possible. It should be noted that the second option could very well last several years or even centuries depending on the size of the selected password.</p>
<p>So, bruteforcing is not really an option and he is not explaining how he would get the username of the user in question except mentioning cookies. Cookies are stored on the targets machine which would mean that he needs either access to that machine or an exploit to get them while the user is online. Not very practicable.</p>
<p>So, what can users learn from his analysis ? </p>
<ul>
<li>Don&#8217;t overuse passwords, it&#8217;s more secure to use different passwords. If you only use one password someone who finds this one out gets access to everything else that is protected by that single password</li>
<li>Don&#8217;t use passwords that are easy to guess or common. No names, no sport teams, relatives, pets, work related, hobbies , and so on</li>
<li>Use numbers and special chars if possible to increase the security of the password. Remember that size matters.</li>
<li>Write them down locally and put them in a safe or use a software that encrypts them. You could for instance use a <a href="http://www.ghacks.net/tag/true-crypt/">True Crypt</a> partition to store a textfile with your passwords in them</li>
<li>Every password could be important to gain additional information about a user, never choose weak ones</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/brute-force/" title="brute-force" rel="tag">brute-force</a>, <a href="http://www.ghacks.net/tag/hacking/" title="Hacking" rel="tag">Hacking</a>, <a href="http://www.ghacks.net/tag/password-generation/" title="password-generation" rel="tag">password-generation</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/strategy/" title="strategy" rel="tag">strategy</a>, <a href="http://www.ghacks.net/tag/weak-passwords/" title="weak-passwords" rel="tag">weak-passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/11/brute-force-calculator/" title="Brute Force Calculator (November 11, 2008)">Brute Force Calculator</a> (13)</li>
	<li><a href="http://www.ghacks.net/2007/05/11/user-data-stolen-from-the-pirate-bay/" title="User Data Stolen from The Pirate Bay (May 11, 2007)">User Data Stolen from The Pirate Bay</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/27/use-netflix-watch-now-on-more-than-3-pcs/" title="Use Netflix Watch Now on more than 3 PCs (May 27, 2008)">Use Netflix Watch Now on more than 3 PCs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/01/23/use-a-magnet-to-protect-your-pc/" title="Use a Magnet to protect your PC (January 23, 2008)">Use a Magnet to protect your PC</a> (10)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/03/27/weak-passwords/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Reveal Saved Internet Explorer Passwords</title>
		<link>http://www.ghacks.net/2007/03/10/reveal-saved-internet-explorer-passwords/</link>
		<comments>http://www.ghacks.net/2007/03/10/reveal-saved-internet-explorer-passwords/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 16:54:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie-pass-view]]></category>
		<category><![CDATA[ie-passwords-outlook-passwords]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[msn-explorer]]></category>
		<category><![CDATA[pass-view]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[reveal-passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/03/10/reveal-saved-internet-explorer-passwords/</guid>
		<description><![CDATA[It is very convenient to save login passwords for internet sites such as forums, blogs or paysites to login quicker to those websites. That is, it is great until you can't remember the password anymore but would like to know it again. This could be the case if you want to switch from Internet Explorer to Firefox or Opera for instance. Protected Storage Pass View does not only reveal passwords that have been saved in Internet Explorer while accessing protected sites or using the auto complete form but also passwords that have been saved in Outlook Express and MSN Explorer.]]></description>
			<content:encoded><![CDATA[<p>It is very convenient to save login passwords for internet sites such as forums, blogs or paysites to login quicker to those websites. That is, it is great until you can&#8217;t remember the password anymore but would like to know it again. This could be the case if you want to switch from <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> to <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> or <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> for instance. Protected Storage Pass View does not only reveal passwords that have been saved in Internet Explorer while accessing protected sites or using the auto complete form but also passwords that have been saved in Outlook Express and MSN Explorer.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/03/passview.jpg" alt="ie pass view" /></p>
<p><span id="more-1287"></span></p>
<p>All of the passwords are encrypted and possibly hidden in the registry and Pass View automatically scans and displays all the information that it can find in the registry. Internet Explorer passwords are shown next to the url and the username which is all the information one needs to access the site again.</p>
<p>Please note that only the passwords of the user who is currently logged into the system are revealed in this manner. Click here to download <a href="http://www.nirsoft.net/utils/pspv.html" target="_blank">protected storage pass view</a> and <a href="http://www.nirsoft.net/utils/internet_explorer_password.html" target="_blank">ie pass view</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/ie-pass-view/" title="ie-pass-view" rel="tag">ie-pass-view</a>, <a href="http://www.ghacks.net/tag/ie-passwords-outlook-passwords/" title="ie-passwords-outlook-passwords" rel="tag">ie-passwords-outlook-passwords</a>, <a href="http://www.ghacks.net/tag/ie7/" title="ie7" rel="tag">ie7</a>, <a href="http://www.ghacks.net/tag/msn-explorer/" title="msn-explorer" rel="tag">msn-explorer</a>, <a href="http://www.ghacks.net/tag/pass-view/" title="pass-view" rel="tag">pass-view</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/reveal-passwords/" title="reveal-passwords" rel="tag">reveal-passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/12/password-asterisk-logger/" title="Password Asterisk Logger (December 12, 2008)">Password Asterisk Logger</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/04/29/test-internet-explorer-7-beta-without-installing-it/" title="Test Internet Explorer 7 Beta without installing it (April 29, 2006)">Test Internet Explorer 7 Beta without installing it</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/03/10/reveal-saved-internet-explorer-passwords/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Bugmenot, login without registering</title>
		<link>http://www.ghacks.net/2006/11/26/bugmenot-login-without-registering/</link>
		<comments>http://www.ghacks.net/2006/11/26/bugmenot-login-without-registering/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 12:09:04 +0000</pubDate>
		<dc:creator>Dearon</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Bugmenot]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[registering]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/26/bugmenot-login-without-registering/</guid>
		<description><![CDATA[Ever been to an website like www.nytimes.com and had to register to login? Of course you can register a fake account using a disposable email address (like 6url or dodgeit) But there are more people who do that, so why not have a database with these kinds of fake accounts?]]></description>
			<content:encoded><![CDATA[<p>Ever been to an website like <a title="http://www.nytimes.com" href="http://www.nytimes.com/">www.nytimes.com</a> and had to register to login? Of course you can register a fake account using a disposable email address (like <a title="6url" href="http://www.6url.com/">6url</a> or dodgeit) But there are more people who do that, so why not have a database with these kinds of fake accounts?</p>
<p>This is exactly what <a title="bugmenot" href="http://www.bugmenot.com/">Bugmenot</a> is made for. You can search per url and the site will give you logins (if there are any) for that website. Of course you can also submit your dummy accounts to this site so other people can use.</p>
<p><span id="more-943"></span></p>
<p>Even better is the fact that for all the Firefox users there is an <a title="butmenot extension" href="http://roachfiend.com/archives/2005/02/07/bugmenot/">Bugmenot Extension</a> which is really easy to use.<br />
You just right click on an login form and then select &#8220;Login with Bugmenot&#8221; and the extension automatically looks for login data on the bugmenot website.<br />
And if an account doesn&#8217;t work the extension will try out the next account until you are logged in or until there are no more accounts.  This site and the extension saved me allot of hassle on different occasions, and hopefully it will also be the same for you.</p>

	Tags: <a href="http://www.ghacks.net/tag/bugmenot/" title="Bugmenot" rel="tag">Bugmenot</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/login/" title="login" rel="tag">login</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/register/" title="register" rel="tag">register</a>, <a href="http://www.ghacks.net/tag/registering/" title="registering" rel="tag">registering</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/01/create-unique-secure-passwords-for-websites/" title="Create unique secure passwords for websites (February 1, 2008)">Create unique secure passwords for websites</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/zoom-in-on-images-in-firefox/" title="Zoom In on Images in Firefox (March 13, 2008)">Zoom In on Images in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/03/11/webslices-and-activities-ported-to-firefox/" title="Webslices and Activities ported to Firefox (March 11, 2008)">Webslices and Activities ported to Firefox</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/12/02/web-of-trust-collaborative-online-security/" title="Web of Trust: collaborative online security (December 2, 2008)">Web of Trust: collaborative online security</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/10/27/use-the-foxtor-extension-for-anonymous-surfing/" title="Use the Foxtor Extension for anonymous surfing (October 27, 2006)">Use the Foxtor Extension for anonymous surfing</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/26/bugmenot-login-without-registering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your passwords stronger with password chart</title>
		<link>http://www.ghacks.net/2006/08/05/make-your-passwords-stronger-with-password-chart/</link>
		<comments>http://www.ghacks.net/2006/08/05/make-your-passwords-stronger-with-password-chart/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 12:28:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[password strength]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/08/05/make-your-passwords-stronger-with-password-chart/</guid>
		<description><![CDATA[Password chart is an online service that helps you improve the quality of your passwords. The principle is pretty easy: You enter a phrase at the beginning which will be used to create the password chart. An example would be "Make your passwords stronger with passwordchart.com" or "http://www.ghacks.net/ is gr3at". The password chart will be displayed on the right side of the screen changing while you are adding new chars to the phrase. You can opt to add numbers and punctuation for increased security, they will be added to the chart on the right.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="password chart create secure passwords" href="http://www.passwordchart.com/">Password chart</a> is an online service that helps you improve the quality of your passwords. The principle is pretty easy: You enter a phrase at the beginning which will be used to create the password chart. An example would be &#8220;Make your passwords stronger with passwordchart.com&#8221; or &#8220;http://www.ghacks.net/ is gr3at&#8221;. The password chart will be displayed on the right side of the screen changing while you are adding new chars to the phrase. You can opt to add numbers and punctuation for increased security, they will be added to the chart on the right.</p>
<p>Every letter now equals between 1-3 chars in the password chart. For example A=88, B=tr3 and C=?. If you did not opt to include numbers and punctuation the password chart will be filled with upper and lower case letters only. Now type a usual password that you use into the second form and see how the letters are substituted by the chars of the passwords chart. Lets say we choose the password ABC which would be converted to 88tr3?. Guess which one will be easier to brute force ? Right..</p>
<p><span id="more-688"></span>It is of course not really convenient to remember 88tr3? or larger sequences but that is not necessary either. Save or print the password chart and look it up whenever you forget the new password. Printing would be even better than saving it to the computer because no one on the internet will have access to your password chart then.</p>
<p>My thanks fly out to Thunder7 who found this website and is sending me a lot of great links. Keep up the good work Thunder, I really appreciate it.</p>

	Tags: <a href="http://www.ghacks.net/tag/password-strength/" title="password strength" rel="tag">password strength</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/11/brute-force-calculator/" title="Brute Force Calculator (November 11, 2008)">Brute Force Calculator</a> (13)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/" title="Scan Computer for password protected files (March 13, 2008)">Scan Computer for password protected files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/08/05/make-your-passwords-stronger-with-password-chart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Secure Password Generator</title>
		<link>http://www.ghacks.net/2006/07/14/secure-password-generator/</link>
		<comments>http://www.ghacks.net/2006/07/14/secure-password-generator/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 08:12:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[password generator]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[secure passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/07/14/secure-password-generator/</guid>
		<description><![CDATA[Most people use easy to remember passwords that are as easy to brute force. The name of your wife, your birthday, a combination of personal data or simple words like password or god. This might be convinient and nice as long as no one tries to break into your account. When this is happening you will quickly realize that insecure passwords are a big security thread.]]></description>
			<content:encoded><![CDATA[<p>Most people use easy to remember passwords that are as easy to brute force. The name of your wife, your birthday, a combination of personal data or simple words like password or god. This might be convenient and nice as long as no one tries to break into your account. When this is happening you will quickly realize that insecure passwords are a big security thread.</p>
<p><a target="_blank" href="http://sourceforge.net/projects/pwgen/">Password Generator</a> (<a target="_blank" href="http://sourceforge.net/projects/pwgen-win/">click here for a windows version</a>) makes sure that the password that is generated will be hard to brute force and impossible to guess because it is not related to your personal life in any way. The entire process takes place in three steps. The first step involves choosing a password size ranging from 32bit to 2048bit which influences the password length. The author suggests using 40-72 bits for normal security and 90-128 bits for high security.</p>
<p><span id="more-629"></span>72 bits for instance means a password with 12 chars, 1024 bits would mean a password with unbelievable 171 chars. After choosing the password size you have to type some random keys (longer for greater sizes) which are used to compute a password. The last step displays the password. The default encoding is base64, you can also opt for hexadecimal or pass phrases which influence the length of the password.</p>
<p>You might have a problem remembering the password and I suggest you use a program that saves the password safely. I wrote a little article about a <a target="_blank" href="http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/">secure password manager pins</a> which you might want to try.</p>

	Tags: <a href="http://www.ghacks.net/tag/password-generator/" title="password generator" rel="tag">password generator</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/secure-passwords/" title="secure passwords" rel="tag">secure passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/" title="One Password Management Software To Rule Them All (September 29, 2008)">One Password Management Software To Rule Them All</a> (15)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/" title="Secure Passwords Manager PINs (April 26, 2006)">Secure Passwords Manager PINs</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/" title="Scan Computer for password protected files (March 13, 2008)">Scan Computer for password protected files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/07/14/secure-password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultra High Security Password Generator</title>
		<link>http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/</link>
		<comments>http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/#comments</comments>
		<pubDate>Sat, 27 May 2006 11:17:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/</guid>
		<description><![CDATA[If you´re ever in the need of a high security password the Ultra High Security Password Generator Website might be exactly what you´ve been looking for. Everytime you visit or refresh the website it will display three randomly generated passwords, one 64 random hexadecimal charakters password, one 63 random printable ASCII chars and finally a 63 random alpha-numeric characters password.]]></description>
			<content:encoded><![CDATA[<p>If you´re ever in the need of a high security password the <a target="_blank" href="https://www.grc.com/passwords.htm">Ultra High Security Password Generator Website</a> might be exactly what you´ve been looking for. Everytime you visit or refresh the website it will display three randomly generated passwords, one 64 random hexadecimal charakters password, one 63 random printable ASCII chars and finally a 63 random alpha-numeric characters password.</p>
<blockquote><p><em>&#8220;Every one is completely random (maximum entropy) without any pattern, and the cryptographically-strong pseudo random number generator we use guarantees that no similar strings will ever be produced again.</em> <em>Also, because this page will only allow itself to be displayed over a snoop-proof and proxy-proof high-security SSL connection, and it is marked as having expired back in 1999, this page which was custom generated just now for you will not be cached or visible to anyone else.&#8221;</em></p></blockquote>
<p><span id="more-520"></span></p>
<p>Just one hint, make sure you save the password somewhere because I think it´s rather difficulty to remember the passwords. You might want to consider using a password safe like keepass which I also recommended here at ghacks some time ago.</p>
<blockquote />

	Tags: <a href="http://www.ghacks.net/tag/generator/" title="generator" rel="tag">generator</a>, <a href="http://www.ghacks.net/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/04/password-recovery-speeds/" title="Password Recovery Speeds (April 4, 2006)">Password Recovery Speeds</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/password-recovery-questions-make-online-accounts-vulnerable/" title="Password Recovery Questions Make Online Accounts Vulnerable (July 1, 2009)">Password Recovery Questions Make Online Accounts Vulnerable</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/07/17/log-into-websites-with-your-sites-url-and-openid/" title="Log in to websites with your site&#8217;s URL as your OpenID (July 17, 2009)">Log in to websites with your site&#8217;s URL as your OpenID</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/05/11/introduction-series-part-3-user-name-and-password-protection/" title="Introduction Series Part 3: User Name and Password Protection (May 11, 2006)">Introduction Series Part 3: User Name and Password Protection</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Password Security: What Users Know and What They Actually Do</title>
		<link>http://www.ghacks.net/2006/04/22/password-security-what-users-know-and-what-they-actually-do/</link>
		<comments>http://www.ghacks.net/2006/04/22/password-security-what-users-know-and-what-they-actually-do/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 19:01:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[password security]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/04/22/password-security-what-users-know-and-what-they-actually-do/</guid>
		<description><![CDATA[The study "password security: what users know and what they actually do" was conducted by the department of psychology from the Wichita State University. The study investigated the common password generation practices of online users. All participiants took part in a survey querying (1) the types and number of different password protected accounts maintained; (2) actual practices used in generating, storing and using passwords; (3) practices believed they should use in generating and storing passwords; and (4) general demographic information.]]></description>
			<content:encoded><![CDATA[<p>The study &#8220;<a target="_blank" href="http://psychology.wichita.edu/surl/usabilitynews/81/Passwords.htm">password security: what users know and what they actually do</a>&#8221; was conducted by the department of psychology from the Wichita State University. The study investigated the common password generation practices of  		online users. All participiants took part in a survey querying (1)  	the types and number of different password  	protected accounts maintained; (2) actual practices used in generating, storing  	and using passwords; (3) practices believed they should use in  	generating and storing passwords; and (4) general demographic information.The results are interesting:</p>
<blockquote>
<ul>
<li>The average length of time users have maintained their primary personal  	use password was reported as 31.07 months</li>
<li>How frequently do you change your password on a  	regular basis when not required by the system?? 52.7% (166) responded “Never?</li>
</ul>
</blockquote>
<p><span id="more-434"></span></p>
<blockquote>
<ul>
<li>85.7% (270)  	reported that they use lowercase letters and 56.5% (178) reported that they  	use numbers or digits in their passwords. In addition, 54.9% (173) indicated  	that they use personally meaningful words, such as names of children, pets  	or street names, while 49.8% (156) indicated that they use personally  	meaningful numbers, such as birthdates or telephone numbers</li>
<li>54.6% of users (177) report using the same exact  	password for multiple accounts “Very Frequently? or  	“Always?, while 33.0% (104) report using some variation of the same password  	for multiple accounts</li>
<li>73% (230) of respondents reported that they should change  	their passwords for accounts every three to six months, but 52.7% (166)  	responded that they “Never? change their password when not required.</li>
<li>70.5% (222) of respondents indicated that personally  	meaningful words should not be used, but 49.8% (156) reported that they use  	this practice.</li>
</ul>
</blockquote>
<p>So, what´s the lesson we learn from this stufy ? Users have to be forced to create passwords that meet certain security standards. I hate the IT section at my workplace because they force you to change the passwords regulary, use upper / lowercase, numbers and chars. The new password is not allowed to match with the nine previous ones, is not allowed to have repeated chars and not allowed to have logic sequences (123456, eee, sort of things).</p>

	Tags: <a href="http://www.ghacks.net/tag/password-security/" title="password security" rel="tag">password security</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/11/brute-force-calculator/" title="Brute Force Calculator (November 11, 2008)">Brute Force Calculator</a> (13)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/" title="Scan Computer for password protected files (March 13, 2008)">Scan Computer for password protected files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/22/password-security-what-users-know-and-what-they-actually-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
