The QryptSecurity SDK is intended to be run on an Ubuntu 20.04 system with an arm64 architecture, either natively or using an emulated platform. The following commands assume a system configured with OpenSSL, CMake, and g++.
- Create a Qrypt account for free.
- On the Qrypt portal, download the Qrypt SDK from "Products > Qrypt SDK" and save the .tgz to the project root.
- (Optional) On the Qrypt portal, register a personal access token for keygen.
tar -zxvf qrypt-security-0.10.2-ubuntu.tgz --strip-components=1 -C QryptSecurity
cmake . -B build
cmake --build build
./qrypt --help
If googletest is installed on your system, you may add -DBUILD_TESTS=ON
to your cmake command to enable an automated
validation suite which can be run with ./qrypt test
: