A good password should have at least eight characters and use all lowercase letters

Password Requirements

When you change the password of one of your accounts through the Change Password page, the new password must meet history and complexity requirements.
This page explains these requirements in detail.

History requirements

The password must not be identical to one of the last 6 passwords that were used for that account.

Complexity requirements

Passwords must be at least 8 characters long.

ExampleValidReason
Xyz123 No Password is only 6 characters long.
Xyz12345 Yes Password is 8 characters long.

The password must contain at least three character categories among the following:

  • Uppercase characters (A-Z)
  • Lowercase characters (a-z)
  • Digits (0-9)
  • Special characters (~!@#$%^&*_-+=`|\(){}[]:;"'<>,.?/)
ExampleValidReason
42abcdef No Password contains only two character categories: digits and lowercase characters.
42-abcdef Yes Password contains three character categories: digits, lowercase characters and special characters.

The password must not contain the login of the account or a part of its name.

ExampleValidReason (for account with name "John Doe" and login "jdoe")
123-jdoe No Password contains the login of the account (jdoe).
JOHN-xyz No Password contains part of the name of the account (john).
1234-xyz Yes Password does not contain the login or part of the name of the account.

The password must not contain a single common English or French word. This restriction does not apply if the password is more than 10 characters long.

ExampleValidReason
Apple$$$ No Password contains a single English common word ("apple").
Pear-Apple Yes Password contains two common words ("pear" and "apple").
123-Apple-$$$ Yes Password contain a single English common word ("apple") but is longer than 10 characters.

For more information on choosing strong passwords visit the BU’s IS&T page

General Guidelines:

So, how do you have a “strong” password that is easy to remember? While it may seem tough to do this, there are a few simple tips that can make it easy.Note: the examples below illustrate just the concepts being discussed.  No single technique should be used on its own, but rather should be used with other techniques. The combination of several will produce a strong password.

  • Use a mix of alphabetical and numeric characters.
  • Use a mixture of upper- and lowercase; passwords are case sensitive.
  • Use symbols if the system allows (spaces shouldn’t be used as some applications may trim them away)
  • Use a combination of letters and numbers, or a phrase like “many colors” using only the consonants, e.g., mnYc0l0rz or a misspelled phrase, e.g., 2HotPeetzas or ItzAGurl .
  • Pick something obscure:
    • an odd character in an otherwise familiar term, such as phnybon instead of funnybone;
    • a combination of two unrelated words like cementhat
    • An acronym for an easy to remember quote or phrase (see below)
    • a deliberately misspelled term, e.g., Wdn-G8 (Wooden Gate) or HersL00kn@U (Here’s looking at you).
    • Replace a letter with another letter, symbol or combination, but don’t be too obvious about it.  Replacing o with 0 or a with 2 or i with 1 is something that hackers just expect.  It is definitely better than nothing, but replacing 0 with () would be stronger as it makes your password longer and is not as obvious
    • An easily phonetically pronounceable nonsense word, e.g., RooB-Red or good-eits .
    • Two words separated by a non-alphabetic, non-numeric, or punctuation character, e.g., PC%Kat or dog,~1#

Choose

You want to choose something that is easy to remember with a minimum of 8 characters that uses as many of the techniques above as possible. One way to do this is to pick a phrase you will remember, pick all the first or last letters from each word and then substitute some letters with numbers and symbols. You can then apply capitals to some letters (perhaps the first and last, or second to last, etc.) You could also perhaps keep or add punctuation.

Some examples:

PhraseFirst LettersPassword
So long and thanks for all the fish” slatfatf 5L@tf@tF
“Best Series Ever: Terry Goodkind’s Sword of Truth” bsetgsot B53:tg’Sot
“You Can’t Have Everything. Where Would You Put It?” ychewwypi Uch3Wwup1?

If you are selecting a password for a website, you may want to incorporate the first few letters of the website name into your password so that every password is different and if one gets out, you don’t have to change them all. This approach has good and bad points.

For example, if you have a standard password like B53:tg’Sot (see above) that you like to use most places (this not recommended), you may modify it by placing the first and last letter of the website around it:

WebsitePassword
www.ebay.com eB53:tg’Soty
www.amazon.com aB53:tg’Sotn
www.webshots.com wB53:tg’Sots

Do Not Choose…

  • Your name in any form — first, middle, last, maiden, spelled backwards, nickname or initials.
  • Any ID number or user ID in any form, even spelled backwards.
  • Part of your userid or name.
  • Any common name, e.g., Sue, Joe.
  • Passwords of fewer than eight characters.
  • The name of a close relative, friend, or pet.
  • Your phone or office number, address, birthday, or anniversary.
  • Acronyms, geographical or product names, and technical terms.
  • Any all-numeral passwords, e.g., your license-plate number, social-security number.
  • Names from popular culture, e.g., Harry_Potter, Sleepy.
  • A single word either preceded or followed by a digit, a punctuation mark, up arrow, or space.
  • Words or phrases with all the vowels or white spaces deleted.
  • Words or phrases that do not mix upper and lower case, or do not mix letters or numbers, or do not mix letters and punctuation.
  • Any word that exactly matches a word in a dictionary, forward, reversed, or pluralized, with some or all of the letters capitalized, or with any of the following substitutions:
  • a -> 2, a -> 4, e -> 3, h -> 4, i -> 1, l -> 1, o -> 0, s -> $, s -> 5, z -> 5

WHY!?

If you only use words from a dictionary or a purely numeric password, a hacker only has to try a limited list of possibilities. A hacking program can try the full set in under one minute. If you use the full set of characters and the techniques above, you force a hacker to continue trying every possible combination to find yours. If we assume that the password is 8 characters long, this table shows how many times a hacker may have to before guessing your password. Most password crackers have rules that can try millions of word variants per second, so the more algorithmically complex your password, the better.

Character Sets used in PasswordCalculationPossible Combinations
Dictionary words (in english):
(It is debatable but lets generously say ~600,000 words)
600,000
Numbers Only 10^8 100,000,000
Lowercase Alpha Set only 26^8 208,827,064,576
Full Alpha Set 52^8 53,459,728,531,456
Full Alpha + Number Set 62^8 218,340,105,584,896
Full Set of allowed printable characters set (10+26+26+19)^8

1,853,020,188,851,840

The longer your password the more secure. If we take the full set of allowed printable characters set (the last line above) and increase the password length, the possible combinations jump exponentially (odd, considering that the calculation includes exponents…)

  • 8 Characters > 645,753,531,245,761 (645 Trillion) Combinations
  • 9 Characters > 45,848,500,718,449,031 (45 Quadrillion) Combinations
  • 10 Characters > 3,255,243,551,009,881,201 (3 Quintillion) Combinations

When we refer to character sets, they are typically numbers, upper and lowercase letters and a given set of symbols. For example:

CharactersNumber of Characters
0123456789 10
abcdefghijklmnopqrstuvwxyz 26
ABCDEFGHIJKLMNOPQRSTUVWXY 26
`~!@#$%^&-_=+[{]}. 19

What is 8 characters in a password example?

Password is 8 characters long. The password must contain at least three character categories among the following: Uppercase characters (A-Z) ... Complexity requirements..

What is a good 8 digit password?

Each password should be a minimum of 8 characters long. The longer, the better. Use a mixture of uppercase letters, lowercase letters, and numbers. For increased security, you can also utilize commonly accepted symbols.

What is a lowercase letter for a password?

Passwords should contain three of the four character types: Uppercase letters: A-Z. Lowercase letters: a-z. Numbers: 0-9.

Is 8 characters enough for a password?

In most environments, an eight-character password is recommended because it's long enough to provide adequate security and still short enough for users to easily remember. A minimum password length greater than 14 isn't supported at this time. This value will help provide adequate defense against a brute force attack.

Toplist

Neuester Beitrag

Stichworte