Password must have at least 8 characters and the new password must be different from your previous passwordPassword must consist of at least 2 Non-Alphabetic characters [Non-Alphabetic characters include: Numbers 0 to 9 and special characters such as !@#$%^&*()_+]
Password Selection GuidelinesThe object when choosing a password is to make it as difficult as possible for a hacker/cracker to make educated guesses about what you've chosen. This leaves hackers/crackers no alternative but a brute-force search, trying every possible combination of letters, numbers, and punctuation. A search of this sort, even conducted on a machine that could try one million passwords per second (most machines can try less than one hundred per second), would require, on the average, over one hundred years to complete. The following guidelines for a password selection may be useful (from APS Online Journal password selection):Some Do's
Some Dont's
Although this list may seem to restrict passwords to an extreme, there are several methods for choosing secure, easy-to-remember passwords that obey the above guidelines. Some of these include the following:
The importance of obeying these password selection guidelines cannot be over emphasized. The infamous "Internet Worm," as part of its strategy for breaking into new machines, attempted to crack user passwords. First, the "Worm" tried simple choices such as the login name, user's first and last names, and so on. Next, the "Worm" tried each word present in an internal dictionary of 432 words (presumably the "Worm's" creator considered these words to be "good" words to try). If all else failed, the "Worm" tried going through the host system dictionary, /usr/dict/words, trying each word. The password selection guidelines above successfully guard against all three of these strategies, according to popular security handbooks.