Find the finalized code for this quickstart on GitHub
Expected Folder structure
KeyGenLocal
/lib
/QryptSecurity
/bin (Windows)
/include
/lib
/res (Windows)
Macos Security Warning
Mac users will need to allow use of the library in the Security & Privacy settings. This will be fixed in a future release.
Reference
https://support.apple.com/en-us/HT202491To change to the KeyGenLocal folder:
cd KeyGenLocal
To make a (debug) build:
./build.sh --build_type=Debug
To find the build folder (if it built successfully):
For linux/mac
ls -d build
For windows
ls -d build/Debug/
To see more build options:
./build.sh --help
To change to the KeyGenLocal build folder:
For linux/mac
cd KeyGenLocal/build
for windows
cd KeyGenLocal/build/Debug
To create and dspaly the locally generated AES key:
./KeyGenLocal --token=${QRYPT_TOKEN}
If you open the folder KeyGenLocal In Visual Studio Code, you will find a debug setup for KeyGenLocal.