Ran into this masterpiece today:

Passwords must have the following characteristics:

  1. Be at least 8 alphanumeric characters long.
  2. Contain both uppercase and lowercase characters (e.g., a-z, A-Z).
  3. One of the first four characters must be an uppercase letter.
  4. Have at least one digit e.g. 0-9.
  5. Have at least one punctuation character e.g. !@#$%^&*()_+|~-=\`{}[]:";'?,./).
  6. One or more of the characters from the second (2) to sixth (6) positions must not be an alphabet character e.g. between A-Z or a-z.

No comments: