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

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++

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

![plot](images/preview.png)

[![Demo](images/ezgif.com-video-to-gif.gif)](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