-
Notifications
You must be signed in to change notification settings - Fork 0
danp1t/generator_password
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generator a password version=1.0.0 Type of password: 1) Standard password: size_password = 8 libraries = low_latin + dec_numbers 2) Password for phone: size_password = 6 libraries = dec_numbers 3) Difficult password: size_password = 12 libraries = low_latin + special_symbols + dec_numbers Must contain at least one special character and a number. 4) Unreal password: size_password = 16 libraries = low_latin + upper_latin + special_symbols + dec_number 5) Own type size_password = 1-50 libraries = All available Conditions for generating a password. You can choose the password size and libraries(select libraries or enter your character set). Thanks for attention!
About
Программа, которая генерирует пароль. Здесь вы можете выбирать различные типы паролей или создать свой тип, благодаря которым вы можете сгенерировать пароли.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published