Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 625 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 625 Bytes

Password Generator

This program is designed to create a complex password for the user.


Prompt inputs:

  • Number of characters - Numeric prompt allowing the user to choose the length of the password. Maximum value is 50.
  • Letter inclusion - Y/N prompt determining whether to include letters in the password.
  • Number inclusion - Y/N prompt determining whether to include numbers in the password.
  • Special character inclusion - Y/N prompt determining whether to include special characters in the password.

Functioning program (via trinket.io): https://ammacdonald3_gmail_com.trinket.io/sites/password_generator