<div class='navbar section' id='navbar' name='Navbar'><div class='widget Navbar' data-version='1' id='Navbar1'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d2311776453606727856\x26blogName\x3dSuccinct+Rambling\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://succinctrambling.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://succinctrambling.blogspot.com/\x26targetPostID\x3d935160014944804874\x26blogPostOrPageUrl\x3dhttp://succinctrambling.blogspot.com/2016/08/password-wisdom_40.html\x26vt\x3d-2205226862213048681', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script><script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js'; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); }})(); </script> </div></div>

Friday, August 19, 2016

Password Wisdom

What matters with passwords is length.

The longer it is the more impossible it will be for a computer to guess it.

Special characters and numbers are not nearly as important as length.

And don't worry about using dictionary words. As long as they are in combination with other words, it makes no difference. Even if a computer tried guessing your password using all dictionary words, it would never guess something like "feelgoodflowerpower" because it would not know where one word ended and another began.

The above password has 19 characters, each of which could be any of ~50 unique symbols. That means the possible permutations are 19 to the power of 50--something close to the number of known particles in the universe. Impossible for any super computer to guess.

Shorter combinations of letters and numbers like "London2012" are easier for a computer to guess, but more difficult for you to remember!

The best passwords are phrases that you find easy to remember. Something like "iwasbornsomewhereinlondon". This is so easy to remember, quick to type out, and is also tremendously secure.

Forget using combinations of letters numbers and special characters that are hard to remember and difficult to type. Phrases are the way to go.

1 comment :

  1. I totally agree. I usually use a combination of generic password (as a baseline) and other phrases that will help me to remember which site and which password. It's pretty long. Over 20 characters. Good to know that a 19 long password is nearly impossible for super-comps to break.

    ReplyDelete