Password Generator is a modern cross-platform desktop application developed on the Avalonia framework using the C# language. The application is designed to create secure and reliable passwords with the ability to fine-tune the generation parameters. Provides the ability to create passwords from 5 to 128 characters long. It supports lowercase and uppercase letters, numbers, and special characters.
- Go to Releases in the GitHub repository.
- Download it .zip archive.
- Unpack.
Or clone repository :
git clone git@github.com:sergxlove/PasswordGenerator.git
The form has a minimalistic style, to generate a password, you need to click the "Generate" button, there are also checkboxes and a scroll bar for customizing the password. To copy the password, click the "Copy" button.
