Skip to content

The program generates a specified number of passwords and includes a smart setting for the length of the password, as well as for which characters you want to include in it and which ones to exclude.

Notifications You must be signed in to change notification settings

FrolovIlia/safe_password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Safe_password_generator

Описание проекта: программа генерирует заданное количество паролей и включает в себя умную настройку на длину пароля, а также на то, какие символы требуется в него включить, а какие исключить.

Составляющие проекта:

Целые числа (тип int); Переменные; Ввод / вывод данных (функции input() и print()); Условный оператор (if/elif/else); Цикл for; Написание пользовательских функций; Работа с модулем random для генерации случайных чисел.

About

The program generates a specified number of passwords and includes a smart setting for the length of the password, as well as for which characters you want to include in it and which ones to exclude.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages