Discuss this help topic in SecureBlackbox Forum

Deployment of C++ edition

C++ edition of SecureBlackbox includes a C++ static library (you build it with the provided compiled as described in "Building and using C++ classes in C++ applications") and an actual SecureBlackbox library (it comes in precompiled form for all patforms). The static library is linked statically to your project and no special deployment is needed.

The actual SecureBlackbox library comes in the form of a DLL on Windows or a shared module (.so) in Linux and macOS. Additionally there's a single static library available for iOS and macOS, and this static library doesn't require a shared module to be used. The shared module should be deployed to the target system and placed next to your application's mail file (on Windows) or in the system libraries directory (on Linux and macOS).

Discuss this help topic in SecureBlackbox Forum