Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.7 KB

File metadata and controls

31 lines (21 loc) · 1.7 KB

drawing

- Password Manager -

A simple password generator built with C# and Windows Forms, allowing users to specify the character types and length of the generated passwords.

Features

  • 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

Usage

  1. Download the latest release of the password generator from the releases page.
  2. Extract the downloaded file and run the PasswordGenerator.exe file.
  3. Use the checkboxes to specify the character types to include in the generated passwords.
  4. Enter the desired password length in the "Length" text box.
  5. Enter the number of passwords to generate in the "Quantity" text box.
  6. Click the "Generate" button to generate the passwords. The generated passwords and their base64 representations will be displayed in the output box.

Contributing

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.

License

This project is licensed under the MIT License.