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.
- Host: GitHub
- URL: https://github.com/cpsdenis/cryptoapi-repl
- Owner: cpsdenis
- License: mit
- Created: 2026-06-08T11:18:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-08T14:01:43.000Z (about 1 month ago)
- Last Synced: 2026-06-08T14:04:13.418Z (about 1 month ago)
- Topics: cmake, cpp, cryptoapi, cryptoprocsp, makefile, sample
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```