Minimal cross-platform sample for CryptoPro CSP using C++, CMake, and CryptoAPI / capilite.
- Windows: CryptoPro CSP installed + SDK headers at
C:/include - Linux: CryptoPro CSP / capilite installed at
/opt/cprocsp
make build # Compile project (Debug)
make run # Build and execute
make clean # Remove build artifacts
make CONFIG=Release # Build Release flavor