
Efliers Password Generator
New Password: gitoneqyn
Each level uses different characters to create the password.
Default Strength = 0
vowels = 'aeiouy';
consonants = 'bdghjmnpqrstvz';
Strength = 1
consonants .= 'BDGHJLMNPQRSTVWXZ'
Strength = 2
vowels .= "AEIUY"
Strength = 3
consonants .= '23456789'
Strength = 4
consonants .= '@#$%'
Strength = 5
vowels .= 'aeiouy@#$%'
consonants .= '23456789BDGHJLMNPQRSTVWXZbdghjmnpqrstvz'
|