cross-platform (linux, macOS & windows) password and passphrase generator written in C++
- simple text-based interface
- enable password and passphase generation (with options and strength)
- must be cross-platform (use C++ std libraries)
- implement TUI, including pass-length bar etc.
- use arrow-keys and/or
h,j,k,lfor navigation
helpful libraries
# clang++
clang++ --target=x86_64-w64-mingw32 -o <tool>.exe <tool>.cpp
# zig
zig c++ -target x86_64-windows-gnu -o <tool>.exe <tool>.cpp