<?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>Ari's Blog &#187; Google</title>
	<atom:link href="http://blog.billauer.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.billauer.com</link>
	<description>Technology and ....</description>
	<lastBuildDate>Sun, 08 Aug 2010 10:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Password Hasher Plus</title>
		<link>http://blog.billauer.com/2010/08/03/password-hasher-plus/</link>
		<comments>http://blog.billauer.com/2010/08/03/password-hasher-plus/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 11:27:32 +0000</pubDate>
		<dc:creator>Ari</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Password Hasher]]></category>
		<category><![CDATA[Password Hasher Plus]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wijjo]]></category>

		<guid isPermaLink="false">http://blog.billauer.com/?p=178</guid>
		<description><![CDATA[Hands down this is the number one must have Chrome extension. Password Hasher Plus. Here is why: Identity theft is a serious problem and it does not look like it is getting any better. People are starting to use strong passwords but they use the same one for all sites they visit. This is VERY [...]]]></description>
			<content:encoded><![CDATA[<p>Hands down this is the number one<strong> must have </strong><a href="http://www.google.com/chrome" target="_blank">Chrome</a> extension. <a href="https://chrome.google.com/extensions/detail/glopbmohkffbnplcjbbbfmmimfhfnhgd#" target="_blank">Password Hasher Plus</a>. Here is why:</p>
<p><a href="http://www.justice.gov/criminal/fraud/websites/idtheft.html" target="_blank">Identity theft</a> is a serious problem and it does not look like it is getting any better. People are starting to use strong passwords but they use the same one for all sites they visit. This is <em>VERY</em> risky. Suppose your twitter account information gets stolen. If you use the same username and password on all you sites the hacker now has access to ALL your sites (E-mail/Amazon/PayPal/Facebook &#8230;). This happened to a colleague of mine. His Facebook account was hacked and from there the hacker took control of several other accounts including his E-mail. In the age of on-line banking this also can mean unfettered access to your money.</p>
<p style="text-align: center;"><a href="http://shirt.woot.com/shirts/imposter"><img class="size-medium wp-image-181    aligncenter" title="Imposters" src="http://blog.billauer.com/wp-content/uploads/2010/08/Imposters71Detail-300x225.png" alt="Imposters" width="300" height="225" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><span id="more-178"></span></p>
<p>There are published guides on how to minimize the chances of identity theft and minimize the impact if your accounts get hacked. One of the strategies is to use long and complex passwords that are unique per site. That means that your password should be something like 4rtR0!fp&lt;kl for webmail and a different set of random mixed characters for amazon. The obvious problem is remembering all that gibberish. So how do you manage all those passwords?</p>
<p>One solution is to use a password manager that has all the passwords stored in an internal encrypted database. <a href="http://keepass.info/" target="_blank">KeePass </a>is a great product for doing that. But that means that you have to have your KeePass database where ever you go, which is not always practical.</p>
<p>The better approach is to use a password hash. This means you use a mathematical formula to combine two strings to generate a unique third string. In plain English  this means you need to remember one master password and the site name and you still get a really strong password.</p>
<p>For example lets say my master password was &#8216;arisblog&#8217;, which is pretty easy to remember. if I use the hasher for the site Amazon I would get a password hash of &#8216;OQe7ppddC/pfwp1r&#8217; <strong>every time</strong>. I never need to remember that mess. I just need to remember my master password. If I use the same master password  for the google sites I would get a password of &#8216;bl78nulbR/Grgcxy&#8217;. Those are some pretty hard to guess or hack passwords.</p>
<p><a href="https://chrome.google.com/extensions/detail/glopbmohkffbnplcjbbbfmmimfhfnhgd#" target="_blank">Password Hasher Plus</a> builds this functionality into Chrome. You can set the length and type of your hashed password. I recommend at least 16 characters of both Alphanumeric and Special characters.</p>
<p><a href="http://blog.billauer.com/wp-content/uploads/2010/08/Password-Hasher-Plus.png" rel="lightbox[178]"><img class="aligncenter size-medium wp-image-180" title="Password Hasher Plus" src="http://blog.billauer.com/wp-content/uploads/2010/08/Password-Hasher-Plus-300x239.png" alt="Password Hasher Plus" width="300" height="239" /></a></p>
<p>This is a port of the firefox extension from the <a href="http://wijjo.com/Category/Passwordhasher" target="_blank">wijjo</a> site written by <a rel="nofollow" href="mailto:steve@wijjo.com" target="_blank">Steve Cooper</a>. The wijjo site also has an <a href="http://wijjo.com/passhash/passhash.html" target="_blank">online password hasher</a> that works in <em>any </em>browser. You can use the online version if you are away from home on a public computer to generate the password hash to login to your sites. This is really the simple way of keeping site secure.</p>
<p>What methods do you use to keep your passwords secure? Tell me in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.billauer.com/2010/08/03/password-hasher-plus/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Google Wave</title>
		<link>http://blog.billauer.com/2009/10/25/google-wave/</link>
		<comments>http://blog.billauer.com/2009/10/25/google-wave/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:12:03 +0000</pubDate>
		<dc:creator>Ari</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://blog.billauer.com/?p=146</guid>
		<description><![CDATA[I am now waiting for an invite to Google Wave.  I have several potential invites in the works but none have panned out yet. As soon as I get the invite I will write up a review. My buddy Hillel has already written up an article about his &#8220;Eight Google Wave Annoyances&#8220;, but I am [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I am now waiting for an invite to Google Wave.  I have several potential invites in the works but none have panned out yet.</p>
<div class="mceTemp" style="text-align: center;">
<dl id="attachment_147" class="wp-caption    alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://blog.billauer.com/wp-content/uploads/2009/10/google_wave_logo.jpg" rel="lightbox[146]"><img class="size-full wp-image-147" title="Google Wave" src="http://blog.billauer.com/wp-content/uploads/2009/10/google_wave_logo.jpg" alt="Google Wave Logo" width="300" height="300" /></a></dt>
<dd class="wp-caption-dd"> </dd>
</dl>
</div>
<p style="text-align: left;">As soon as I get the invite I will write up a review. My buddy Hillel has already written up an article about his &#8220;<a href="http://technmarketing.com/web/eight-google-wave-annoyances/" target="_blank">Eight Google Wave Annoyances</a>&#8220;, but I am not letting that influence my judgment. Now I just have to wait.</p>
<p style="text-align: left;">I hate waiting.</p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>UPDATE:</strong> Ugh -  I just found out it can take a week from the time I am invited until the invite shows up in my inbox.</p>
<p style="text-align: left;">Did I mention I <em><strong>hate </strong></em>waiting.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 249px; width: 1px; height: 1px; text-align: center;"><span class="status-body"><span class="entry-content">Eight Google Wave Annoyances</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.billauer.com/2009/10/25/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

