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

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)

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
:-------------------------:|:-------------------------:
![StrongPasswordGenerator_R6tbLdTNPk](https://github.com/user-attachments/assets/737a34be-9aca-47b4-93ef-a975169525dd) | ![StrongPasswordGenerator_LLZ012xg9Y](https://github.com/user-attachments/assets/4cf45cbb-c934-4b21-ad4b-bb71ed2e07c2)