
So today I'm gonna talk about some basics, and that is making a password. Many people have very poor password selection and usage. Not only do they select things like their favorite color, or their favorite food as their password, but many people only have one for every one of their accounts. That's bad news! Once they have a hold of that one, they then have control over all of your critical information, and money. Many password crackers use a technique known as the dictionary attack, which simply uses libraries(dictionaries) full of words that it will go through one a time, and in different combinations in order to keep making guesses at your password until it finds one that is correct. This technique is preferred to others as it is often effective and doesn't take nearly as long as what's known as a brute force attack which goes through every possible letter, number, and punctuation combination until it finds the right one. Not very efficient considering it could take the world's fastest computer around 500 years to properly guess a 14 character password. Shorter ones are obviously much faster to brute force crack. Anyway, here are a couple things to think about when you're choosing a password.
Making a Strong Password
The first step in making a secure password is to think length. For each character or symbol you add to it, its security rises exponentially. I would never select a password of less than 7 characters.
Next I would want it appear as nothing more than a random string of characters to someone else that may see it with a good mix of letters, upper case, and lower case, numbers, and punctuation from all over the keyboard avoiding sequential or repeating instances.
One good method is to use look alike characters in substitution for other letters in your password, such as @ for ‘a’, $ for‘s’, 1 for ‘I’, zeroes for ‘o’, or the like. There is a risk when only using this technique in an attempt to obfuscate your password, as many password guesser programs are well equipped to be aware of these rather simple substitutions and try them themselves. Therefore if you’re still using common words as a basis for your password, such as “cH0c0!@t3” for the word “chocolate” you may not be any more secure.
A good trick is a nice long acronym or partial words from a phrase to throw off any sort of dictionary based attack. Take a nice long sentence that you’ll remember such as “I hate making up new passwords” and turn it into “!h8MunP@$s” .
Password ManagementAnother strong password usage habit is to never use the same one twice. You surely wouldn’t want to use the same password for your banking account information that you’d use for your MySpace or Facebook account, you may as well just send me your money, feel free to email me for how to make out the check.
Once you realize you’re using 13 different programs a day that require log-ins and passwords, you’ll begin to realize that remembering which password goes with what will get pretty tedious. That’s where a password manager would come into play.
Password managers remember all of your passwords and log-ins for you. In addition, they make them secure by encrypting them either on your machine or off by running from a USB device. In addition, many claim to be keylogger proof by utilizes an on screen sign in so you won’t have to physically use your keyboard at key moments.
Even though it’s been near impossible to make anything 100% secure, by utilizing multi-layered security practices, beginning with your password, you will make it much harder for anyone to get a hold of your private data and information.