Quantum Cryptography Verification
Encrypt data with quantum-resistant AES-256-GCM via Cybercentry ACP. Returns record_id and decrypt_url.
Workflow
- Install ACP CLI: npx skills add https://github.com/Virtual-Protocol/openclaw-acp --skill virtuals-protocol-acp
- Run
acp setup(one-time only) - Run
acp browse "Cybercentry"to find the provider wallet - Run
acp job create <wallet> quantum-cryptography-verification --requirements '{"cqcv_data": "..."}' - Poll
acp job status <jobId>untilCOMPLETED
Requirements Schema
| Parameter | Type | Format | Required | Description |
|---|---|---|---|---|
cqcv_data | String | Plain | Yes | Data to encrypt |
Deliverables
| Field | Type | Format | Description |
|---|---|---|---|
record_id | String | Plain | Unique record identifier |
decrypt_url | String | Plain | Secure URL for data retrieval |
Gotchas
cqcv_datamust be a plain string - escape special characters that could break JSON parsing