<?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>Many Interests BLOG &#187; password</title>
	<atom:link href="http://blog.darsain.net/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darsain.net</link>
	<description>Too many things, too little time</description>
	<lastBuildDate>Sat, 03 Jul 2010 14:47:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Password generator [UPDATE]</title>
		<link>http://blog.darsain.net/71/password-generator/</link>
		<comments>http://blog.darsain.net/71/password-generator/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:29:04 +0000</pubDate>
		<dc:creator>Darsain</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Interwebz]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.darsain.net/?p=71</guid>
		<description><![CDATA[Recently, many websites has fall due to lack of security, and many of them stored users passwords in pain text (rather no comment here), pretty useless md5, or unsalted sha1.
In every of those cases it is highly dangerous for users, since lack of security in here can cause the new owner of their private data [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, <a href="http://igigi.baywords.com/">many websites has fall</a> due to lack of security, and many of them stored users passwords in pain text (rather no comment here), <a href="http://www.md5decrypter.com/">pretty</a> <a href="http://www.md5encryption.com/">useless</a> <a href="http://www.md5decrypter.co.uk/">md5</a>, or unsalted sha1.</p>
<p>In every of those cases it is highly dangerous for users, since lack of security in here can cause the new owner of their private data to crack their passwords, thus be able to steal their identity on other places of teh interwebz. Good, strong, and different passwords for any website could solve this problem, but who would be able to memorize that&#8230; That&#8217;s why I have created this little web app, called <b>Password generator</b>.</p>
<p><span id="more-71"></span></p>
<p>Application can be found on this permanent URL: <a href="http://password.darsain.net">password.darsain.net</a></p>
<h2>What problem is this solving</h2>
<p>The functionality is simple. You need only one master password, and the domain name of a website you want to get your new password for, and it will generate you a 64 letters long unbreakable hash, which you can use as a password (for funny webs with max password length requirements, there are 40, and 16 letters long versions). If password like this will be again hashed into random website database, it is not important if they are salting or not, hash from such password can not be broken (I reserve 10 years long expiration date for this statement :P ).</p>
<p>Of course, when hacker have already got the access to database, you can&#8217;t do anything about protecting your account from being hacked on this hypothetical website. But you can minimize the damage from such event. Imagine, that he would get to your password you are using on every place on the Internet. Pretty awesome situation, isn&#8217;t it? :) And exactly the damage out of the boundaries of this hypothetical website is the issue that this Password generator is solving.</p>
<h2>How is it working</h2>
<p><a href="http://blog.darsain.net/wp-content/uploads/2010/01/password-generator.jpg" title="password-generator" rel="lightbox[71]"><img src="http://blog.darsain.net/wp-content/uploads/2010/01/password-generator-300x216.jpg" alt="" title="password-generator" width="300" height="216" class="alignright size-medium wp-image-72" /></a></p>
<p>I would like to think, that the UI of this little application is self explanatory :) The background, however, is not.</p>
<p>That is why you should always beware such websites, as they are pretty often used for <a href="http://en.wikipedia.org/wiki/Phishing">phishing</a>. To ensure the security, the whole generation and algorithms are done in your browser by JavaScript. No data whatsoever are send to any server, or simply everywhere else except your monitor screen.</p>
<p>The only disadvantage is, that &#8211; from some reason &#8211; I could shut this web application down, and you will be unable to regenerate your passwords. For issue like this, as everything is done with JavaScript and HTML (+ a little bit of unimportant flash), you can just simply save the whole website to your hard drive and run it from there without any problems. Well, there is one little issue with flash player permissions when running on localhost, so Copy to clipboard button may not work, unless you&#8217;ll set <a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html">this flash player setting</a> to <b>Always allow</b>.</p>
<p>If you don&#8217;t know hot to save whole website so it will be actually working, here are the downloads for you.</p>
<a href="http://blog.darsain.net/?file_id=12" class="download-item">
  <img src="http://blog.darsain.net/wp-content/plugins/downloads-manager/img/icons/archive.png" alt="icon">
  <h3>Single mht file for Opera and IE</h3>
  <span>255.77KB</span> <span>145x</span>
</a> <a href="http://blog.darsain.net/?file_id=13" class="download-item">
  <img src="http://blog.darsain.net/wp-content/plugins/downloads-manager/img/icons/archive.png" alt="icon">
  <h3>Archive with all application files</h3>
  <span>121.28KB</span> <span>148x</span>
</a>
<h2>Update:</h2>
<p>Guys, do not use this. This password system idea is great, convenient, but in real world highly counter-productive, even useless. The security of websites on the internets is so bad, that they will simply not let you to have secure passwords like this. Almost every website out there have some restrictions, like having short passwords (max 16~ chars long), consisting only from alphanumeric characters, etcetera&#8230; From everywhere I&#8217;ve tried this, the only place where it worked was Google!</p>
<p>The best thing to do right now, is not to have any account anywhere at all&#8230; if a website is forcing you to register to download or view something they are offering for free, than just flip the finger, and either close the tab, register with some one time account, or in case of Firefox users -> download the spectacular <a href="https://addons.mozilla.org/en-US/firefox/addon/6349"><b>BugMeNot</b></a> plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.darsain.net/71/password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
