QuantumAPI

Encrypt & Decrypt

Encrypt and decrypt data using post-quantum algorithms (ML-KEM + AES-256-GCM).

Examples (curl, TypeScript, Python, .NET, Rust, CLI)

curl -X POST https://api.quantumapi.eu/api/v1/encrypt \
  -H "X-Api-Key: qapi_..." \
  -H "Content-Type: application/json" \
  -d '{"plaintext":"hello","keyId":"key_123"}'
qapi — QuantumAPI CLI Documentation