<?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>PawEng &#187; Security</title>
	<atom:link href="http://paweng.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://paweng.com</link>
	<description>Software, hardware, and the internet</description>
	<lastBuildDate>Mon, 03 Aug 2009 00:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Permanently Delete All Data on Your Harddisk</title>
		<link>http://paweng.com/2008/11/17/permanently-delete-all-data-on-your-harddisk/</link>
		<comments>http://paweng.com/2008/11/17/permanently-delete-all-data-on-your-harddisk/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:39:52 +0000</pubDate>
		<dc:creator>PawEng</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://paweng.com/?p=332</guid>
		<description><![CDATA[When you get rid of your computer, how do you get rid of the data on it? How do you make sure that nobody can recover your personal data from it. Formatting the harddisk is not enough. It is still possible to recover files from a formatted disk. The Read Write Web blog has a [...]]]></description>
			<content:encoded><![CDATA[<p>When you get rid of your computer, how do you get rid of the data on it? How do you make sure that nobody can recover your personal data from it. Formatting the harddisk is not enough. It is still possible to recover files from a formatted disk. The <a href="http://www.readwriteweb.com/archives/how_to_permanently_delete_data.php">Read Write Web</a> blog has a story about this. They describe different tools for permanently deleting your data from overwriting the disk 7 or 35 times to more violent ways like smashing the disks to smithereens. While the latter method may be a bit extreme (and it will most certainly decrease the value of your computer should you want to sell it on eBay), the article does point out an often overlooked security problem. It is definitely worth thinking about it before you retire your computer.</p>
<hr />
<p><small>Copyright <a href="http://paweng.com">PawEng, LLC</a>, 2008. |
<a href="http://paweng.com/2008/11/17/permanently-delete-all-data-on-your-harddisk/">Permalink</a> |
</small></p>

<script src="http://feeds.feedburner.com/~s/paweng?i=<?php the_permalink() ?>" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://paweng.com/2008/11/17/permanently-delete-all-data-on-your-harddisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Strong Is Your Password?</title>
		<link>http://paweng.com/2008/11/11/how-strong-is-your-password/</link>
		<comments>http://paweng.com/2008/11/11/how-strong-is-your-password/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:59:04 +0000</pubDate>
		<dc:creator>PawEng</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://paweng.com/?p=320</guid>
		<description><![CDATA[The Brute Force Calculator [via gHacks] analyzes your password and tells you how long a brute force attack on it will take. You don&#8217;t need to actually give your password out; you just enter how many upper case letters, lower case letters, numbers, and special characters it has. While the results can&#8217;t necessarily be taken [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://hackosis.com/projects/bfcalc/bfcalc.php">Brute Force Calculator</a> [via <a href="http://www.ghacks.net/2008/11/11/brute-force-calculator/">gHacks</a>] analyzes your password and tells you how long a brute force attack on it will take. You don&#8217;t need to actually give your password out; you just enter how many upper case letters, lower case letters, numbers, and special characters it has. While the results can&#8217;t necessarily be taken literally, it still makes for some interesting comparisons.</p>
<p>You can brute force your way through a password of five random characters in only 0.03 hours. Six character passwords take 2.5 hours. Seven characters take 9.8 days. Eight characters take 924 days.</p>
<p>If you only use lower case characters, a brute force attack on an eight character password will take less than an hour.</p>
<p>So how do you create a strong password? Based on these numbers, you should have at least eight characters, and they should be random. Some places enforce the randomness by requiring that your password has both upper case, lower case, numbers, and special characters in them. While they can be difficult to come up with, to remember, and to type, they certain make your password more secure.</p>
<p>One way of creating such secure passwords is to take a line of a song or a poem you know (for example, &#8220;Lucy In The Sky With Diamonds&#8221;) and rewrite it by abbreviating words and using <a href="http://en.wikipedia.org/wiki/Leet">Leet</a> (for example, &#8220;Lucy|t5w/D&#8221;). In fact, you could argue that &#8220;Lucy&#8221; should not be part of the final password as it makes the password prone to dictionary attacks. At any rate, this password certainly beats the <a href="http://blog.jimmyr.com/Most_Common_Passwords_20_2008.php">most common passwords</a> when it comes to security.</p>
<hr />
<p><small>Copyright <a href="http://paweng.com">PawEng, LLC</a>, 2008. |
<a href="http://paweng.com/2008/11/11/how-strong-is-your-password/">Permalink</a> |
</small></p>

<script src="http://feeds.feedburner.com/~s/paweng?i=<?php the_permalink() ?>" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://paweng.com/2008/11/11/how-strong-is-your-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
