This is a simple but powerful password generator console application written in C#. It generates secure and customizable passwords according to user-defined criteria.
- Generate strong passwords.
- Specify the length of the password.
- Include or exclude uppercase letters, lowercase letters, numbers, and special characters.
- Easy-to-use command-line interface.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Build the project using Visual Studio or your preferred C# compiler.