A simple and interactive console application for generating strong and customizable passwords using C#.
- User-defined password length
- Options to include:
- Letters (a-z, A-Z)
- Numbers (0-9)
- Symbols (!@#$%^&*, etc.)
- Ensures at least one character from each selected category is present
- Repeats password generation until the user chooses to quit
- Clear prompts and input validation
- The program asks for the desired password length.
- It prompts whether to include letters, numbers, and/or symbols.
- It generates a random password based on your selections.
- The password is displayed and you can choose to generate another or quit.
- .NET SDK (6.0 or later)
- C# compiler
Clone the repository and navigate to the project folder:
cd PasswordReceiver
dotnet run