Initialize Sandbox

Get a sandbox API Key to test the Blind Custodian API. Your requests will be simulated using local memory scrubs.

Authentication Flow

The Sandbox API requires a valid key in the header. To encrypt data using post-quantum algorithms:

curl -H "x-api-key: vj_live_..."
-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...