Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dunkel404/gui-blpasswordgenerator

Easily create secure passwords with this user-friendly password generator, which allows users to choose the types of characters to include in the passwords and the length of the passwords.
https://github.com/dunkel404/gui-blpasswordgenerator

c-sharp csharp desktop desktop-app desktop-application dotnet forms password password-generator windos windows-forms-csharp windowsforms winforms

Last synced: 24 days ago
JSON representation

Easily create secure passwords with this user-friendly password generator, which allows users to choose the types of characters to include in the passwords and the length of the passwords.

Awesome Lists containing this project

README

        


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](https://github.com/black0439/GUI-blPasswordGenerator/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](https://github.com/black0439/GUI-blPasswordGenerator/issues) or [submit a pull request](https://github.com/black0439/GUI-blPasswordGenerator/pulls).

## License

This project is licensed under the [MIT License](https://github.com/black0439/GUI-blPasswordGenerator/blob/v1.0.0-beta/LICENSE).