1
1
Fork
You've already forked Cpass
0
password generator written in C++17 and maintain C++14
  • C++ 84.4%
  • CMake 15.6%
Find a file
2026年07月01日 16:28:30 +02:00
include full code remix and add cpass as a command line tool 2026年07月01日 16:28:30 +02:00
src full code remix and add cpass as a command line tool 2026年07月01日 16:28:30 +02:00
.gitignore New Update for Cpass 2026年05月09日 19:33:18 +02:00
CMakeLists.txt upgrade the CMakeLists build 2026年06月11日 21:39:35 +02:00
LICENCE add licence 2026年04月30日 23:44:42 +02:00
readme.md full code remix and add cpass as a command line tool 2026年07月01日 16:28:30 +02:00

Licence Maintenance

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