4
Criteria:
• Password must be between 8 and 32 characters long.
• Password must contain both upper and lower case Latin characters (e.g. A, a,
B, b).
• Password must have at least one digit character (e.g. 0, 1, 2, … 9).
• Password must have at least one 7-bit ASCII non-alphanumeric character with
an ASCII value between 33d and 126d that is not part of the invalid character
list below.
Some examples:
Exclamation !
At @
Number #
Dollar $
Percent %
Caret ^
Asterisk *
The underscore ‘_’ is considered alpha-numeric.
The following characters are not allowed:
Quotation mark “
Apostrophe ‘
Comma ,
Greater than >
Less than <
Colon :
Ampersand &
Space