Creating a Valid Password
Valid passwords must conform to the following rules.
- The password must be a minimum of seven (7) characters in length.
- It must contain at least one (1) non-alphanumeric character. A non-alphanumeric
character is any character classified as a special
symbol. The set of special symbols consists of the following characters.
~ ! @ # $ % ^ & * ( ) _ + = - ` { } ] [ | \ " : ; ' ? > < , / .
- Examples of a valid password are Passwd? !abcdef
- Remember passwords are case sensitive. This means that upper case and lower
case letters are different.