The programme generates a specified number of passwords and includes intelligent settings for password length and which characters to include and which to exclude.
The programme should prompt the user for the following information:
The number of passwords to generate;
Length of one password;
Whether to include digits 0123456789?
Should upper case letters ABCDEFGHIJJKLMLMNOPQRSTUVWXYZ be included?
Do lowercase letters include abcdefghijijklmnopqrstuvwxyz?
Do I include the characters !#$%&*+-=?@^_?
Do I exclude ambiguous characters il1Lo0O?
The programme generates a specified number of passwords and includes intelligent settings for password length and which characters to include and which to exclude.
The programme should prompt the user for the following information:
The number of passwords to generate; Length of one password; Whether to include digits 0123456789? Should upper case letters ABCDEFGHIJJKLMLMNOPQRSTUVWXYZ be included? Do lowercase letters include abcdefghijijklmnopqrstuvwxyz? Do I include the characters !#$%&*+-=?@^_? Do I exclude ambiguous characters il1Lo0O?