I've made a port of my simple password generator from Java to C++.
I know that there's nobody are reading it but IDGF 🤷♂️. That is a tool ONLY FOR ME. Ain't nobody ever gonna see it. So, all the instructions is only for me when I'll forget how to do something.
git clone https://github.com/justfollowyourdreams/pasgenpp.gitcmake . -B"./build" -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="/home/svts/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_HOST_TRIPLET=x64-linux -DVCPKG_TARGET_TRIPLET=x64-linuxcmake --build ./build- And run pasgenpp.exe ofc.
