programming-challenges/056 - Password generator
Valentin Popov f75eb3d7b4
docs(056): Added requirements
Signed-off-by: Valentin Popov <valentin@popov.link>
2022-10-10 20:49:23 +04:00
..
2022-10-10 19:48:31 +04:00
2022-10-10 19:48:31 +04:00
2022-10-10 19:48:31 +04:00
2022-10-10 19:48:31 +04:00
2022-10-10 19:48:31 +04:00
2022-10-10 20:49:23 +04:00

Password generator

Requirements

  • Specifies the password length (default: 8).
  • Using characters A-Z (default: yes).
  • Using characters a-z (default: yes).
  • Using characters 0-9 (default: yes).
  • Using special characters !@#$%^&* (default: none).