{
    "site": "https://qbit404.com",
    "generated": "2026-07-16T00:49:49+00:00",
    "license": "CC-BY (attribution required)",
    "articles": [
        {
            "slug": "nist-pqc-suite",
            "lang": "en",
            "url": "https://qbit404.com/en/news/nist-pqc-suite",
            "title": "Inside the NIST PQC suite: ML-KEM (FIPS 203), ML-DSA (FIPS 204), SLH-DSA (FIPS 205)",
            "excerpt": "Four years after the round-3 finalists were named, the standards are signed. Here is what each one does, what parameter set to pick at each security level, and the smallest-possible call into each one from Python and TypeScript.",
            "author": "Mara Chen",
            "date": "2026-06-02",
            "category": "defense",
            "tags": [
                "nist",
                "fips",
                "ml-kem",
                "ml-dsa",
                "slh-dsa",
                "kyber",
                "dilithium",
                "sphincs"
            ],
            "reading_min": 5,
            "word_count": 1082
        },
        {
            "slug": "q-day-countdown",
            "lang": "en",
            "url": "https://qbit404.com/en/news/q-day-countdown",
            "title": "Q-day: how analysts are pinning the window between 2029 and 2034",
            "excerpt": "The intelligence forecasts converge on a five-year window. We line up six published estimates side by side, show what each one assumes, and ship a Mosca-theorem calculator so you can derive your own shelf-life-aware migration deadline.",
            "author": "Idris Vega",
            "date": "2026-06-02",
            "category": "defense",
            "tags": [
                "q-day",
                "mosca",
                "forecasting",
                "intelligence",
                "roadmap"
            ],
            "reading_min": 2,
            "word_count": 366
        },
        {
            "slug": "grover-aes",
            "lang": "en",
            "url": "https://qbit404.com/en/news/grover-aes",
            "title": "Grover bites AES: why 128 is dead and 256 is your new baseline",
            "excerpt": "Grover's algorithm gives a quadratic speed-up on brute-force key search. AES-128 drops to ~64-bit effective security. AES-256 stays at ~128-bit. The fix is one config line — but every place stores cipher state, you need to find.",
            "author": "Riku Saari",
            "date": "2026-06-02",
            "category": "defense",
            "tags": [
                "grover",
                "aes",
                "symmetric",
                "migration",
                "key-size"
            ],
            "reading_min": 2,
            "word_count": 450
        },
        {
            "slug": "rsa-2048-falls",
            "lang": "en",
            "url": "https://qbit404.com/en/news/rsa-2048-falls",
            "title": "RSA-2048 falls: the 20M noisy-qubit estimate, redrawn",
            "excerpt": "Gidney & Ekerå said ~20 million noisy qubits and ~8 hours. Three years of error-correction progress later, the number is moving — but not the conclusion. Where the 2026 resource estimates land.",
            "author": "Mara Chen",
            "date": "2026-06-02",
            "category": "cryptanalysis",
            "tags": [
                "rsa",
                "shor",
                "resource-estimate",
                "quantum",
                "gidney"
            ],
            "reading_min": 4,
            "word_count": 838
        },
        {
            "slug": "shor-bitcoin",
            "lang": "en",
            "url": "https://qbit404.com/en/news/shor-bitcoin",
            "title": "Shor's Algorithm vs Bitcoin: anatomy of a key-derivation kill chain",
            "excerpt": "How Shor's period-finding routine breaks ECDSA over secp256k1, what that means for exposed Bitcoin UTXOs, and what migration to a post-quantum signature scheme actually looks like at protocol level.",
            "author": "Riku Saari",
            "date": "2026-05-22",
            "category": "cryptanalysis",
            "tags": [
                "shor",
                "bitcoin",
                "ecdsa",
                "secp256k1",
                "cryptanalysis"
            ],
            "reading_min": 5,
            "word_count": 1116
        },
        {
            "slug": "quantum-hacking",
            "lang": "en",
            "url": "https://qbit404.com/en/news/quantum-hacking",
            "title": "The quantum hacker's playbook: what breaks first when Q-day comes",
            "excerpt": "A red-team map of which production systems fall to Shor and Grover, in what order, and what an attacker actually has to do to weaponize a fault-tolerant machine. Inventory and prioritized defenses included.",
            "author": "Mara Chen",
            "date": "2026-05-15",
            "category": "offense",
            "tags": [
                "quantum",
                "redteam",
                "ttp",
                "grover",
                "shor",
                "infrastructure"
            ],
            "reading_min": 5,
            "word_count": 1155
        },
        {
            "slug": "post-quantum-crypto",
            "lang": "en",
            "url": "https://qbit404.com/en/news/post-quantum-crypto",
            "title": "Post-quantum cryptography in production: Next.js, Python and PHP, the working code",
            "excerpt": "Which PQC primitives to actually deploy in 2026, why hybrid is the only honest choice today, and copy-pasteable implementations of ML-KEM and ML-DSA across three stacks. With benchmarks and migration notes.",
            "author": "Idris Vega",
            "date": "2026-05-08",
            "category": "defense",
            "tags": [
                "pqc",
                "kyber",
                "dilithium",
                "nextjs",
                "python",
                "php",
                "implementation"
            ],
            "reading_min": 5,
            "word_count": 1042
        },
        {
            "slug": "scanner-manual",
            "lang": "en",
            "url": "https://qbit404.com/en/news/scanner-manual",
            "title": "Vuln Scanner: operator's manual and detection catalog",
            "excerpt": "What the qbit404 scanner looks for, how to feed it a target, what each check actually does, and how the output triages. Read this before you run it on anything you do not own.",
            "author": "Mara Chen",
            "date": "2026-05-01",
            "category": "defense",
            "tags": [
                "scanner",
                "manual",
                "vulnerabilities",
                "opsec",
                "owasp"
            ],
            "reading_min": 4,
            "word_count": 977
        },
        {
            "slug": "nist-pqc-suite",
            "lang": "es",
            "url": "https://qbit404.com/es/news/nist-pqc-suite",
            "title": "Dentro de la suite PQC de NIST: ML-KEM (FIPS 203), ML-DSA (FIPS 204), SLH-DSA (FIPS 205)",
            "excerpt": "Cuatro años después de nombrar a los finalistas de ronda 3, los estándares están firmados. Aquí está qué hace cada uno, qué parámetro elegir en cada nivel de seguridad, y la llamada mínima en Python y TypeScript.",
            "author": "Mara Chen",
            "date": "2026-06-02",
            "category": "defensa",
            "tags": [
                "nist",
                "fips",
                "ml-kem",
                "ml-dsa",
                "slh-dsa",
                "kyber",
                "dilithium",
                "sphincs"
            ],
            "reading_min": 6,
            "word_count": 1253
        },
        {
            "slug": "q-day-countdown",
            "lang": "es",
            "url": "https://qbit404.com/es/news/q-day-countdown",
            "title": "Q-day: cómo los analistas fijan la ventana entre 2029 y 2034",
            "excerpt": "Los pronósticos convergen en una ventana de cinco años. Comparamos seis estimaciones publicadas lado a lado, mostramos qué asume cada una, y enviamos una calculadora del teorema de Mosca para que derives tu propio plazo de migración.",
            "author": "Idris Vega",
            "date": "2026-06-02",
            "category": "defensa",
            "tags": [
                "q-day",
                "mosca",
                "prediccion",
                "inteligencia",
                "roadmap"
            ],
            "reading_min": 2,
            "word_count": 499
        },
        {
            "slug": "grover-aes",
            "lang": "es",
            "url": "https://qbit404.com/es/news/grover-aes",
            "title": "Grover muerde a AES: por qué 128 ha muerto y 256 es tu nueva base",
            "excerpt": "El algoritmo de Grover da un speedup cuadrático sobre la búsqueda de clave por fuerza bruta. AES-128 baja a ~64 bits efectivos. AES-256 se queda en ~128 bits. El arreglo es una línea de config — pero hay que encontrar cada sitio donde vive estado de cifrado.",
            "author": "Riku Saari",
            "date": "2026-06-02",
            "category": "defensa",
            "tags": [
                "grover",
                "aes",
                "simetrico",
                "migracion",
                "tamano-clave"
            ],
            "reading_min": 3,
            "word_count": 563
        },
        {
            "slug": "rsa-2048-falls",
            "lang": "es",
            "url": "https://qbit404.com/es/news/rsa-2048-falls",
            "title": "Cae RSA-2048: el estimado de 20M de qubits ruidosos, redibujado",
            "excerpt": "Gidney y Ekerå dijeron ~20 millones de qubits ruidosos y ~8 horas. Tres años después de mejoras en corrección de errores, el número se mueve — pero no la conclusión. Dónde aterrizan los estimados de 2026.",
            "author": "Mara Chen",
            "date": "2026-06-02",
            "category": "criptoanalisis",
            "tags": [
                "rsa",
                "shor",
                "estimado-recursos",
                "cuantica",
                "gidney"
            ],
            "reading_min": 5,
            "word_count": 1012
        },
        {
            "slug": "shor-bitcoin",
            "lang": "es",
            "url": "https://qbit404.com/es/news/shor-bitcoin",
            "title": "Algoritmo de Shor vs Bitcoin: anatomía de una kill chain sobre la derivación de claves",
            "excerpt": "Cómo la rutina de búsqueda de periodos de Shor rompe ECDSA sobre secp256k1, qué significa para los UTXO de Bitcoin expuestos, y cómo es realmente una migración a un esquema de firma post-cuántico a nivel de protocolo.",
            "author": "Riku Saari",
            "date": "2026-05-22",
            "category": "criptoanalisis",
            "tags": [
                "shor",
                "bitcoin",
                "ecdsa",
                "secp256k1",
                "criptoanalisis"
            ],
            "reading_min": 6,
            "word_count": 1331
        },
        {
            "slug": "quantum-hacking",
            "lang": "es",
            "url": "https://qbit404.com/es/news/quantum-hacking",
            "title": "El playbook del hacker cuántico: qué cae primero cuando llega el Q-day",
            "excerpt": "Un mapa red-team de qué sistemas en producción caen ante Shor y Grover, en qué orden, y qué tiene que hacer realmente un atacante para armar una máquina tolerante a fallos. Inventario y defensas priorizadas incluidos.",
            "author": "Mara Chen",
            "date": "2026-05-15",
            "category": "ofensiva",
            "tags": [
                "cuantica",
                "redteam",
                "ttp",
                "grover",
                "shor",
                "infraestructura"
            ],
            "reading_min": 6,
            "word_count": 1392
        },
        {
            "slug": "post-quantum-crypto",
            "lang": "es",
            "url": "https://qbit404.com/es/news/post-quantum-crypto",
            "title": "Criptografía post-cuántica en producción: Next.js, Python y PHP, el código que funciona",
            "excerpt": "Qué primitivas PQC desplegar realmente en 2026, por qué híbrido es la única elección honesta hoy, e implementaciones copy-paste de ML-KEM y ML-DSA en tres stacks. Con benchmarks y notas de migración.",
            "author": "Idris Vega",
            "date": "2026-05-08",
            "category": "defensa",
            "tags": [
                "pqc",
                "kyber",
                "dilithium",
                "nextjs",
                "python",
                "php",
                "implementacion"
            ],
            "reading_min": 5,
            "word_count": 1150
        },
        {
            "slug": "scanner-manual",
            "lang": "es",
            "url": "https://qbit404.com/es/news/scanner-manual",
            "title": "Escáner de Vulns: manual del operador y catálogo de detección",
            "excerpt": "Qué busca el escáner de qbit404, cómo darle un objetivo, qué hace cada check realmente, y cómo se prioriza la salida. Léelo antes de ejecutarlo sobre cualquier cosa que no sea tuya.",
            "author": "Mara Chen",
            "date": "2026-05-01",
            "category": "defensa",
            "tags": [
                "scanner",
                "manual",
                "vulnerabilidades",
                "opsec",
                "owasp"
            ],
            "reading_min": 5,
            "word_count": 1144
        }
    ]
}