Mutaf-Volodymyr / 290724-ptm

This repository was created as a training for the 290724-ptm group.
0 stars 2 forks source link

Create function generate_password() #2

Open Mutaf-Volodymyr opened 1 month ago

Mutaf-Volodymyr commented 1 month ago

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?

andarie1 commented 1 month ago
Mutaf-Volodymyr commented 4 weeks ago

Ok. You are appointed