Is your infrastructure ready for quantum computers?
Scan your TLS, code repos, cloud infra, and certificates for cryptographic vulnerabilities that will break when quantum computers arrive. Get your Quantum Readiness Score.
NIST finalized post-quantum standards in August 2024 (FIPS 203/204/205). The migration clock is ticking.
QUICKSTART
Scan a target for PQC readiness in three curl calls. Base URL https://comply-api.qntyx.io — authenticate with Authorization: Bearer $QNTYX_KEY (keys look like qntyx_comply_…).
# 1. Create an API key in your dashboard → API Keys
export QNTYX_KEY="qntyx_comply_…"
# 2. Register a target to assess
curl -X POST https://comply-api.qntyx.io/targets \
-H "Authorization: Bearer $QNTYX_KEY" -H "Content-Type: application/json" \
-d '{"label": "prod-web", "target_type": "url", "target_value": "https://example.com"}'
# 3. Trigger a post-quantum-readiness scan
curl -X POST https://comply-api.qntyx.io/scans/trigger \
-H "Authorization: Bearer $QNTYX_KEY" -H "Content-Type: application/json" \
-d '{"target_id": "TARGET_ID", "scan_types": ["pqc"]}'
QUANTUM READINESS SCORE
CRITICAL
HIGH RISK
MODERATE
GOOD
QUANTUM READY
Weighted composite of TLS (25%), code (25%), cloud (20%), certificates (20%), key management (10%). Bonus points for PQC adoption.
4 SCAN SURFACES
TLS / NETWORK
Cipher suites, protocol versions, key exchange algorithms, HSTS. Detects RSA, weak DH, missing TLS 1.3, and PQC hybrid KEX.
CODE REPOS
Scan GitHub repos for RSA/ECC usage, weak hashes (MD5/SHA-1), small key sizes, private keys in code. Python, JS, Go, Java, C/C++, Rust.
CLOUD INFRA
AWS, GCP, and Azure infrastructure scanning — coming soon.
CERTIFICATES
Full chain analysis: key sizes, algorithms, expiry, self-signed detection, harvest-now-decrypt-later risk for long-lived certs.
NIST STANDARDS REFERENCE
Post-quantum key exchange. Replaces ECDH/DH. Based on Kyber lattice scheme.
Post-quantum digital signatures. Replaces RSA/ECDSA. Based on Dilithium lattice scheme.
Hash-based digital signatures. Backup standard. Based on SPHINCS+.
NIST migration guidance. Recommends 3-phase transition: inventory, assess, migrate.
THE REPORT
Your PDF report includes: executive summary, per-finding remediation steps with NIST references, QRS score breakdown by category, NIST IR 8547 migration roadmap, compliance gap analysis, and a quantum-seeded (simulated) seal for auditor verification.
Share with your CISO or compliance team — no account required to verify the attestation.
PRICING
- All 4 scan surfaces
- Unlimited scans
- PDF reports
- NIST gap analysis
- Quantum attestation
- Everything in Audit
- Compliance report
- Insurance questionnaire
- CISO executive brief
- Remediation roadmap