Free Tool — No account needed

🛡️ Post-Quantum Readiness Checker

Analyse your domain's TLS configuration against post-quantum cryptography standards.
Tests TLS version, cipher suites, PQ hybrid key exchange, certificate strength and more.

Connecting and analysing TLS configuration...
This may take up to 10 seconds
Checked domain
PQ Readiness Score
0 — Not ready100 — Fully ready
Detailed Analysis
Recommendations
    Explore KF-Cipher post-quantum tools

    What is Post-Quantum Readiness?

    Post-quantum cryptography (PQC) refers to cryptographic algorithms that remain secure even against quantum computers. NIST standardized ML-KEM (Kyber), ML-DSA (Dilithium), and SLH-DSA (SPHINCS+) in August 2024.

    A fully quantum-ready domain uses TLS 1.3 with hybrid key exchange — combining a classical algorithm (X25519) with a post-quantum algorithm (ML-KEM) in the same handshake. This is already deployed by Cloudflare, Google Chrome, and AWS.

    What This Tool Checks

    CheckWhat we testWhy it matters
    TLS VersionTLS 1.3 vs 1.2 vs olderTLS 1.3 required for PQ hybrid key exchange
    Cipher SuiteAES-256-GCM, ChaCha20, weak ciphersWeak ciphers compromise session security
    Perfect Forward SecrecyECDHE / DHE key exchangeEnsures past sessions can't be decrypted later
    CertificateAlgorithm, key size, signature typeRSA 2048 will be vulnerable to quantum computers
    Certificate ExpiryDays until expiryExpired certs break HTTPS and user trust
    PQ Key ExchangeX25519MLKEM768, p256_kyber768The core post-quantum readiness check

    How the Score Works

    ScoreGradeMeaning
    70 – 100ReadyStrong TLS with PQ elements in place
    40 – 69PartialGood baseline security but not quantum-ready
    0 – 39Not ReadySignificant gaps — action required

    PQ Migration Timeline

    PeriodRecommended Action
    NowEnable TLS 1.3, disable weak ciphers, upgrade to ECC certificates
    2025 – 2027Deploy hybrid PQ key exchange (X25519MLKEM768)
    2028 – 2030Migrate certificates to ML-DSA (Dilithium) or SLH-DSA (SPHINCS+)
    2030+Full PQC-only deployment across all systems

    References

    1. FIPS 203: ML-KEM Standard — NIST (2024)
    2. FIPS 204: ML-DSA Standard — NIST (2024)
    3. FIPS 205: SLH-DSA Standard — NIST (2024)
    4. NIST Post-Quantum Cryptography Project
    5. Cloudflare: Post-Quantum for All