Password Generator
    Below are 100 randomly generated passwords.
    The scheme template can be selected from the options listed below.
    
    - 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
- 
        
    
Generation Configuration File:Configuration {
    words: WordConfiguration {
        num_words: 3,
        min_length: 4,
        max_length: 8,
        transformations: AlternatingLowerUpper,
    },
    seperator: SeperatorConfiguration {
        seperator_type: RandomCharacter,
        seperators: [
            '!',
            '@',
            '$',
            '%',
            '^',
            '&',
            '*',
            '-',
            '_',
            '+',
            '=',
            ':',
            '|',
            '~',
            '?',
            '/',
            '.',
            ';',
        ],
    },
    padding_digits: PaddingDigitConfiguration {
        num_before: 2,
        num_after: 2,
    },
    padding_symbols: PaddingSymbolConfiguration {
        padding_type: Fixed(
            2,
            2,
        ),
        padding_character_type: RandomCharacter,
        padding_chars: [
            '!',
            '@',
            '$',
            '%',
            '^',
            '&',
            '*',
            '-',
            '_',
            '+',
            '=',
            ':',
            '|',
            '~',
            '?',
            '/',
            '.',
            ';',
        ],
    },
}