|
#
|
Numeric - will be replaced by a random number (0-9)
|
|
>
|
Uppercase - alphabetic characters after this symbol are forced
to uppercase
|
|
<
|
Lowercase - alphabetic characters after this symbol are forced
to lowercase
|
|
<>
|
No case - alphabetic characters after this symbol can be either
uppercase or lowercase (this is the default setting)
|
|
A
|
Alpha - will be replaced by an alphabetic character (A-Z and/or
a-z depending on case
|
|
N
|
Alphanumeric - will be replaced by an alphanumeric character (Any
of A-Z, a-z, or 0-9)
|
|
K
|
Keyboard character - will be replaced by any character that can
be typed using the computer keyboard
|
|
C
|
Ascii character - will be replaced by any ascii character excluding
null (see ASCII
chart)
|
| ? |
Punctuation character - will be replaced by one of the following
punctuation characters: ~`!@#$%^&*()_+-={}|[]\:";'<>?,./
|
| % |
Special character (Numeric and punctuation) - will be replaced
by one of the following: ~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./
|
| V |
Vowel character - will be replaced by a vowel (AEIOUaeiou) Professional
Edition only
|
| W |
Consonant character - will be replaced by a consonant (BCDFGHJKLMNPQRSTVWXYZbcdfghjklmnpqrstvwxyz)
Professional Edition only
|
|
*n
|
Repeat indicator - the preceding character will be repeated 'n'
times
|
|
\
|
Literal indicator - Precede any of the above symbols by a backslash
(\) so that the symbol will be treated as a literal and not be replaced,
but copied into the password without conversion
|
|
others
|
All other characters not listed above are copied to the same position
in the password without any conversion
|