Skip to content

justfollowyourdreams/pasgenpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pasgen++ 🔑

Pasgen++ logo

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.

Build 🛠️

  1. git clone https://github.com/justfollowyourdreams/pasgenpp.git
  2. cmake . -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-linux
  3. cmake --build ./build
  4. And run pasgenpp.exe ofc.