https://github.com/kar-dim/qt-strongpasswordgenerator
Simple application that suggests a strong password, GUI written in Qt (Widgets)
https://github.com/kar-dim/qt-strongpasswordgenerator
cpp qt
Last synced: 4 months ago
JSON representation
Simple application that suggests a strong password, GUI written in Qt (Widgets)
- Host: GitHub
- URL: https://github.com/kar-dim/qt-strongpasswordgenerator
- Owner: kar-dim
- License: mit
- Created: 2023-03-19T19:56:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T11:00:53.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:07:10.233Z (about 1 year ago)
- Topics: cpp, qt
- Language: C++
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qt Strong Password Generator
A simple, user-friendly GUI application built with Qt to generate secure random passwords. The program offers customizable options to generate the password.
## Features
- **Customizable Password Options**:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Symbols (!@#$%^&* etc)
- **Password Length Selection**: Choose a length between **8** and **16** characters.
- **Copy to Clipboard**: Easily copy the generated password for use.
## Build
The project is setup as a **Qt Creator** project and can be easily imported as such.
## Usage
1. Open the application.
2. Select the desired options (uppercase, lowercase, symbols, numbers).
3. Choose the password length (from 8 to 16 characters).
4. Click **Generate**.
5. Click the **Copy** button to copy the password to the clipboard.
## GUI Samples
Sample 1 | Sample 2
:-------------------------:|:-------------------------:
 | 