When selecting the Use a pattern mode for Password Templates and Password Generator, the following keys are the supported patterns.
| DESCRIPTION | KEY | SAMPLE |
|---|---|---|
| Lower-Case Alphanumeric | a | abcdefghijklmnopqrstuvwxyz 0123456789 |
| Mixed-Case Alphanumeric | A | ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789 |
| Bracket | b | ()[]{}<> |
| Lower-Case Consonant | c | bcdfghjklmnpqrstvwxyz |
| Mixed-Case Consonant | C | BCDFGHJKLMNPQRSTVWXYZ bcdfghjklmnpqrstvwxyz |
| Digit | d | 0123456789 |
| Lower-Case Hex Character | h | 0123456789 abcdef |
| Upper-Case Hex Character | H | 0123456789 ABCDEF |
| Lower-Case Letter | l | abcdefghijklmnopqrstuvwxyz |
| Mixed-Case Letter | L | ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz |
| Punctuation | p | ,.;: |
| Printable 7-Bit Special Character | s | !"#$%&'()*+,-./:;<=>?[\]^_{|}~ |
| Printable 7-Bit ASCII | S | A-Z, a-z, 0-9, !"#$%&'()*+,-./:;<=>?[\]^_{|}~ |
| Upper-Case Letter | u | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
| Upper-Case Alphanumeric | U | ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 |
| Lower-Case Vowel | v | aeiou |
| Mixed-Case Vowel | V | AEIOU aeiou |
| High ANSI | x | From '~' to U255 (excluding U255) |
| Upper-Case Consonant | z | BCDFGHJKLMNPQRSTVWXYZ |
| Upper-Case Vowel | Z | AEIOU |
| Escape (Fixed Char) | \ | Use following character as is |
| Escape (Repeat) | {n} | Repeat the previous character n times |
| Custom character | [x] | Define a custom character sequence |