https://github.com/daniel-191/password-generator
Uncrackable Password Generator in C++
https://github.com/daniel-191/password-generator
cli cpp gui gui-application imgui password-gen password-generator
Last synced: 9 months ago
JSON representation
Uncrackable Password Generator in C++
- Host: GitHub
- URL: https://github.com/daniel-191/password-generator
- Owner: Daniel-191
- License: mit
- Created: 2023-09-17T15:50:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T17:40:04.000Z (about 1 year ago)
- Last Synced: 2025-06-25T16:13:44.992Z (about 1 year ago)
- Topics: cli, cpp, gui, gui-application, imgui, password-gen, password-generator
- Language: C++
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation and Usage
- clone the repository `git clone https://github.com/Daniel-191/Password-Generator` or download the compiled exe (GUI or Terminal)
- Now run compile.bat to compile the console version
- OR
- Open /ui and open the project in visual studio then build the exe (Release, x86)
# Previews

[](https://youtu.be/6BuRXyj4FSo)
# TODO:
- [x] GUI (ImGui)
- [x] Clipboard Copy button
- [x] Add Clipboard clear button (GUI)
- [ ] Save passwords in an encryped file (Console & GUI)
- [ ] Make the GUI neater and overall better