<?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>Blogussion &#187; hacking</title>
	<atom:link href="http://www.blogussion.com/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogussion.com</link>
	<description>Blogging Discussion, Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Make a Simple Password &#8211; Unhackable for 580 million years!</title>
		<link>http://www.blogussion.com/blogging-tips/580-million-years-hacker/</link>
		<comments>http://www.blogussion.com/blogging-tips/580-million-years-hacker/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 12:40:54 +0000</pubDate>
		<dc:creator>Janith</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.blogussion.com/blog/?p=1790</guid>
		<description><![CDATA[Following up on my &#8220;10 Tips to Prevent Hackers&#8220;, I want to bring more emphasis on our number one tip &#8211; Strong Passwords. The effectiveness of security of increasing the length of a password by just one more letter, symbol or number grows in a very,  VERY steep exponential rate. In other words, for every [...]


Related posts:<ol><li>
<a href='http://www.blogussion.com/blogging-tips/ten-tips-to-prevent-hackers/' rel='bookmark' title='10 Tips to Prevent Hackers'>10 Tips to Prevent Hackers</a></li>
<li>
<a href='http://www.blogussion.com/blogging-tips/6-simple-ways-to-build-traffic/' rel='bookmark' title='6 Simple Ways to Build Traffic!'>6 Simple Ways to Build Traffic!</a></li>
<li>
<a href='http://www.blogussion.com/content-management/creating-more-appealing-posts-in-4-simple-steps/' rel='bookmark' title='Creating more appealing posts in 4 simple steps'>Creating more appealing posts in 4 simple steps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Following up on my &#8220;<a href="http://www.blogussion.com/blog/tips-and-tricks/ten-tips-to-prevent-hackers" target="_self">10 Tips to Prevent Hackers</a>&#8220;, I want to bring more emphasis on our number one tip &#8211; Strong Passwords. The effectiveness of security of increasing the length of a password by just one more letter, symbol or number grows in a very,  VERY steep exponential rate.</p>
<p>In other words, for every extra digit you add on to you password you triple, quadruple or even 5x the different possibilities. The longer the password, the more effort required to discover it. However, longer passwords also means more difficult it is for users to remember it.</p>
<p>So, what if I tell you that a simple  password would take a human hacker 580 million years to crack or even a super-computer up to 59 years?! Now, that would be optimum security wouldn&#8217;t it?</p>
<p><span id="more-1790"></span></p>
<h3 style="text-align: center;">Average Time to Discover Password</h3>
<table style="height: 102px; text-align: center;" border="1" cellspacing="0" cellpadding="0" width="648">
<tbody>
<tr>
<td width="151" valign="top">
<p align="center"><strong>No. of Characters</strong></p>
</td>
<td width="180" valign="top">
<p align="center"><strong>Possible   Combinations</strong></p>
</td>
<td width="160" valign="top">
<p align="center"><strong>Human   Hacker</strong></p>
</td>
<td width="160" valign="top">
<p align="center"><strong>Computer   Hacker</strong></p>
</td>
</tr>
<tr>
<td width="151" valign="top">1</td>
<td width="180" valign="top">36</td>
<td width="160" valign="top">3 minutes</td>
<td width="160" valign="top">0.000018 seconds</td>
</tr>
<tr>
<td width="151" valign="top">2</td>
<td width="180" valign="top">1, 300</td>
<td width="160" valign="top">2 hours</td>
<td width="160" valign="top">0.00065 seconds</td>
</tr>
<tr>
<td width="151" valign="top">3</td>
<td width="180" valign="top">47, 000</td>
<td width="160" valign="top">3 days</td>
<td width="160" valign="top">0.02 seconds</td>
</tr>
<tr>
<td width="151" valign="top">4</td>
<td width="180" valign="top">1, 700, 000</td>
<td width="160" valign="top">3 months</td>
<td width="160" valign="top">1 second</td>
</tr>
<tr>
<td width="151" valign="top">5</td>
<td width="180" valign="top">60, 000, 000</td>
<td width="160" valign="top">10 years</td>
<td width="160" valign="top">30 seconds</td>
</tr>
<tr>
<td width="151" valign="top"><strong>10</strong></td>
<td width="180" valign="top"><strong>3, 700, 000, 000, 000, 000</strong></td>
<td width="160" valign="top"><strong>580 million years</strong></td>
<td width="160" valign="top"><strong>59 years</strong></td>
</tr>
</tbody>
</table>
<p>This table of data consists of possible characters from A-Z and numbers 0-9. Human discovery assume one try every 10 seconds. Computer discovery assume one million tries per second. Also the <strong>&#8220;Average time to discover&#8221;</strong> assumes that the password would be discovered in approximately half the time it would take to try all possible combination.</p>
<h4>Example of Average Time to Discover a Password</h4>
<p>Let&#8217;s say for example &#8211; for a one character-password there&#8217;s 36 combination consisting of letters A-Z (26 possibilities) and numbers 0-9 (10 possibilities) When, we apply the assumption that each <strong>HUMAN </strong>attempt takes 10 seconds &#8211; hence a human hacker should take 360 seconds or 6 minutes to break the code.</p>
<p>Then we apply the second assumption that the hacker will discover the password exactly half-way through &#8211; therefore they will discover the password in 3 minutes which is referred to as the &#8220;average time to discover passwords.&#8221;</p>
<h4>Exponential Growth &#8211; What is it?</h4>
<p>Below you can see a visual representation of what I meant by the &#8220;exponential growth&#8221; earlier. Just by adding one extra digit you open up so many more possibilities and make it much harder for hackers to get into your sensitive files.</p>
<p><a href="http://www.blogussion.com/wp-content/uploads/2009/02/password_graph.jpg"><img class="aligncenter size-full wp-image-1791" title="password_graph" src="http://www.blogussion.com/wp-content/uploads/2009/02/password_graph.jpg" alt="password_graph" width="537" height="423" /></a></p>
<p>As you can clearly see &#8211; by just adding one more digit to your 3-letter password you decrease the chance of a &#8220;random guess&#8221; by such a value that it is almost impossible for a human to hack. I cannot stress enough on how significantly your security status improve for every extra digit you add &#8211; but don&#8217;t go overboard because you just might forget your next 20-character long password..</p>
<h4>Now, Implement &amp; Good Luck!</h4>
<p>Hopefully all of that made sense. So, take this into consideration and use as many different digits as possible. Remember you are not limited to just numbers and letters &#8211; symbols such as &#8220;!@#$%^&#8221; are always good for extra unguessable protection.</p>


<p>Related posts:<ol><li><p><a href='http://www.blogussion.com/blogging-tips/ten-tips-to-prevent-hackers/' rel='bookmark' title='10 Tips to Prevent Hackers'>10 Tips to Prevent Hackers</a></p></li>
<li><p><a href='http://www.blogussion.com/blogging-tips/6-simple-ways-to-build-traffic/' rel='bookmark' title='6 Simple Ways to Build Traffic!'>6 Simple Ways to Build Traffic!</a></p></li>
<li><p><a href='http://www.blogussion.com/content-management/creating-more-appealing-posts-in-4-simple-steps/' rel='bookmark' title='Creating more appealing posts in 4 simple steps'>Creating more appealing posts in 4 simple steps</a></p></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blogussion.com/blogging-tips/580-million-years-hacker/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
	</channel>
</rss>

