/passgen-cpp

A CLI password generator written in C++

Primary LanguageCMake

passgen-cpp

A CLI password generator written in C++

Build

git clone https://github.com/hnccbits/passgen-cpp.git
cd passgen-cpp
cmake -B build/
cd build
make