https://github.com/victorbnl/password-generator-cli
A little cli password generator in C++
https://github.com/victorbnl/password-generator-cli
cli cli-app cpp password-generator
Last synced: 9 months ago
JSON representation
A little cli password generator in C++
- Host: GitHub
- URL: https://github.com/victorbnl/password-generator-cli
- Owner: victorbnl
- License: mit
- Created: 2021-04-18T16:45:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T10:17:21.000Z (over 4 years ago)
- Last Synced: 2023-03-06T18:28:08.224Z (about 3 years ago)
- Topics: cli, cli-app, cpp, password-generator
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Password Generator CLI
> A little cli password generator made in C++ just for me to train
## Usage
Arguments will be implemented later. For now this software uses input so just start it and go through the steps
## Building
- `cmake . -B build`
- Go in the `build/` directory
- `make`
The binary is now in `/build/src/` (it should be named `passw_gen_cli`)