Quantum Cryptography Verification
CryptoEncrypt and verify text data using quantum-resistant (post-quantum) cryptography, future-proofing it against attacks from quantum computers. Returns a record ID and a decrypt URL to retrieve the protected data later.
- Post-quantum, quantum-safe encryption
- Returns a record ID + decrypt URL
- Use for long-lived secrets that must outlast classical cryptography
Returns
| record_idstring | Record ID |
| decrypt_urlstring | Decrypt URL |
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/quantum_cryptography_verification" \
-H "Content-Type: application/json" \
-d '{"cqcv_data":"rotation seed: 9f2c-aa17-be03"}'POST JSON (canonical) · GET query params also works · unpaid requests return 402 · see the payment flow.