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

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

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`)