Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dunkel404/gui-blpasswordgenerator
- Owner: Dunkel404
- License: mit
- Created: 2022-12-21T23:27:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T15:42:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T04:42:08.974Z (2 months ago)
- Topics: c-sharp, csharp, desktop, desktop-app, desktop-application, dotnet, forms, password, password-generator, windos, windows-forms-csharp, windowsforms, winforms
- Language: C#
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- 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).