A simple password generator built with C# and Windows Forms, allowing users to specify the character types and length of the generated passwords.
- Choose the character types to include in the generated passwords (lowercase letters, uppercase letters, numbers, symbols)
- Specify the length of the generated passwords
- Generate multiple passwords at once
- View the generated passwords and their base64 representations
- Download the latest release of the password generator from the releases page.
- Extract the downloaded file and run the
PasswordGenerator.exe
file. - Use the checkboxes to specify the character types to include in the generated passwords.
- Enter the desired password length in the "Length" text box.
- Enter the number of passwords to generate in the "Quantity" text box.
- Click the "Generate" button to generate the passwords. The generated passwords and their base64 representations will be displayed in the output box.
We welcome contributions to the password generator project! If you have a bug fix, feature request, or other improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.