An open API service indexing awesome lists of open source software.

https://github.com/cpsdenis/cryptoapi-repl

Minimal cross-platform sample for CryptoPro CSP using C++, CMake, and CryptoAPI / capilite.
https://github.com/cpsdenis/cryptoapi-repl

cmake cpp cryptoapi cryptoprocsp makefile sample

Last synced: 18 days ago
JSON representation

Minimal cross-platform sample for CryptoPro CSP using C++, CMake, and CryptoAPI / capilite.

Awesome Lists containing this project

README

          

# capirepl

Minimal cross-platform sample for **CryptoPro CSP** using C++, CMake, and CryptoAPI / capilite.

## Prerequisites
* **Windows**: CryptoPro CSP installed + SDK headers at `C:/include`
* **Linux**: CryptoPro CSP / capilite installed at `/opt/cprocsp`

## Quick Start

```bash
make build # Compile project (Debug)
make run # Build and execute
make clean # Remove build artifacts
make CONFIG=Release # Build Release flavor
```