<?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>Root777 &#187; Security</title>
	<atom:link href="http://www.root777.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.root777.com</link>
	<description>Computer Security &#38; Technology</description>
	<lastBuildDate>Mon, 31 Oct 2011 01:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://www.root777.com</link>
  <url>http://www.root777.com/favicon.ico</url>
  <title>Root777</title>
</image>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to create Secure and Easy to Remember Passwords</title>
		<link>http://www.root777.com/security/how-to-create-secure-and-easy-to-remember-passwords/</link>
		<comments>http://www.root777.com/security/how-to-create-secure-and-easy-to-remember-passwords/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 01:36:57 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[strong password]]></category>

		<guid isPermaLink="false">http://www.root777.com/?p=284</guid>
		<description><![CDATA[It is very important to choose a secure password to help protect your identity and information on the Internet. I previously wrote about strong password suggestions and how easy it is for bad guys and hackers to guess your weak password. In this article, I will walk you through a process on how you can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Choosing a strong password" src="http://farm7.static.flickr.com/6219/6297183152_31e44e1a59_m_d.jpg" alt="Choosing a strong password" width="240" height="171" />It is very important to choose a secure password to help protect your identity and information on the Internet. I previously wrote about <a title="Strong password suggestions" href="http://www.root777.com/security/strong-password-suggestions-using-a-password-chart/" target="_blank">strong password</a> suggestions and how easy it is for bad guys and hackers to <a title="Most common passwords" href="http://www.root777.com/pen-testing/the-most-popular-usernames-and-passwords-a-visual-representation/" target="_blank">guess your weak password</a>. In this article, I will walk you through a process on how you can create passwords that are not only secure but more importantly easy to remember. After all, you don&#8217;t want to forget your secure password. At the end of every step, I will show you how strong that password is.</p>
<h3>Step 1: Choose a passphrase and create a pattern</h3>
<p>The first step is to choose a sentence or a line that you know and is easy to remember. For example, I will use a generic sentence &#8220;<em>Create a strong password for my bank account</em>&#8220;. Now, select the first alphabet from your sentence. This would be</p>
<p>Caspfmba</p>
<div class="wp-caption aligncenter" style="width: 296px"><img title="Choosing a strong password" src="http://farm7.static.flickr.com/6051/6297183134_59444c9035_d.jpg" alt="Choosing a strong password" width="286" height="150" /><p class="wp-caption-text">A weak password with just alphabets</p></div>
<h3>Step 2: Add Numbers</h3>
<p>You can choose any combination but I would recommend on choosing the first letter of each word and doing simple substitutions such as 4 for &#8220;for&#8221;. Doing this substituion, we get</p>
<p>Casp4mba</p>
<div class="wp-caption aligncenter" style="width: 287px"><img title="Choosing a strong password" src="http://farm7.static.flickr.com/6054/6297183132_a0b8223745_d.jpg" alt="Choosing a strong password" width="277" height="149" /><p class="wp-caption-text">A better password with numbers</p></div>
<h3>Step 3: Add special characters</h3>
<p>The above password is reasonably strong but let us make it better by adding special characters. Special characters are those you get when you press &lt;shift&gt; key plus one of the numbers on your keyboard.</p>
<p>To the password we created above, I will add special characters $ and :</p>
<p>$Casp4mba:</p>
<div class="wp-caption aligncenter" style="width: 295px"><img title="A strong password" src="http://farm7.static.flickr.com/6100/6297183150_4252ff2461_d.jpg" alt="A strong password" width="285" height="145" /><p class="wp-caption-text">A strong password with numbers and special characters</p></div>
<h3>Step 4: Associate it with a website</h3>
<p>Again, there are ways to add more complexity to make it a strong password, but for the sake of remembering a password, choose a pattern and stick with it. You can choose the major words and pick the first alphabet (BoA for Bank of America), choose a website/company&#8217;s stock name (amz for Amazon) or some other pattern. But choose one, and stick with it.</p>
<p>For example:</p>
<p><em>$Casp4mba:BoA</em> for Bank of America</p>
<p><em>Fb$Caspmba:</em> for Facebook</p>
<p><em>$Casp4mba:Amz</em> for Amazon</p>
<p><em>Gm$Casp4mba:</em> for Gmail</p>
<div class="wp-caption aligncenter" style="width: 284px"><img title="Choosing a strong password" src="http://farm7.static.flickr.com/6108/6297183138_91ef85e446_d.jpg" alt="Choosing a strong password" width="274" height="150" /><p class="wp-caption-text">Choosing a strong password</p></div>
<h3>Step 5: Final Recommendation</h3>
<p>I will recommend choosing three different passphrases. One for generic everyday accounts (e.g. some coupon site), another for more important accounts (e.g. your Gmail account) and finally another for very critical websites (e.g. your bank account).</p>
<p>Now, go try it yourself!</p>
<img src="http://www.root777.com/?ak_action=api_record_view&id=284&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security/how-to-create-secure-and-easy-to-remember-passwords/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weekly Security Updates on 2011-10-30</title>
		<link>http://www.root777.com/security/weekly-security-updates-on-2011-10-30/</link>
		<comments>http://www.root777.com/security/weekly-security-updates-on-2011-10-30/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 19:00:00 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[root777]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.root777.com/security/weekly-security-updates-on-2011-10-30/</guid>
		<description><![CDATA[Is your email address or account compromised by hackers? Find out http://t.co/uHDgqaam via @PwnedList #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Is your email address or account compromised by hackers? Find out <a href="http://t.co/uHDgqaam" rel="nofollow">http://t.co/uHDgqaam</a> via @<a href="http://twitter.com/PwnedList" class="aktt_username">PwnedList</a> <a href="http://twitter.com/AjitGaddam/statuses/130656936164204544" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://www.root777.com/?ak_action=api_record_view&id=283&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security/weekly-security-updates-on-2011-10-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Security Updates on 2011-10-23</title>
		<link>http://www.root777.com/security/weekly-security-updates-on-2011-10-23/</link>
		<comments>http://www.root777.com/security/weekly-security-updates-on-2011-10-23/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 19:00:00 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[root777]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.root777.com/security/weekly-security-updates-on-2011-10-23/</guid>
		<description><![CDATA[&#039;Ever notice how it&#039;s a penny for your thoughts, yet you put in your two-cents? Someone is making a penny on the deal.&#039; &#8211; Steven Wright # Review of the excellent @NewYorker article around Ray Dalio including quotes &#38; a list of papers and business principles http://t.co/FQnG5rxS # #NIST publishes the definition of #cloud computing [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>&#039;Ever notice how it&#039;s a penny for your thoughts, yet you put in your two-cents? Someone is making a penny on the deal.&#039; &#8211; Steven Wright <a href="http://twitter.com/AjitGaddam/statuses/125745034678124544" class="aktt_tweet_time">#</a></li>
<li>Review of the excellent @<a href="http://twitter.com/NewYorker" class="aktt_username">NewYorker</a> article around Ray Dalio including quotes &amp; a list of papers and business principles <a href="http://t.co/FQnG5rxS" rel="nofollow">http://t.co/FQnG5rxS</a> <a href="http://twitter.com/AjitGaddam/statuses/126844861709160448" class="aktt_tweet_time">#</a></li>
<li>#<a href="http://search.twitter.com/search?q=%23NIST" class="aktt_hashtag">NIST</a> publishes the definition of #<a href="http://search.twitter.com/search?q=%23cloud" class="aktt_hashtag">cloud</a> computing <a href="http://t.co/P4qXlwDV" rel="nofollow">http://t.co/P4qXlwDV</a> . No longer in draft mode. <a href="http://twitter.com/AjitGaddam/statuses/127156236620791808" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://www.root777.com/?ak_action=api_record_view&id=281&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security/weekly-security-updates-on-2011-10-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Security Updates on 2011-10-16</title>
		<link>http://www.root777.com/security/weekly-security-updates-on-2011-10-16/</link>
		<comments>http://www.root777.com/security/weekly-security-updates-on-2011-10-16/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 19:00:00 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[root777]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.root777.com/security/weekly-security-updates-on-2011-10-16/</guid>
		<description><![CDATA[Developers, developers, developers replaced by Platforms,platforms, platforms in this insightful article around #Google http://t.co/kNjpw7N4 #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Developers, developers, developers replaced by Platforms,platforms, platforms in this insightful article around #<a href="http://search.twitter.com/search?q=%23Google" class="aktt_hashtag">Google</a> <a href="http://t.co/kNjpw7N4" rel="nofollow">http://t.co/kNjpw7N4</a> <a href="http://twitter.com/AjitGaddam/statuses/124283022878052353" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://www.root777.com/?ak_action=api_record_view&id=280&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security/weekly-security-updates-on-2011-10-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Security Updates on 2011-10-09</title>
		<link>http://www.root777.com/security/weekly-security-updates-on-2011-10-09/</link>
		<comments>http://www.root777.com/security/weekly-security-updates-on-2011-10-09/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 19:00:00 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[root777]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.root777.com/security/weekly-security-updates-on-2011-10-09/</guid>
		<description><![CDATA[Mark Zuckerberg FB Page: Thanks for showing that what you build can change the world. #SteveJobs #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Mark Zuckerberg FB Page: Thanks for showing that what you build can change the world. #<a href="http://search.twitter.com/search?q=%23SteveJobs" class="aktt_hashtag">SteveJobs</a> <a href="http://twitter.com/AjitGaddam/statuses/121769027629617152" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://www.root777.com/?ak_action=api_record_view&id=273&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security/weekly-security-updates-on-2011-10-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

