![]()
|
Good PasswordingBy Howard Draper, Information Security InternHow important are good passwords? More important than most people think. Passwords are the simplest (and should be the first) security measure addressed by all computer users. So why should we care how good or bad our passwords are? We should care because it takes a community-wide effort to really make it safer for everyone. Very often, an intruder can crack a password for one machine and from there, jump to others and attempt to do more damage or mask the trail of intrusion. Password security is very often overlooked as a major vulnerability, which is tragic, considering how much money is spent on hardware and software security measures, despite the relative ease and thriftiness of educating users to analyze and enhance their personal password security. Total system security is only as good as the weakest link.A strong password could take years to crack, while a weak one could be figured out within minutes. Any password could eventually be cracked by brute force (trying every character combination possible). If creating an eight-character password based on the available 62 uppercase/lowercase letters and numbers, there are 218,340,105,584,896 possibilities. This could take a very very long time to crack, most likely hundreds of years if several thousand passwords were tried per second. However, if that password is based on a dictionary word (in any language), a relative's name, a pet's name, a combination of two actual words, or a word plus a number, it may be possible to crack the password in a matter of seconds. Some basic guidelines for password creation are:
What are some examples of good and bad passwords?doggy38 – bad, dictionary word hello – bad, dictionary word schwäche – bad, dictionary word, even though it's not English senha9943 – bad, dictionary word, even though it's not English and has some numbers added h3114 – bad, still a dictionary word, digit substitution is a very common practice and password crackers will take it into account. 9he6ll5o - decent, because digits have been added into the word, but it's still a password based on a dictionary word. Y'g2hYla – very good, difficult to guess, no noticeable algorithm used, has upper and lowercase letters, contains a digit, contains punctuation, and is at least 8 characters long. Password Q&A
Can you take the password challenge?If you are up to the challenge of creating a strong password, you can test its strength using this online password meter: The meter is not as strong as I would like, since it doesn’t check for digit substitution, and it only checks the English dictionary, but it’s still a fair indicator of general password strength. More Information on PasswordsFor an excellent CNET article explaining the dangers of weak passwords, browse to: http://news.com.com/2009-1001-916719.html RememberA password is like underwear—keep it hidden. A password is like underwear—change it often. A password is like underwear—don’t share it with friends.
UNT CITC
Information Security
|