<?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>NYC Tech Guys &#187; password</title>
	<atom:link href="http://blog.nyctechguys.com/tech-blog/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nyctechguys.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 12:31:32 +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>Weak passwords are a hackers delight</title>
		<link>http://blog.nyctechguys.com/tech-blog/2010/04/weak-passwords-are-a-hackers-delight/</link>
		<comments>http://blog.nyctechguys.com/tech-blog/2010/04/weak-passwords-are-a-hackers-delight/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:09:46 +0000</pubDate>
		<dc:creator>Kurt Ludwig</dc:creator>
				<category><![CDATA[how to\'s]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.nyctechguys.com/?p=1629</guid>
		<description><![CDATA[Security is always a huge concern in the IT community.  We make huge efforts to maintain firewalls, encryption via SSL, VPNs, encrypted wifi signals, program and operating system updates but the biggest security vulnerability time and time again are the passwords that people choose. There is an article that I recently came across written from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nyctechguys.com/wp-content/uploads/2010/04/keys.jpg"><img class="aligncenter size-full wp-image-1630" title="keys" src="http://blog.nyctechguys.com/wp-content/uploads/2010/04/keys.jpg" alt="" width="500" height="335" /></a></p>
<p>Security is always a huge concern in the IT community.  We make huge efforts to maintain firewalls, encryption via SSL, VPNs, encrypted wifi signals, program and operating system updates but the biggest security vulnerability time and time again are the passwords that people choose.</p>
<p>There is <a class="link_underline" href="http://onemansblog.com/2007/03/26/how-id-hack-your-weak-passwords/" target="_blank">an article</a> that I recently came across written from the perspective someone trying to break into a secure system.  The top 10 most used passwords list reads like a list of lazy choices from people that just don&#8217;t want to think about security:</p>
<ol>
<li>Your partner, child, or pet’s name, possibly followed by a 0 or 1  (because they’re always making you use a number, aren’t they?)</li>
<li>The last 4 digits of your social security number.</li>
<li>123 or 1234 or 123456.</li>
<li>“password”</li>
<li>Your city, or college, football team name.</li>
<li>Date of birth – yours, your partner’s or your child’s.</li>
<li>“god”</li>
<li>“letmein”</li>
<li>“money”</li>
<li>“love”</li>
</ol>
<p><span id="more-1629"></span></p>
<p>Even if this list didn&#8217;t cover the password that you use on every site out there, does it come close to some of your passwords?   Someone that&#8217;s motivated to gain access to your system won&#8217;t just try a handful of passwords on one system and then give up, they will try your email accounts, your facebook login, web forums and anything else they can find.  From the article:</p>
<p>So, how would one use this process to actually breach your personal  security?  Simple.  Follow my logic:</p>
<ul>
<li>You probably use the same password for lots of stuff right?</li>
<li>Some sites you access such as your Bank or work VPN probably have  pretty decent security, so I’m not going to attack them.</li>
<li>However, other sites like the Hallmark e-mail greeting cards site,  an <a class="link_underline" href="http://forums.htmlhelp.com/" target="_blank">online forum</a> you frequent,  or an e-commerce site you’ve shopped at might not be as well prepared.   So those are the ones I’d work on.</li>
<li>So, all we have to do now is unleash <a class="link_underline" rel="nofollow" href="http://www.hoobie.net/brutus/" target="_blank">Brutus</a>, <a class="link_underline" rel="nofollow" href="http://www.darknet.org.uk/2006/12/wwwhack-19-download-wwwhack19zip-web-hacking-tool/" target="_blank">wwwhack</a>, or <a class="link_underline" rel="nofollow" href="http://www.thc.org/thc-hydra/" target="_blank">THC Hydra</a> on their server with instructions to try  say 10,000 (or 100,000 – whatever makes you happy) different usernames  and passwords as fast as possible.</li>
<li>Once we’ve got several login+password pairings we can then go back  and test them on targeted sites.</li>
<li>But wait… How do I know which bank you use and what your login ID is  for the sites you frequent?  All those cookies are simply stored,  unencrypted and nicely named, in your Web browser’s cache. (Read <a class="link_underline" href="http://onemansblog.com/2007/02/02/protect-your-privacy-delete-internet-usage-tracks/" target="_blank">this  post</a> to remedy that problem.)</li>
</ul>
<p><strong>So how do you protect yourself and your accounts?</strong></p>
<p>Well, the obvious first answer is use good passwords.  This means your password should not be a word that&#8217;s found in any dictionary in any language all in lowercase.  Cyber crooks use software that can try tens of thousands of words per minute to crack your password and their first tool is generally a dictionary attack.  Putting a number, capital letters and special characters (i.e. !@#$%^) in your password make it exponentially more difficult to guess.  If you use an either character password all in lower case and change one letter to a capital and change another to a special character  the time that it would take to crack the password goes from 2.4 days to 2.1 <strong>centuries</strong>!!  Check out this chart to see the difficulty of cracking your password:</p>
<table border="1" align="center">
<tbody>
<tr align="center">
<th>Password Length</th>
<th style="text-align: center;">All Characters</th>
<th>Only Lowercase</th>
</tr>
<tr align="center">
<td>3 characters<br />
4 characters<br />
5 characters<br />
6 characters<br />
7 characters<br />
8 characters<br />
9 characters<br />
10 characters<br />
11 characters<br />
12 characters<br />
13 characters<br />
14 characters</td>
<td>0.86 seconds<br />
1.36 minutes<br />
2.15 hours<br />
8.51 days<br />
2.21 years<br />
2.10 centuries<br />
20 millennia<br />
1,899 millennia<br />
180,365 millennia<br />
17,184,705 millennia<br />
1,627,797,068 millennia<br />
154,640,721,434 millennia</td>
<td>0.02 seconds<br />
.046 seconds<br />
11.9 seconds<br />
5.15 minutes<br />
2.23 hours<br />
2.42 days<br />
2.07 months<br />
4.48 years<br />
1.16 centuries<br />
3.03 millennia<br />
78.7 millennia<br />
2,046 millennia</td>
</tr>
</tbody>
</table>
<p>This is all great unless you make a password so complex you can&#8217;t remember it. So how do you make a secure yet usable password?</p>
<p>Start with something you can remember (though not someone&#8217;s name or a dictionary word).  For this article I&#8217;ll start with &#8220;ilikecheese&#8221;.  Right off the bat this is a long password so it&#8217;ll take a while to crack but it&#8217;s fairly easy to guess if someone knew my penchant for cheese.  First thing you can do is swap out a letter or two for numbers that look similar.</p>
<p>ilikecheese could become il1kech3es3</p>
<p>Then you can put in a capital letter and a special character:</p>
<p>il1keCh3es3! will take over 18,000,000 computing years to crack!  For all intents that&#8217;s uncrackable.</p>
<p>The second thing to remember is <strong>don&#8217;t use the same password for everything</strong>!  The reason for this is that different websites have different security measures in place and if someone can steal your password from an online forum and use it to log into your online banking you&#8217;re in trouble. The best practice is to use a different password for every site and use a password manager (not your browser) to store them all. Roboform for PC users and 1password for Mac are both excellent choices.</p>
<p>I admit that I don&#8217;t use totally unique passwords for every site I use, there&#8217;s just too many of them.  The trick that I use is I have a handful of different passwords with different complexity that I use depending on the site I&#8217;m logging into.  If someone steals my digg.com password they&#8217;ll be able to get into my slashdot.org account, but not into the online retailers I use.  If someone managed to steal the password for a shopping site I use, they wouldn&#8217;t be able to get into my banking or credit card accounts.  For the financial sites I do use different passwords for each, that way if my bank is hacked my credit cards are safe and I can still eat while the damage is fixed.</p>
<p><strong>Don&#8217;t trade your password for chocolate</strong></p>
<p>It&#8217;s a funny thought that people would give strangers on the street their passwords for a chocolate bar, but over 70% of the people tested by a security firm in 2004 did just that.</p>
<p><a class="link_underline" href="http://news.bbc.co.uk/2/hi/technology/3639679.stm" target="_blank">http://news.bbc.co.uk/2/hi/technology/3639679.stm</a></p>
<p>Don&#8217;t give your password to anyone.  Not a stranger offering you candy, not your family, not your coworkers, not even your IT person (if we need your password you can type it for us), no one.</p>
<p>At the end of the day computer security is always a balancing act between restricting access and ease of usability, I&#8217;ve just seen too many people use the same password everywhere and get into trouble because of it.</p>
<p><a class="link_underline" href="http://onemansblog.com/2007/03/26/how-id-hack-your-weak-passwords/" target="_blank">[onemansblog.com</a> via <a class="link_underline" href="http://lifehacker.com/5505400/how-id-hack-your-weak-passwords" target="_blank">lifehacker</a>]</p>
<p><span style="font-size: x-small;">image from <a class="link_underline" href="http://www.flickr.com/photos/kk/" target="_blank">kk+</a> on flickr<a title="Link to kk+\'s  photostream" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/kk/"><strong></strong></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nyctechguys.com/tech-blog/2010/04/weak-passwords-are-a-hackers-delight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recover your master password in Firefox using FireMaster</title>
		<link>http://blog.nyctechguys.com/tech-blog/2009/10/recover-your-master-password-in-firefox-using-firemaster/</link>
		<comments>http://blog.nyctechguys.com/tech-blog/2009/10/recover-your-master-password-in-firefox-using-firemaster/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:59:29 +0000</pubDate>
		<dc:creator>Kurt Ludwig</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[how to's]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recover]]></category>

		<guid isPermaLink="false">http://blog.nyctechguys.com/?p=1315</guid>
		<description><![CDATA[If you&#8217;re like me you use the built-in functionality of your web browser to save and manage your passwords to various online sites.  If you&#8217;re being careful and protecting your passwords from prying eyes you&#8217;re using a master password to protect your password list.  What happens if you forget your master password?  Before now you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1103 alignnone" title="firefox" src="http://blog.nyctechguys.com/wp-content/uploads/2009/08/firefox.jpg" alt="firefox" width="240" height="232" /></p>
<p style="text-align: center;">If you&#8217;re like me you use the built-in functionality of your web browser to save and manage your passwords to various online sites.  If you&#8217;re being careful and protecting your passwords from prying eyes you&#8217;re using a master password to protect your password list.  What happens if you forget your master password?  Before now you were kind of stuck.  Your passwords would remain safe but inaccessible, rendering them useless.  Now a recovery tool called FireMaster that can help you recover your passwords.</p>
<p style="text-align: center;">Before I go any further I&#8217;d like to remind everyone that these tools can be used for both good and evil.  Please use this to recover a lost password for yourself or someone that asks you, don&#8217;t use this to snoop on someone else&#8217;s online business.  These tools are a godsend for tech guys, but if people misuse them it just makes it harder for legitimate users to get their hands on them.</p>
<p><span id="more-1315"></span></p>
<p style="text-align: center;">FireMaster let&#8217;s you ran password recovery using several different methods</p>
<p style="text-align: center;">You can have it try words out of a dictionary to see if there&#8217;s a match.  This is very fast but often times won&#8217;t work (because you put a number or special character in your password, right??).</p>
<p style="text-align: center;">It can try with a brtue force method.  Brute force password cracking is when you guess the password by going through every possible permutation (aaa, aab, aac, aad, and on) until you successfully guess the right one.</p>
<p style="text-align: center;">The third option is a hybrid mode.  This uses the dictionary method but then adds random characters on top of the basic words (pass123, test987, etc</p>
<p style="text-align: center;">This can take hours or even days depending on the complexity of your password, so if you remember some basic parameters of your password you can speed things along greatly.  A string such as</p>
<p style="text-align: center;">FireMaster.exe -q -b -l 8 &#8220;pass????&#8221; c:\testpath</p>
<p style="text-align: center;">Would do a brute force scan of the password, however you remember that the password was 8 characters long and started with &#8220;pass&#8221;  this type of focused scan can literally shave days off a complex password&#8217;s scan.</p>
<p style="text-align: center;">This is worth trying if you need your passwords from Firefox&#8217;s password manager.  If you&#8217;ve used FireMaster let us know in the comments.</p>
<p style="text-align: center;">[ <a class="link_underline" href="http://securityxploded.com/firemaster.php" target="_blank">securityxploded.com</a> via <a class="link_underline" href="http://www.ghacks.net/2009/08/27/recover-firefox-master-password-with-firemaster/" target="_blank">ghacks.net</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nyctechguys.com/tech-blog/2009/10/recover-your-master-password-in-firefox-using-firemaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

