Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 174 Bytes

File metadata and controls

14 lines (10 loc) · 174 Bytes

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