password generator written in C++17 and maintain C++14
- C++ 84.4%
- CMake 15.6%
| include | full code remix and add cpass as a command line tool | |
| src | full code remix and add cpass as a command line tool | |
| .gitignore | New Update for Cpass | |
| CMakeLists.txt | upgrade the CMakeLists build | |
| LICENCE | add licence | |
| readme.md | full code remix and add cpass as a command line tool | |
New Update
Now Cpass use command line for use
# example to use Cpass
cpass --generate 24 # 24 is the size of password
cpass --help
cpass --version
About Cpass
cpass is a password generator CLI written in C++17 and maintain (C++14)
# for Build Cpass
git clone https://codeberg.org/frex_vm18/Cpass.git
mkdir build
cd build
cmake .. # for activate the CPP14 is -DUSE_CPP14=ON
requirement
- Cmake 3.16 for build Cpass
- compiler C++ (clang,msvc,gcc) support C++14 or higher