Initialize Sandbox
Get a sandbox API key to run ML-KEM-768 hybrid encrypt/decrypt on the live Rust PQC core.
Authentication Flow
Encrypt with your per-key ML-KEM-768 + X25519 hybrid envelope. Response includes pqc_algorithm.
curl -H "x-api-key: vj_live_..."
-H "Content-Type: application/json"
-d '{"data": "plaintext_data"}'
-X POST http://localhost:8082/api/sandbox/encrypt
-H "Content-Type: application/json"
-d '{"data": "plaintext_data"}'
-X POST http://localhost:8082/api/sandbox/encrypt
PQC Encryption Sandbox
Test Lattice-based Post-Quantum Cryptography algorithms locally.
POST /api/sandbox/encrypt
Awaiting request...