<?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>Michael Koby &#187; Security</title>
	<atom:link href="http://www.mkoby.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkoby.com</link>
	<description>Commentary on Technology, Media, News &#38; More</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:00:49 +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>XKCD &amp; Password Security</title>
		<link>http://www.mkoby.com/2011/08/15/xkcd-password-security/</link>
		<comments>http://www.mkoby.com/2011/08/15/xkcd-password-security/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:00:42 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1672</guid>
		<description><![CDATA[If you were on the internet last week, you probably saw an article, twitter, or Facebook post about the xkcd comic on password strength. The comic, which was (most likely) inspired by an article entitled, “The Usability of Passwords” basically says that using a multi-word password (3 or more words), is more secure than what I have referred to as “complex passwords” in past articles on this blog. The writer of the original article makes the point (which is what the xkcd comic points to) that passwords using three or more dictionary words, has more entropy and is thus harder to crack, therefore making them more secure. While there is a bit of truth to the article, it leads to some false understandings of how hackers actually go about hacking passwords, and make assumptions that aren’t entirely accurate. <a href="http://www.mkoby.com/2011/08/15/xkcd-password-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you were on the internet last week, you probably saw an article, twitter, or Facebook post about the <a href="http://xkcd.com/936/">xkcd comic on password strength</a>.  The comic, which was (most likely) inspired by an article entitled, “<a href="http://www.baekdal.com/tips/password-security-usability">The Usability of Passwords</a>” basically says that using a multi-word password (3 or more words), is more secure than what I have referred to as “complex passwords” in past articles on this blog.  The writer of the original article makes the point (which is what the xkcd comic points to) that passwords using three or more dictionary words, has more entropy and is thus harder to crack, therefore making them more secure.  While there is a bit of truth to the article, it leads to some false understandings of how hackers actually go about hacking passwords, and make assumptions that aren’t entirely accurate.<span id="more-1672"></span></p>
<h3>Hacking Passwords</h3>
<p>The original article explains several methods for hacking passwords. These are, asking, guessing, brute force, common word attacks, and dictionary attacks.  You can look at the article to see how the original author describes these methods, but many of them should be self explanatory.  Asking and guessing for passwords are what regular non-hacker type people will do.  Hackers will also ask for passwords, but they’ll do so in the form of social engineering. <a href="http://en.wikipedia.org/wiki/Social_engineering_(security)">Social engineering</a> is basically tricking the person into giving you the password by (most often) pretending to be someone they can trust, like an internal security or IT employee.</p>
<p>The brute force, common work, and dictionary attacks will be performed by hackers, but not necessarily in the manner described by the author.</p>
<h4>How the Author Says These Work</h4>
<p>The author of “Usability of Passwords” says that these methods are most likely performed at the computer, network, or website that the hacker is attempting to gain access to.  And because of this fact the author leads the reader to believe that by allowing only a small number of attempts, followed by a “lock out period” that stops the hacker from logging in for an hour, is enough to keep his password strategy safe.</p>
<p>Before I go further, I want to say that limiting the number of attempts and instituting a lock out period is a good security practice, and should be implemented by large corporations.</p>
<h4>How Hackers Really Hack Passwords</h4>
<p>The author of “Usability of Passwords” is correct in the fact that hackers will use brute force and dictionary attacks to hack a password.  But he’s incorrect in that they are used primarily at the login screens.<br />
Most hackers (at least the good ones) will attempt to acquire the password through social engineering, and then failing that will work on getting the password hash file off a computer.  What is a “password hash file” you ask? It’s a file that’s on a computer where the username and the hashed password of the user(s) of the computer is stored.  Getting this file is generally a lot of work for the hacker and this is why they’ll usually just attempt to use social engineering.</p>
<p>Once the hacker has the password hash file, they’ll use various programs (I won’t link to them here, you can Google to see what I’m referring to) to then crack the password hashes on their local computers.  It is this process where the hacker will use the brute force and dictionary attacks.</p>
<p>The other problem is that some of the dictionary hacking programs can be modified to try combinations of words thus making the idea of using multiple words in a password not nearly as secure as the author would lead you to believe.  Is it secure? Not really. Will it take longer for the hacker to crack said password? Yes it will.</p>
<h3>The Graphics Card Problem</h3>
<p>Another fact that the author ignores (but is mentioned in the article’s comments”, is that graphics cards are incredibly fast.  And there are applications available that allow a hacker to utilize their graphics card(s) processor (GPU) to crack password hashes at an alarming rate.  More information on this process can be found by reading <a href="http://mytechencounters.wordpress.com/2011/04/03/gpu-password-cracking-crack-a-windows-password-using-a-graphic-card/">this article</a>.</p>
<p>What this means is that utilizing brute force and dictionary attacks can be done in even less time.</p>
<h3>Why Complex Passwords Are Better</h3>
<p>So basically I told you all that to tell you this.  Complex passwords are better than using dictionary words. Period.</p>
<p>A complex password is a password that meets following requirements:<br />
At least 8 characters (a minimum of 12 is preferred)<br />
Contains BOTH upper case and lower case letters<br />
Contains numbers<br />
Contains at least 1 special character (examples: !@#$%{^]&amp;*)</p>
<p>Why are these better?  Because they can’t be easily figured out with a dictionary attack. They also make brute force attacks more difficult.  It’s hard to guess passwords if they have weird characters in them.  Long passwords, that meet the other requirements will take years to crack, even when using graphics cards.</p>
<p>The idea is to make it difficult for the hacker to guess, or hack your password, even if they get that password hash.  But complex passwords, or multiple word passwords don’t help get around the social engineering problem (the user willfully giving someone their password).</p>
<h3>But I Can’t Remember Complex Passwords</h3>
<p>The author’s point about using multiple dictionary words, along with the punchline of the xkcd comic, is that such passwords are easier to remember over complex passwords.  And while this is an extremely valid point, it defeats the purpose of passwords.  Passwords a form of security (some would argue they provide a false sense of security, but that’s a different topic).  So passwords should themselves be as secure as possible.  This idea of secure passwords comes at the cost of easily being able to remember your passwords, especially since to be really secure you should have a different password for each website that requires one.</p>
<p>This is where “password safes” come into play.  Applications like <a href="http://www.keepass.info">Keepass</a>, <a href="http://www.lastpass.com">LastPass</a> (what I use), and <a href="http://agilebits.com/products/1Password">1Password</a>, allow you to store passwords for individual sites, and they all integrate into your web browser to some degree.  All of these applications also have password generators that allow you to create complex, non-dictionary passwords.  These generated passwords are then saved with the corresponding site you’ve generated for.  What these applications allow you to do is to have a different complex password for each website you visit.</p>
<p>You’re probably asking “how can storing all my passwords in a single place be secure” and it wouldn’t be a bad question.  The thing about the applications I’ve listed is they all use high quality encryption to store the passwords and they all require the use of a good “master password” and will warn you when your master password is insecure.  You want to have a very secure (around 15-20 characters) complex password as your master password.  And you want to make sure that you use that password only for accessing your password safe.</p>
<h3>Conclusion</h3>
<p>In the end, the author of “Usability of Passwords” makes a convincing case, but not if you know how hackers really operate.  His intentions are good though, the idea of using harder to guess/hack passwords is noble regardless of how you say it should be done.  But I believe that some of his ideas lead to a false sense of security because of a lack of understanding.</p>
<p>Hopefully, I’ve explained to you why some of the ideas presented in the original article were not so great, and have in turn caused you to think about your passwords, and how to create more secure passwords.  I highly recommend that you begin using a password safe, and changing your passwords around the internet to more secure, complex passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2011/08/15/xkcd-password-security/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using Secure Passwords</title>
		<link>http://www.mkoby.com/2010/05/10/using-secure-passwords/</link>
		<comments>http://www.mkoby.com/2010/05/10/using-secure-passwords/#comments</comments>
		<pubDate>Mon, 10 May 2010 22:10:31 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1537</guid>
		<description><![CDATA[This morning, this article about a Facebook board member's account being breached inspired me to touch on passwords again.  I've talked about secure passwords in the past, but on a daily basis I am confronted by people that talk about not wanting to use a more secure password because it "would be hard to remember" but then they will complain when their Facebook or Twitter accounts are hacked. <a href="http://www.mkoby.com/2010/05/10/using-secure-passwords/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This morning, this <a title="Facebook Loses Face: Board Member’s Account is Breached" href="http://www.pehub.com/71201/facebook-loses-face-board-member%E2%80%99s-account-is-breached/">article about a Facebook board member&#8217;s account being breached</a> inspired me to touch on passwords again. <a title="Securing Your Digital World: Passwords" href="http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/"> I&#8217;ve talked about secure passwords in the past</a>, but on a daily basis I am confronted by people that talk about not wanting to use a more secure password because it &#8220;would be hard to remember&#8221; but then they will complain when their Facebook or Twitter accounts are hacked.</p>
<p>To begin, lets rehash what makes a strong password.  A strong password has all the following:</p>
<ul>
<li>Upper and lower case letters</li>
<li>At least one number</li>
<li>At least one special character (!,@,#,$,%,^,&amp;*,(,), &#8220;,&lt;,&gt;)</li>
<li>Absolutely nothing to do with you or someone close to your.</li>
</ul>
<p>That last one is kind of important.  You want to avoid things like names, birthdays, anniversaries, and so on.  Children and pets&#8217; names are also a huge no-no.  The more random the password and the less it has to do with you as a person, the better it is.</p>
<p>To test your password&#8217;s strength, you can look at this <a title="Javascript Password Strength Meter" href="http://www.geekwisdom.com/dyn/passwdmeter">Javascript Password Strength Meter</a>.  This meter gives you a score and tells you how secure your password is.  If you have anything less than mediocre, you should probably reconsider your password and create a new one.  On the same page there are tips on creating a secure password and even a link to a password generating application (and browser plugin).</p>
<p>Using a secure password is extremely important in a world where we have several passwords for many different services.  If you need help remembering your passwords, you should look into something like <a title="LastPass" href="http://www.lastpass.com">LastPass</a> or <a title="KeePass Password Safe" href="http://www.keepass.info">KeePass</a>.  Both are a type of &#8220;password safe&#8221; in that you can store passwords for different sites and only have to remember a single password to the password safe application.  Both of them also have built in password generators that you can utilize to create secure passwords for each site that you use that might require a password.</p>
<p>So again, I urge you dear readers to start using more secure passwords (if you&#8217;re not already).  It can save you a lot of heartache in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2010/05/10/using-secure-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Flaw in Popular Disk Encryption Programs Found</title>
		<link>http://www.mkoby.com/2008/02/21/security-flaw-in-popular-disk-encryption-programs-found/</link>
		<comments>http://www.mkoby.com/2008/02/21/security-flaw-in-popular-disk-encryption-programs-found/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 19:33:45 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2008/02/21/security-flaw-in-popular-disk-encryption-programs-found/</guid>
		<description><![CDATA[The Electronic Frontier Foundation has published an article about a research paper that shows how popular disk encryption software can be defeated. The article (found here) explains that popular disk encryption programs like BitLocker (Windows Vista's disk encryption program) and open source favorite, TrueCrypt, are not invulnerable to the suggested attacks. <a href="http://www.mkoby.com/2008/02/21/security-flaw-in-popular-disk-encryption-programs-found/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Electronic Frontier Foundation has published an article about a research paper that shows how popular disk encryption software can be defeated.  The article (<a href="http://www.eff.org/press/archives/2008/02/21-0">found here</a>) explains that popular disk encryption programs like BitLocker (Windows Vista&#8217;s disk encryption program) and open source favorite, TrueCrypt, are not invulnerable to the suggested attacks.</p>
<p>The main issue revolves around data being stored in the computers RAM after a computer has been powered off or is in sleep/hibernation mode.  Programs can be written to retrieve data out of RAM once the computer has been turned back on giving a malicious user access to the passwords used to access the encrypted drives.  The article or the paper it references do not mention how long a computer needs to be turned off for the memory remnants to fully leave the system.  Though they do mention that it can stay in memory up to a full minute at room temperature (even longer the colder it gets).  You can read the full paper, at <a href="http://citp.princeton.edu/memory/">Lest We Remember:  Cold Boot Attacks on Encryption Keys</a>.</p>
<p>What does this mean exactly?  Well it just further proves that no level of security is full proof.  No matter how hard you try, someone can, with enough time and work, get to your data.  This does not mean that one should make it easy for the hacker.  The general idea behind security, no matter if its disk encryption or strong passwords, is simply to make the hacker&#8217;s life more difficult when it comes to getting to your data.  The harder it is for someone to get to your data, the more chances you have of them giving up and moving on.  There are plenty of people in the world that do not take the extra steps to secure their private data, so they will more often than not, move on to someone that does not take those steps.  The general idea here is time spent versus rewards.  Chances are, if you are taking those extra steps, you probably are smart enough to not have any data that is really worth having on the computer, or at least not in large quantities.</p>
<p>Security is important and more people should consider the data they store on their hard disks, USB flash drives, or anywhere else in digital format for that matter.  If you are going to store sensitive data, take the extra steps to secure it.  Even though the disk encryption programs have a flaw does not mean that the hacker is going to go through the trouble.  Just because security <strong>can</strong> be broken does not mean that one should not take proper steps to ensure the security of their sensitive data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2008/02/21/security-flaw-in-popular-disk-encryption-programs-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spread OpenID Site Launced (Do These Really Help?)</title>
		<link>http://www.mkoby.com/2008/01/03/spread-openid-site-launced-do-these-really-help/</link>
		<comments>http://www.mkoby.com/2008/01/03/spread-openid-site-launced-do-these-really-help/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 21:22:14 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[single login]]></category>
		<category><![CDATA[spread firefox]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2008/01/03/spread-openid-site-launced-do-these-really-help/</guid>
		<description><![CDATA[My question is, do the sites really work?  I mean Firefox is doing fine true, but that was more due to the full page New York Times ad that SpreadFirefox helped raise money for.  So while the website itself brought the community together for the purpose of marketing, is it the website or rather the efforts of those behind the website that are helping the products?  I guess one could argue that they are one and the same.  However, why create a second website?  OpenID already has a pretty nice looking website (OpenID.net).  Does it really need a second one to explain the benefits and such of OpenID? <a href="http://www.mkoby.com/2008/01/03/spread-openid-site-launced-do-these-really-help/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just read in my Google Reader that the new <a href="http://spreadopenid.org/" title="Spread OpenID">Spread OpenID</a> website launched today.  I think the general idea behind <a href="http://www.openid.net" title="OpenID">OpenID</a> is a great one, so do not mistake the following comments as something negative towards OpenID.  We desperately need something like OpenID in this day and age.  The ability to have a single non-centralized login is great.  Especially one that embraces open standards.  For more information on OpenID, you can look at my own writings in my article entitled <a href="http://www.mkoby.com/2007/01/03/all-about-openid/" title="Almost, Not Yet - All About OpenID">All About OpenID</a>.</p>
<p>Now, on to the question in the subject.  The new website Spread OpenID, is a play on the <a href="http://www.spreadfirefox.com" title="Spread Firefox">SpreadFirefox</a> web site that has been around for quite some time now.  These websites are started as efforts to bring the product to a wider audience.  They offer up for download graphical icons that can be placed on websites or in forum signatures and so forth as a way of promoting the product.  Basically if you really like whatever it is they are trying to &#8220;spread&#8221; they offer some ways to do it.</p>
<p>My question is, do the sites really work?  I mean Firefox is doing fine true, but that was more due to the full page New York Times ad that SpreadFirefox helped raise money for.  So while the website itself brought the community together for the purpose of marketing, is it the website or rather the efforts of those behind the website that are helping the products?  I guess one could argue that they are one and the same.  However, why create a second website?  OpenID already has a pretty nice looking website (<a href="http://www.openid.net" title="OpenID">OpenID.net</a>).  Does it really need a second one to explain the benefits and such of OpenID?</p>
<p>Maybe products that have a strong following (life OpenID &amp; Firefox) can benefit from websites such as these.  I think that it might be good to revisit this issue in one year&#8217;s time to see how much adoption OpenID sees.  The hard part of course is determining how much of that adoption was a result of the Spread OpenID website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2008/01/03/spread-openid-site-launced-do-these-really-help/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Who Owns Your Data? (Scoble/Facebook)</title>
		<link>http://www.mkoby.com/2008/01/03/who-owns-your-data-scroblefacebook/</link>
		<comments>http://www.mkoby.com/2008/01/03/who-owns-your-data-scroblefacebook/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:04:19 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2008/01/03/who-owns-your-data-scroblefacebook/</guid>
		<description><![CDATA[So it calls into question, who exactly owns the data on the social network sites?  We all automatically assume that because we put the data there, add the friends, make the connections, install the applications (linking them to their respective site where applicable) that we own that data.  After all the data is about us.  We input it, why should we not own it?  That is where the privacy issues come from.  If you don't own the data on a social networking site, then  who does own the data, and what can they legally do with that data?  These are some serious issues to concern yourself with.  If you do not own that data and the site can do with it whatever it pleases, then you basically have zero privacy when it comes to your data on that particular site. <a href="http://www.mkoby.com/2008/01/03/who-owns-your-data-scroblefacebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Update 2:45pm (time from Scoble&#8217;s blog): Rober Scoble has been let back into Facebook.</p>
<p><a href="http://scobleizer.com/" title="Scrobleizer">Robert Scoble</a>, popular blogger, internet star has had his <a href="http://www.facebook.com" title="Facebook">Facebook</a> account disabled after running script from an unknown company against his Facebook account in an attempt to copy his &#8220;social graph&#8221; to other networks.</p>
<p>Now, the running of scripts against Facebook is definitely against the terms of service of Facebook.  However, is running scripts against your own data wrong?  It is really hard to argue this because the Terms of Service for a website is for the website site as a whole which in affect includes your data.</p>
<p>So it calls into question, who exactly owns the data on the social network sites?  We all automatically assume that because we put the data there, add the friends, make the connections, install the applications (linking them to their respective site where applicable) that we own that data.  After all the data is about us.  We input it, why should we not own it?  That is where the privacy issues come from.  If you don&#8217;t own the data on a social networking site, then  who does own the data, and what can they legally do with that data?  These are some serious issues to concern yourself with.  If you do not own that data and the site can do with it whatever it pleases, then you basically have zero privacy when it comes to your data on that particular site.</p>
<p>The solution for the problem at hand is to rework the terms of service to allow a user to copy the data they input.  There should also be switches in place to dictate what data can be exported to certain people.  Just like you can decide what&#8217;s public and so forth on Facebook, you should be allowed to decide what data your &#8220;friends&#8221; can export out.  A lot of people would probably turn this off, but that does not mean that the feature is not functionable.</p>
<p>I think first and foremost though, it needs to be determined who owns what data.  And it is a decision that all social networks should make (I am looking at you MySpace, LinkedIn, &amp; Twitter).  Once the line has been drawn then the users can decide who they want to have their data.  I&#8217;m pretty sure most people are not going to cancel their accounts based solely on this issue (though several might).  But as the internet becomes a haven for your personal data on websites, who owns your data and the privacy implications of that question should be considered more and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2008/01/03/who-owns-your-data-scroblefacebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google &amp; Your Privacy</title>
		<link>http://www.mkoby.com/2007/12/29/google-your-privacy/</link>
		<comments>http://www.mkoby.com/2007/12/29/google-your-privacy/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 03:40:28 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plaxo]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/12/29/google-your-privacy/</guid>
		<description><![CDATA[So over the Christmas holidays, Google added a feature to Google Reader that caused some privacy concerns.  While I&#8217;m not sure why everyone was in such a fit about it, because the feature was in fact called &#8220;Shared Items&#8221; so &#8230; <a href="http://www.mkoby.com/2007/12/29/google-your-privacy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So over the Christmas holidays, Google added a feature to Google Reader that caused some privacy concerns.  While I&#8217;m not sure why everyone was in such a fit about it, because the feature was in fact called &#8220;Shared Items&#8221; so I don&#8217;t understand how that could be mis-interpreted.</p>
<p>But now there are rumors that Google is going to implement a Facebook News like feed for your Gmail contacts.  Many people are comparing this to both Facebook and <a href="http://www.plaxo.com" title="Plaxo">Plaxo</a> (a contact management website that allows you to sync your contacts and ask them update their contact info).  Plaxo is taking a little more heat for it&#8217;s Plaxo pulse which allows you to add things like your blog, your Flickr account, Twitter, and even your Amazon Wishlist to the pulse and have it send out updates to your contacts.  Why Plaxo is taking the hit for this, again I do not understand.  For one thing you have to actually opt-in for the service and two your friends have to &#8220;connect&#8221; with you to receive your pulse updates.  So both sides have to opt-in for it to work.</p>
<p>Now there is no word on if there is going to be an &#8220;opt-out&#8221; switch on this new Gmail contact news like feed, but I&#8217;m sure there will be.  But what has me a little annoyed is everyone freaking out about Google with regards to their data.  First off, Google has done very little (if anything) that is considered &#8220;evil&#8221; with your data.  Secondly, if you actually read the terms of service on several Google products you&#8217;d be surprised what they might be allowed to someday do.  By simply using Google products you are allowing them to look at and possibly use any data they can off of you.  Heck, Google does read your email but only so it can show Adsense ads that go along with what the email your reading is about.</p>
<p>Google pretty much controls the internet.  If you are like me, and use their products, they probably have a good amount of data on you.  Does this mean they are going to spread it out all over the internet?  Not really.  I think people are making a big deal about nothing with these issues.  Especially in comparing Google to Plaxo.  Plaxo&#8217;s terms of service is really creepy, more so than any of Google&#8217;s.  If you are really worried about what companies are going to be doing with your data, then you should start reading the terms of service and license agreements more frequently.  You might find out that you really just shouldn&#8217;t be storing personal data on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/12/29/google-your-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your Digital World: Encryption (Part 1)</title>
		<link>http://www.mkoby.com/2007/10/10/securing-your-digital-world-encryption-part-1/</link>
		<comments>http://www.mkoby.com/2007/10/10/securing-your-digital-world-encryption-part-1/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 07:54:08 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/10/10/securing-your-digital-world-encryption-part-1/</guid>
		<description><![CDATA[Lets review real quick.  Passwords, check.  Secure passwords, check.  Preventing phishing, check.  So by now you are secure right?  Probably not completely.  Here is a real quick question.  Are you sending emails?  Are you sending those emails via encrypted means?  If no, then anyone can read your email.  If you did not know, I will tell you now, emails are sent in clear text.  That means that anyone who packet sniffs a network that your email is flying across, can read that email.   Same is true for most instant messaging applications.  Your messages are sent out in the open and anyone with the correct software can read them as if they were the one sending them. <a href="http://www.mkoby.com/2007/10/10/securing-your-digital-world-encryption-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lets review real quick.  Passwords, check.  Secure passwords, check.  Preventing phishing, check.  So by now you are secure right?  Probably not completely.  Here is a real quick question.  Are you sending emails?  Are you sending those emails via encrypted means?  If no, then anyone can read your email.  If you did not know, I will tell you now, emails are sent in clear text.  That means that anyone who packet sniffs a network that your email is flying across, can read that email.   Same is true for most instant messaging applications.  Your messages are sent out in the open and anyone with the correct software can read them as if they were the one sending them.</p>
<p>So how do we fix this?  Well, the answer is both simple and complicated (as it usually is with security), and the answer is data encryption.  There are a lot of kinds of data encryption, some that you use without ever realizing it.  For example, when you make a purchase from Amazon.com, when you enter your address and credit card information, you are doing that over an encrypted connection (https).  We are going to go over some of the various kinds of encryption today and then next week, we will look at a couple of programs to help you encrypt your important data and communications.</p>
<h3>Types of Encryption</h3>
<h4>Asymmetri/Public Key</h4>
<p>The way that &#8220;Public Key&#8221; encryption works is simple in that there are 2 keys, a public and private key, for a person.  They post the public version of their key on the internet somewhere and others can download it and add it to their key ring.  If Person &#8220;A&#8221; encrypts a message with their PRIVATE key, then anyone with the public key can decrypt that message.  Now, if Person &#8220;B&#8221; encrypts a message with Person &#8220;A&#8217;s&#8221; public key, then Person &#8220;A&#8221; can decrypt it with their private key.  This is a very popular form of encryption, made such by PGP (which we will get into next week).</p>
<h4>Symmetric-Key</h4>
<p>Unlike asymmetric encryption where the key to encrypt is different from the key to decrypt, in symmetric encryption the two keys are tied together in some way.  It could be trivial or it could take multiple steps.  Symmetric encryption is also known as secret-key, or shared secret.  That means that all parties that can decrypt can also encrypt.</p>
<h3>Which is Better?</h3>
<p>Well, that is a question better left up to the purpose.  Each one has a specific use but if I had to pick one, I would go with asymmetric.  I like the idea of public/private keys.  But this is personal opinion and they both do serve their own purposes just fine.  There are systems that utilize both, and these are called &#8220;Hybrid&#8221; systems.</p>
<h3>In Closing</h3>
<p>That is pretty much it for this week&#8217;s write up.  Next week we will look at various programs that use some of these encryption types.  Be sure to check back to learn how to encrypt your data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/10/10/securing-your-digital-world-encryption-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your Digital World: Anti-Phishing Tools &amp; Techniques</title>
		<link>http://www.mkoby.com/2007/10/03/securing-your-digital-world-anti-phishing-tools-techniques/</link>
		<comments>http://www.mkoby.com/2007/10/03/securing-your-digital-world-anti-phishing-tools-techniques/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 07:35:19 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/10/03/securing-your-digital-world-anti-phishing-tools-techniques/</guid>
		<description><![CDATA[We spent the last few weeks going over password security.  I showed you how to create secure passwords and how to keep track of them.  Now that you have a secure password, it is incredibly difficult for someone to hack that password.  That is true unless, of course, you give them your password willingly.  This kind of thing can easily happen with a technique called "Phishing" which according to wikipedia is "a process by which a phisher attempts to fraudulently acquire sensitive information such as usernames and passwords." <a href="http://www.mkoby.com/2007/10/03/securing-your-digital-world-anti-phishing-tools-techniques/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We spent the last few weeks going over password security.  I showed you how to create secure passwords and how to keep track of them.  Now that you have a secure password, it is incredibly difficult for someone to hack that password.  That is true unless, of course, you give them your password willingly.  This kind of thing can easily happen with a technique called &#8220;Phishing&#8221; which according to wikipedia is &#8220;a process by which a phisher attempts to fraudulently acquire sensitive information such as usernames and passwords.&#8221;</p>
<h3>How Does Phishing Happen</h3>
<p>A phishing attempt is most commonly started using email.  You might have seen an email at one point or another that tells you that if you do not log into your PayPal account, it will be closed and you will lose any information or money in the account.  Well there is usually a link or a log in &#8220;button&#8221; inside this email that is made to look like an official email that will take you to a site that looks like the originating site with a log in form.  You log into this form and the phisher is either smart enough to then forward the login information to the actual website to log you in, or it shows you a log in error message.  By this point, the damage is already done, the phisher has your information and can now log in as you.<span id="more-682"></span></p>
<h3>How Can Your Protect Yourself Against Phishing</h3>
<p>Remember in the previous articles about password security I advise that you change your passwords frequently?  This is one of the reasons to do so.  If someone gets your password and does not change it, when you change your password, you lock them out of the account again.  However, most likely, the phisher is going to change the password and email address that is associated with the account.  Locking you out of the account completely.  If this was your PayPal account, then they now have access to your bank account and other personal information like home and work addresses.  Possibly even phone numbers.</p>
<p>How can you avoid falling prey to this social engineering technique?  There are a couple of ways.</p>
<ul>
<li>If you get an email that uses a &#8220;scare tactic&#8221; or you just want to be sure, you can always go and open the website on your own.  Open a new web browser or tab and goto the website in question by hand typing the URL.  So in the case of PayPal, you would enter &#8220;www.paypal.com&#8221; ensuring that you goto PayPal&#8217;s actual site and not some link someone sent you to that is trying to trick you into a false sense of security.</li>
<li>Another Option is to use any anti-phishing tools included in your browser (we will get to this in a second)</li>
<li>Finally, if your browser does not have anti-phishing tools built in, you can use an add on tool bar (more on this later as well).</li>
</ul>
<h3>Built-In Anti-Phishing Tools</h3>
<h4>Mozilla Firefox 2.0 or later</h4>
<p>The good news is that with later browsers, there is anti-phishing tools built right in.  No need to install extra software because they are already there.  With Mozilla Firefox 2.0 or later, there is an option under the security settings in the Options dialog.</p>
<p align="center"><a href="http://www.mkoby.com/wp-content/uploads/2007/09/firefox_ap.jpg" title="firefox_ap.jpg"><img src="http://www.mkoby.com/wp-content/uploads/2007/09/firefox_ap.jpg" title="Firefox Anti-Phishing Options (Click to See Full Size)" alt="Firefox Anti-Phishing Options (Click to See Full Size)" align="middle" border="0" height="277" hspace="3" vspace="3" width="343" /></a></p>
<p align="left">With Firefox, you get two options when it comes to using the Anti-Phishing tools.  You can use a pre-defined &#8220;black list&#8221; of websites that is updated when the browser is updated, or you can use Google to check each website you go to.  There are some privacy concerns when using Google to check the web site you visit, so be sure to read the user agreement.</p>
<h4>Internet Explorer 7</h4>
<p>Internet Explorer 7 comes with its own anti-phishing tools as well.  Though you do not get to many options with it.  You can turn it on and off, and it will only check against Microsoft&#8217;s database of sites.  There is no option to use an internal predefined list, but it might do this by default if no internet connection is available.  You can see where to turn the &#8220;Phishing Filter&#8221; tools on/off in the image below (Click to enlarge).</p>
<p align="center"><a href="http://www.mkoby.com/wp-content/uploads/2007/09/ie7_ap.jpg" title="ie7_ap.jpg"><img src="http://www.mkoby.com/wp-content/uploads/2007/09/ie7_ap.jpg" title="IE7 Anti-Phishing Tools (Click to Enlarge)" alt="IE7 Anti-Phishing Tools (Click to Enlarge)" border="0" height="260" hspace="3" vspace="3" width="427" /></a></p>
<h4>Other Browsers</h4>
<p>On older browsers, like Firefox 1.5 or Internet Explorer 6, you do not have built in anti-phishing tools.  Instead you need to rely on a third party toolbar to do this job for you.  There are several toolbars out there on the internet that will not only help protect you against phishing attacks, but will also allow you to perform other tasks like searching the web, bookmarking, and so forth.  Two of the more popular toolbars come from <a href="http://toolbar.google.com" title="Google Toolbar">Google </a>and <a href="http://toolbar.yahoo.com" title="Yahoo! Toolbar">Yahoo</a>.  The links will take you to the respective toolbars for each company.   Both of these have built in security features that will help you against phishing attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/10/03/securing-your-digital-world-anti-phishing-tools-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your Digital World: Password Safes</title>
		<link>http://www.mkoby.com/2007/09/26/securing-your-digital-world-password-safes/</link>
		<comments>http://www.mkoby.com/2007/09/26/securing-your-digital-world-password-safes/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 06:54:07 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/09/26/securing-your-digital-world-password-safes/</guid>
		<description><![CDATA[Last week, we had a nice long talk about passwords.  We went over what why you would need a secure password and what exactly is a secure password.  There were even some links to secure password generating websites.  One of the major points of the last article was that you really should use a different secure password for each of your important websites.  This means that you need to have quite a few hard to remember passwords.  I mentioned a product known as a password safe.  This is a nifty little application that will allow you to store your passwords in a single location.  But is that unsecure?  Well yes and no.  Lets look into that real quick. <a href="http://www.mkoby.com/2007/09/26/securing-your-digital-world-password-safes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week, we had a nice long talk about passwords.  We went over what why you would need a secure password and what exactly is a secure password.  There were even some links to secure password generating websites.  One of the major points of the last article was that you really should use a different secure password for each of your important websites.  This means that you need to have quite a few hard to remember passwords.  I mentioned a product known as a password safe.  This is a nifty little application that will allow you to store your passwords in a single location.  But is that unsecure?  Well yes and no.  Lets look into that real quick.</p>
<p>Storing all your passwords in a single location is unsecure in that all your passwords are in a centralized location.  If someone was able to get the file they could crack it and get all your passwords.  However, most password safes use 256-bit AES encryption so the chances of someone cracking your password safe&#8217;s file is pretty small.  Doable? Most certainly.  But quickly, that is a totally different story.  This is the part that makes it secure.  Also, some of the better password safe programs out there (like KeePass) are open source, so you can see the source code and see if your passwords are being sent anywhere (they are not).</p>
<p>So if a password safe is so cool, why do more people not use them?  Well for pretty much the same reason that they do not use more secure passwords.  It is extra steps, it takes extra cycles, and it means an added process to their internet experience.  People like to keep things simple when it comes to using the internet and they get lazy where they honestly should not.  A password safe to them is nothing more than an added complication.</p>
<p>Now, that you have heard about password safes, you want to start using one.  What are some of the better ones out there?  Well below is a list:</p>
<ul>
<li><a href="http://www.keepass.info" title="KeePass">KeePass</a> -  This is the password safe that I currently use.  The latest version (currently in Alpha testing) shows incredible promise and awesome new features.  The current version only lacks one feature that I could use and is perfect otherwise.  The missing feature is the ability to load a file off of an FTP site so that you can access the same password safe file from multiple locations.</li>
<li><a href="http://www.passpack.com" title="PassPack">PassPack</a> &#8211; I just found out about PassPack recently.  I began using it just to test it out and see how it compares to KeePass.  The great thing about PassPack, is that it is online.  While this might scare people, they do a really good job on their website of convincing you that your data is perfectly safe.  I have no honest opinion at this point other than that some of the features they offer, are pretty spiffy.</li>
<li><a href="http://passwordsafe.sourceforge.net/" title="Password Safe">Password Safe</a> -Like KeePass, Password Safe is another open source password safe.  However, I find its interface lacking overall and it seems to be not as good as KeePass.  However, it is incredibly popular and many people recommend it.  If you were to ask me, I would recommend KeePass before Password Safe.</li>
</ul>
<p>Do you know of another password safe that you like using?  If so, leave a comment below and tell us about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/09/26/securing-your-digital-world-password-safes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Securing Your Digital World: Passwords</title>
		<link>http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/</link>
		<comments>http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 07:00:19 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/</guid>
		<description><![CDATA[When it comes to securing yourself in your little digital world, everything revolves around your passwords.  Your passwords are the first and major line of defense in securing your personal data be it email, documents, or even your money.  The problem is, most people have fairly unsecure passwords and as a result their "front lines" are weak and easily penetrable.  So how do we create secure passwords?  What makes a password "secure"? And how many passwords should you have?  We will answer all of these very important questions in this article.
 <a href="http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When it comes to securing yourself in your little digital world, everything revolves around your passwords.  Your passwords are the first and major line of defense in securing your personal data be it email, documents, or even your money.  The problem is, most people have fairly unsecure passwords and as a result their &#8220;front lines&#8221; are weak and easily penetrable.  So how do we create secure passwords?  What makes a password &#8220;secure&#8221;? And how many passwords should you have?  We will answer all of these very important questions in this article.</p>
<h3>Why You Need Secure Passwords</h3>
<p>I get asked a lot when I go off on my diatribe about strong passwords because people think, &#8220;What&#8217;s the big deal? Let them read my email.&#8221;  Well if someone can get access to your email, they can get a hold of a lot of information.  Think about it, what goes to your email?  Your bank information, PayPal, eBay, personal letters, maybe even personal info like social security numbers and addresses.  Also, chances are the password you use for your email is the same one you use on at least a couple of those websites I mentioned.  Even if it is not, if someone has your email address password, they do a &#8220;Forgot Password&#8221; where it will email the password or a link to change to a new password to your email address which they already have access to.  So having a secure password on your email (for starters) is extremely important.  You really do not want to stop there, you want as many of your passwords to be as secure as possible.  Best practices recommends that you have a different password for every thing you log into.  That can make things difficult to keep track of.</p>
<h3>What is a Secure Password</h3>
<p>Before we can really recommend that you use a secure password, we really should go over what exactly a &#8220;secure&#8221; password is.  But even before we do that we must preface this with the following statement: a password is only secure as the person hiding it.  If you tell others your password, it is no longer secure.  Also, there is no such thing as a completely secure password.  Any password can be cracked given enough time and resources.  The real question is, do you want to make it easy for the person trying to get your password or make them work for it?</p>
<p>So with that in mind, a secure password contains the following:</p>
<ul>
<li>A combination of UPPER &amp; lower case letters</li>
<li>At least 1 number</li>
<li>A special character like, !, %, ^, &amp;, *, &gt;, ~,`, or a #.</li>
<li>Also, it is somewhere between 8-14 characters in length</li>
</ul>
<p>Now, here is the downside, not all websites out there allow for passwords that contain special characters, so the best thing to do in those situations is to use a long password that contains letters and numbers, with the numbers placed through out the password rather than on the end or at the beginning.</p>
<h3>Creating a Secure Password</h3>
<p>So with those specifications in mind, how do we go about creating secure passwords that are easy for us to remember?  The key is to use a password that really has nothing to do with you, this way a cracker can not figure it out easily.  Fortunately for us, there are  couple of websites that will help us create some secure passwords.</p>
<ul>
<li><a href="http://www.pctools.com/guides/password/" title="PCTools Secure Password Generator">PCTools Secure Password Generator</a>:  This website allows you to get real specific about your passwords, you can choose several options and interchange them at will.  You can also pick a quantity so that you can get more than one password generated at a time.</li>
<li><a href="http://www.goodpassword.com" title="GoodPassword.com">GoodPassword.com</a>: Like the PCTools site, this website allows you to pick from some options for your password, but rather then get real specific you get to chose the length, and whether or not you want special characters.  Also, if you have a favorite password or phrase, you can choose to create a &#8220;l33t&#8221; password out of that password or phrase.  A &#8220;l33t&#8221; password is a word with some of the letters changed to numbers and special characters.  This allows you to have a password you will easily remember, but is slightly more secure.</li>
</ul>
<h3>How Strong is Your Password</h3>
<p>If you have some passwords you like, and they already contain numbers and letters in alternating case you can also check the strength of those passwords online using a couple of tools.</p>
<ul>
<li><a href="http://www.microsoft.com/protect/yourself/password/checker.mspx" title="Microsoft Password Checker">Microsoft Password Checker</a>: I will probably take some flack for this, but it doesn&#8217;t ask for a user name and it&#8217;s done with javascript so it is all client side.  Just type in the password and it will tell you it&#8217;s strength.</li>
<li><a href="http://www.geekwisdom.com/dyn/passwdmeter" title="Javascript Password Strength Meter">Javascript Password Strength Meter</a>: This one is pretty nifty because it gives it a score and also a &#8220;points&#8221; breakdown about why your password is strong or weak.  Again all client side so no worries about it going anywhere.</li>
</ul>
<p>Knowing if you have a secure password can tell you if you need to utilize the password generators.  If you have weak passwords, use the password generators to create a few stronger passwords.</p>
<h3>Password Safes Preview</h3>
<p>Like I stated earlier, best practices recommends that you have a different password for every thing you log into.  That can make things difficult to keep track of.  Something that can help you keep track of all these secure passwords would be a big help right?  Well, there are programs out there called password safes that store passwords in an encrypted file so that you can only access the file with a password.  We will be going into more detail about password safes next week, so be sure to come back for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/09/19/securing-your-digital-world-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Security</title>
		<link>http://www.mkoby.com/2007/02/07/wireless-security/</link>
		<comments>http://www.mkoby.com/2007/02/07/wireless-security/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/07/wireless-security/</guid>
		<description><![CDATA[Cable companies and DSL providers install them into customers' houses on a daily basis. Most of these installs are being done with security implemented but a lot of people either uninstall the security settings or leave them at the very basic levels. Most of the time they are only interested in what makes their life easier. This can be very dangerous. <a href="http://www.mkoby.com/2007/02/07/wireless-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There was once a time when wireless networks were a rare thing. Only the uber-geeks own them and the idea of a high speed internet provider installing them into homes was unheard of. This is not the case today. These days, everyone has a wireless network of some kind in their house. Cable companies and DSL providers install them into customers&#8217; houses on a daily basis. Most of these installs are being done with security implemented but a lot of people either uninstall the security settings or leave them at the very basic levels. Most of the time they are only interested in what makes their life easier. This can be very dangerous.</p>
<p>For this week&#8217;s technology article, we are going to look at securing a wireless network. We are going to look at various ways to do this. We will go over some easy ways to secure it as well as some of the more difficult methods. So lets get into the why.</p>
<p><span id="more-310"></span></p>
<h4>Why?</h4>
<p>Why would you want to secure your wireless network? Well quite simply if your wireless network is open to the public a number of things can happen. First and foremost, an open network allows anyone with in range of your house can utilize the open network to access the internet. Anything they do can be eventually traced back to you and proving that someone else was on your wireless network is incredibly difficult to accomplish.</p>
<p>Imagine if you will that you have an open network and a person sits down the street from your house, just inside the range of your wireless router. They start pirating music, movies, and maybe even child pornography. Since, to the outside world and your internet providers logs the traffic is all going to and from your house, you are instantly suspect number one if someone wishes to come after to person downloading the questionable content. The child pornography example is a little extreme but it really puts things into perspective when you realize what someone could be doing over your network without your permission.</p>
<p>Secondly, a person doing stuff on your wireless network is utilizing your bandwidth. Which means that they are slowing down your internet connection. Sorry, but I do not like paying for other people to use my internet connection without my permission.</p>
<p>And last but not least, if someone is on your network they have access to anything open on that network. Any computer, file shares, or traffic is open to that user. If that person has the correct tools, they can hack into your computers, crack your passwords, or even read your documents. This is as I like to say, a bad thing.</p>
<h4>The Basics</h4>
<p><img src="http://www.mkoby.com/wp-content/uploads/2007/01/lnksyswlessgsrx-01-300.gif" style="width: 144px; height: 114px" alt="LnksysWlessGsrx 01 300" align="left" height="168" hspace="5" vspace="5" width="225" />With the &#8220;why&#8221; out of the way, lets start with some basics, not all routers are wireless capable. If your router has antenna connected to it, then it most like has wireless. On most wireless routers there is a tab, menu option, or button of some sort that says &#8220;Wireless&#8221; on it. Normally all the wireless settings can be found under this option. The various options can all be on one page or they can be under sub headings of some kind. It would take too long to go over every option on every possible router, but most settings are named the same across brands and settings pages. If you can not find where to set the wireless settings on your router, please consult the documentation that came with your router.</p>
<h4>SSID</h4>
<p>The simplest way to secure your wireless network is to make invisible and the easiest way to achieve that is to turn of the SSID broadcast option. The SSID is the name of the wireless side of your router. It is what is used to connected a wireless computer to the router for network use. When wireless computers try to connect to wireless networks they search for SSIDs that are being broadcast over the air. When it finds a list of them it asks you to pick the one you want to connect to. If your SSID is not broadcasting, a computer scanning for open networks is not going to see it and thus a person will not be able to connect to it.</p>
<p>This means that are when setting up a new computer on the network all that you need to type in is the SSID of your wireless router and you will be on the internet.</p>
<p>Though it pains me to say, this method is not 100% secure. Even though nothing is truly 100% secure, this way is open to a variation of attacks. A smart scanner will still be able to find your network with the right tools. The upside is though, that extra work they would have to do will cause them to move onto other easier targets.</p>
<h4>WEP &amp; WPA(2)</h4>
<p>The next and second easiest method is to simply use a password. Using an encrypted password will help protect your wireless network from hackers. But standard password rules apply. Use variations on of capital letters, lower case letters, numbers, and special characters to create a secure password. The more secure the password, the harder for it to be cracked later.</p>
<p><img src="http://www.mkoby.com/wp-content/uploads/2007/01/netgear-wireless-router.jpg" style="width: 186px; height: 119px" alt="netgear wireless router" align="right" height="156" hspace="5" vspace="5" width="225" />But what are these 2 main passkey methods on your wireless router. Wired Equivalent Privacy (WEP) an older, outdated technology and Wi-Fi Protected Access (WPA) which is the current preferred wireless encryption method. Both methods encrypt the traffic over the wireless network as well as require the use of a passphrase (password) to even connect to the router. While WEP is the older standard, it is also easily hacked and should be avoided. The new, more secure method is WPA and if both your router and wireless network card can support it, WPA2. The technology used for WPA is far more advanced and utilizes a continually changing key to keep the network secure. There are currently two different variation of WPA (and WPA2) labeled TKIP or PSK. Either one of these modes is fine and offer quality encryption.</p>
<p>I am trying to stay fairly non-technical on describing exactly what these two encryption methods do. If you would like more information you can click the following links to Wikipedia for a more encumber some explanation.</p>
<p><a href="http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy" title="Wired Equivalent Privacy" target="_blank">WEP (Wikipedia)</a><br />
<a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access" title="Wi-Fi Protected Access" target="_blank">WPA (Wikipedia)</a></p>
<p>To use encryption, simply find the place in your routers settings for the encryption settings. This will usually be under the main wireless settings or under a sub heading of &#8220;Encryption&#8221; or &#8220;Wireless Security&#8221; and you will be given a different set of options depending on how old your router is. If you have a fairly new router (within the last year or two), you should be able to select WPA (or even WPA2). Select this option if available, again either TKIP or PSK will do but make sure that you pick something that is compatible with the other wireless devices in your house. WPA (TKIP) should work on almost all devices including Xbox 360, Playstation 3, and even the Wii. If WPA is not an option for you, you can still go with WEP. Even though WEP is easier to crack than WPA, a person searching for an open network is probably going to just move along rather than take the time to crack your WEP key. You will also need to pick a passkey. I would pick something fairly lengthy but easy to remember. I find that song lyrics work well for this kind of thing.</p>
<p>Just like with hiding the SSID, these methods are not completely secure. However, utilizing them will more often then not cause someone looking for an open wireless network to move on to someone else.</p>
<h4>Allow Certain Mac Addresses Only</h4>
<p>The final, most secure way to lock down your wireless network is to only allow certain network cards to connect. How do you allow only certain network cards access to a network? You simply tell it which <a href="http://en.wikipedia.org/wiki/Mac_address" title="Mac Address (Wikipedia)" target="_blank">Mac Addresses</a> are allowed. A mac address, is an unique identifier that is assigned to every network card created. Every network card has its own mac address thus allowing us to tie access to a single network card. By only allowing network cards that you know about onto your network, you instantly block out every other network card that is not on the list of allowed cards. If someone can not even connect to your network, they will not be able to do anything on it, including steal your bandwidth or hack your networked computers.</p>
<p>The downside to this method however, is that is not supported by every router. Most newer routers should have a feature like this. You will usually find it in the &#8220;Advanced Settings&#8221; section of your router&#8217;s configuration and it might not necessarily be under the wireless settings section. To even begin to implement this option, you will need to know the mac addresses of all the network cards on your network. The mac address of your laptop&#8217;s wireless card <strong>should</strong> be somewhere on your laptop, probably on the bottom. A mac address is a 16 character letter/number combination so look for that, it is also in HEX so you will not find any letters above &#8220;F&#8221; in the address. You can find the mac address on your windows machine by opening up a command window (Start\Run\cmd) and typing &#8220;ipconfig /all&#8221; (without the quotes) and looking for the &#8220;Physical Address&#8221; setting. Once you have complied a list of mac addresses in your house, you can start adding them to the list.</p>
<p>Like I said before, this is probably the most secure way to lock down your wireless network. If you want to get crazy secure, you can utilize all three methods but that might be overkill.</p>
<h4>Conclusion</h4>
<p>I honestly hope that some of my readers take this article to heart. Security is important and you really do not want other people using your network without your knowledge. If you are currently running an unsecured wireless network, please consider using some of the methods I have discussed here today. Less problems come to those that take the time to secure themselves.</p>
<p>[Technorati Tag: <a href="http://www.technorati.com/tag/technology" title="Technorati Tag: Technology" target="_blank">Technology</a>]<br />
[Technorati Tag: <a href="http://www.technorati.com/tag/security" title="Technorati Tag: Security" target="_blank">Security</a>]<br />
[Technorati Tag: <a href="http://www.technorati.com/tag/wireless" title="Technorati Tag: Wireless" target="_blank">Wireless</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/07/wireless-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

