password-generator-cli
password-generator-cli copied to clipboard
A little cli password generator in C++
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)