<?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>mindBloggin &#187; passwords</title>
	<atom:link href="http://www.periferral.com/blog/tag/passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.periferral.com/blog</link>
	<description>Things that move me, stuff that matters</description>
	<lastBuildDate>Wed, 18 Aug 2010 19:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Reopen Sesame</title>
		<link>http://www.periferral.com/blog/tips-and-tricks/reopen-sesame/</link>
		<comments>http://www.periferral.com/blog/tips-and-tricks/reopen-sesame/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 16:01:24 +0000</pubDate>
		<dc:creator>Avinash Shetty</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.periferral.com/blog/?p=170</guid>
		<description><![CDATA[The open sesame post describes a way for password management that is quite effective. However, there are some shortcomings. One, you need software which means when you don&#8217;t have it, you don&#8217;t have your password. While this isn&#8217;t a problem for most of us who are always online, it&#8217;s hard when I&#8217;m traveling in India [...]]]></description>
			<content:encoded><![CDATA[<p>The open sesame post describes a way for password management that is quite effective. However, there are some shortcomings. One, you need software which means when you don&#8217;t have it, you don&#8217;t have your password. While this isn&#8217;t a problem for most of us who are always online, it&#8217;s hard when I&#8217;m traveling in India and the concept is free wifi isn&#8217;t as common. Another problem is security. Supergenpass, it seems, can get access to your root password if executed on malicious sites. Lastpass stores all your passwords online (encrypted using a root password of your choice) making the prospect uncomfortable for some. </p>
<p>Here is an alternate solution to strong passwords. Come up with a small strong password that is easy to remember. Let say your root password phrase is &#8216;camelot&#8217;. Now come up with a consistent ciphering algorithm.<br />
For example, replace all A&#8217;s with @ or all O&#8217;s with zeros etc. Capitalize every third letter.</p>
<p>Now, your root password becomes something like &#8216;c@Mel0t&#8217;. Now for each site either prefix or suffix the site name and apply the same ciphering algorithm. </p>
<p>So, if you visit www.google.com, you end up with a password like &#8216;g00glEc@Mel0t&#8217;. </p>
<p>Use this approach to create more replacements or change to rules so you come up with your own. One thing a lot of people might point out though is someone who has access to one password now knows your root password and hence can guess the passwords to all sites. This isn&#8217;t entirely true. A lot depends on your scheme. For example, if I need a yahoo password using the scheme above, it becomes &#8216;y@H00C@mEl0T&#8217;. Since the rule was to capitalize every third letter, the root password differs from the google one. Also, since you come up with the rules, you can make them as complicated as you need. For example, capitalize the 3rd letter, if the 3rd letter matches your cipher don&#8217;t go the cipher. Using this rule. Your google password becomes &#8216;g0OglEc@MelOt&#8217; and yahoo becomes &#8216;y@H00C@mEl0T&#8217;. The your google password now starts with &#8216;g-zero-caps o&#8217; as opposed to &#8216;g-zero-zero&#8217;.</p>
<p>Lets hear your innovate ways to password management sans software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.periferral.com/blog/tips-and-tricks/reopen-sesame/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Open Sesame</title>
		<link>http://www.periferral.com/blog/tips-and-tricks/open-sesame/</link>
		<comments>http://www.periferral.com/blog/tips-and-tricks/open-sesame/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 05:16:12 +0000</pubDate>
		<dc:creator>Avinash Shetty</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.periferral.com/blog/?p=155</guid>
		<description><![CDATA[Having different passwords for different sites is impossible to remember. One password for all site is a security nightmare. Here is my solution to this. I use SuperGenPass. This cool little javascript is a bookmarklet that can be run on any site you visit to generate a unique password. It uses a combination of a [...]]]></description>
			<content:encoded><![CDATA[<p>Having different passwords for different sites is impossible to remember. One password for all site is a security nightmare. Here is my solution to this.</p>
<p>I use <a href="http://supergenpass.com">SuperGenPass</a>. This cool little javascript is a <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklet</a> that can be run on any site you visit to generate a unique password. It uses a combination of a user provided password and the site domain name to generate a strong unique password. </p>
<p>One advantage is that I only need to remember one password to generate unique passwords for any site. Also, the unique password is the same throughout the domain. Another advantage is that I don&#8217;t need internet access to generate the password since the javascript is run locally rather than remotely. So I have access to my passwords even if I am not online.</p>
<p>There are some shortcomings as well. One quite serious issue is that it currently does not use special characters to generate passwords. Special characters in passwords make it exponentially harder to break rather than just using letters and numbers. Another problem is that certain sites have limitation on passwords; ie. no longer than 8 characters or disallow certain characters etc. This means that the generated password will need to be modified to work for the site which makes it harder for you the remember it when you revisit. This really is a site issue and not a supergenpass issue. Sites should not restrict passwords, especially strong passwords. It also seems like it is possible for a site to get access to your private password even though the javascript is run locally. You can read about that particular issue <a href="http://akibjorklund.com/2009/supergenpass-is-not-that-secure">here</a> </p>
<p>A combination of SuperGenPass and <a href="https://lastpass.com/">Lastpass</a> is possibly the ideal solution. Run supergenpass on a site you trust to generate your password. Enter the password on the desired site and sign up. Let lastpass remember that password for future use. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.periferral.com/blog/tips-and-tricks/open-sesame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
