<?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>Yet Another Password Meter &#187; General</title>
	<atom:link href="http://blog.yetanotherpasswordmeter.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yetanotherpasswordmeter.com</link>
	<description>Just another password meter and its blog.</description>
	<lastBuildDate>Fri, 25 Jun 2010 07:05:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passwords for Facebook</title>
		<link>http://blog.yetanotherpasswordmeter.com/2010/06/22/passwords-for-facebook/</link>
		<comments>http://blog.yetanotherpasswordmeter.com/2010/06/22/passwords-for-facebook/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:08:26 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.yetanotherpasswordmeter.com/?p=34</guid>
		<description><![CDATA[Many people ask, what is the right password for Facebook? Well, the answer is easy, there is not one but many passwords that fit. Just follow these basic rules:

Do not use any part of your name or login name. Not even reversed.
Do not use your birthday or year of birth.
Are you a fan of something? [...]]]></description>
			<content:encoded><![CDATA[<p>Many people ask, what is the right password for Facebook? Well, the answer is easy, there is not one but many passwords that fit. Just follow these basic rules:</p>
<ul>
<li>Do not use any part of your name or login name. Not even reversed.</li>
<li>Do not use your birthday or year of birth.</li>
<li>Are you a fan of something? Do not use that or parts of it. So <em>Michael</em> or <em>Jacko</em>, <em>Lady Gaga</em> or similar things are off limits.</li>
<li>Change it frequently, at least every 3 to 6 month. You can modify it slightly to make it easier to remember. So instead of <em>Fihs42@Usa</em> you will use <em>Fihs84@Ger</em>.</li>
<li>Just fell in love? That name of her or him is too easy to guess or crack.</li>
<li>Make your password at least 8 characters long, 12 would be great. Do not use words from a dictionary.</li>
<li>Put in numbers and characters, such as -,;.ß?=)(!? &#8230; you know what I mean.</li>
<li>Uppercase and lowercase letters please.</li>
<li>Do not repeat yourself. <em>ttTT6655!!</em> looks good, but is too obvious.</li>
</ul>
<p>Try to make your password complicated but easy to remember for you. Build yourself a bridge to remember it. For example: &#8220;<strong>L</strong>ady <strong>G</strong>aga <strong>i</strong>s <strong>e</strong>xtremely <strong>6</strong>y<strong>,</strong> <strong>e</strong>ven <strong>b</strong>efore <strong>7</strong> <strong>am.</strong>&#8220;  can be turned into <strong>LGie6y,eb7am.</strong> Of course, now this password is useless, because I explained it here. But you hopefully got the idea.</p>
<p>Do not forget to test your ideas with <a href="http://www.yetanotherpasswordmeter.com/">Yet Another Password Meter</a>.</p>
<p><del datetime="2010-06-22T21:57:54+00:00"></del></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yetanotherpasswordmeter.com/2010/06/22/passwords-for-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why another password meter?</title>
		<link>http://blog.yetanotherpasswordmeter.com/2009/01/01/why-another-password-meter/</link>
		<comments>http://blog.yetanotherpasswordmeter.com/2009/01/01/why-another-password-meter/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 14:37:17 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[information]]></category>

		<guid isPermaLink="false">http://blog.yetanotherpasswordmeter.com/?p=5</guid>
		<description><![CDATA[Of course, you might instantaneously ask why another web site about password strength and why another application to check it. Good question&#8230;
Well, the story is simple. About a month ago, I discovered The Password Meter and found it really cool. Because Jeff decided to publish his code under GPL, I decided to translate it into [...]]]></description>
			<content:encoded><![CDATA[<p>Of course, you might instantaneously ask why another web site about password strength and why another application to check it. Good question&#8230;</p>
<p>Well, the story is simple. About a month ago, I discovered <a title="The Password Meter" href="http://www.passwordmeter.com/">The Password Meter</a> and found it really cool. Because Jeff decided to publish his code under GPL, I decided to translate it into German and make it available on my own web site. But why is this site in English than?</p>
<p>While translating the site I discovered, that it is hard to maintain and difficult to style. Code and UI were interwoven. Because I am a quality assurance manager with experience in web design and high performance web programming, I decided to change that. And one thing came to the other.</p>
<p>After a while, I had completely rewritten most of the code, redesigned the layout, and enhanced it with some nifty Javascript.  Thanks to the <a title="The JQuery Javascript framework homepage" href="http://jquery.com/">JQuery</a> guys by the way&#8230;  and I have not found the time to translate it into German, but will do that definitely.</p>
<p>The project helped my to learn a lot about object oriented programming in Javascript and yes, it sucks! But it was important to keep the application browser bound to make it trustful and easy to transfer  to other systems or even use it locally. The JQuery part helped my to spice it up a little bit.</p>
<p>During redesign, I discovered some bugs in the original code and changed the functionality big time to make it easier to maintain while keeping it still easy to understand.</p>
<p>Feel free to complain, suggest improvements, or simply use it. It is not perfect and still has some flaws. But the basic functionality works as expected. Of course, this code is available under GPL. Grab it, change it, and have fun with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yetanotherpasswordmeter.com/2009/01/01/why-another-password-meter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
