<?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; password-generation</title>
	<atom:link href="http://www.ghacks.net/tag/password-generation/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, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 True Crypt 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>
	</channel>
</rss>
