What a bank PQC readiness checklist actually measures
A bank PQC readiness checklist is an evidence-based process for determining whether the institution can identify, replace, test, and govern cryptography that quantum computers could eventually break. It should cover more than whether a bank has purchased a “quantum-safe” product. A credible assessment examines the cryptographic inventory, dependencies on third parties, migration architecture, key management, regulatory commitments, incident response, and ability to demonstrate progress. By September 2026, the relevant question is no longer whether post-quantum cryptography will enter banking systems; NIST’s first three final standards, FIPS 203 for ML-KEM, FIPS 204 for ML-DSA, and FIPS 205 for SLH-DSA, have already made standardized implementation possible.
Also worth reading: How Should Banks Conduct a Quantum Risk Assessment Before the 2030 Deadline? · How Much Will Post-Quantum Bank Migration Cost, and What Is the 2026–2035 Timeline? · What is a post-quantum cryptographic agility roadmap and how should financial systems implement it?
The checklist should convert broad risk into measurable gates. A useful target is to know which algorithms are used in at least 95% of priority Internet-facing, customer-authentication, payments, and interbank channels. Every remaining exception should have an owner, a reason for retention, and a migration date. Readiness should also include proof that a new post-quantum algorithm can run in each critical system without breaking availability, latency, message-size limits, or partner interoperability. A spreadsheet promising replacement by 2035 is not sufficient if nobody has tested certificates, key rotation, transaction signing, or the bank’s largest technology vendors.
Banks should separate immediate hygiene from longer-term migration. Passwords, privileged accounts, patch management, secrets management, and removal of obsolete protocols usually improve security now and also reduce exposure to “harvest now, decrypt later” attacks. However, those measures do not substitute for a post-quantum migration because RSA, finite-field Diffie-Hellman, and elliptic-curve systems can remain vulnerable even in a well-patched environment. The best readiness score therefore combines current risk reduction with repeatable PQC testing and a dated transition program.
The cryptographic risks banks need to inventory
The first stage is discovery. A bank must map where RSA, elliptic-curve cryptography, and other quantum-vulnerable mechanisms protect data, identities, transactions, code signing, secure communications, and stored information. “Where” includes not only production servers but also mobile applications, ATMs, card terminals, payment gateways, data centers, software pipelines, customer portals, internal networks, and supplier connections. Cryptographic discovery should record the algorithm, key size, certificate, protocol, use case, data sensitivity, owner, dependencies, and expected service life. It should also detect undocumented libraries, because a developer using a default TLS library may introduce a vulnerable algorithm without appearing in an application inventory.
The bank should then determine whether the data is at immediate risk. A payment authorization may be valuable for only days, while a customer onboarding record, health-related payment file, or long-lived signing credential may need confidentiality for years. Data that must remain unreadable through the 2030s deserves earlier migration priority than short-lived data. However, early migration alone does not neutralize future capture of an RSA public key and its encrypted traffic; once such traffic is stored, attackers can attempt to decrypt it later with a cryptographically relevant quantum computer. Banks should record data retention as well as current encryption because deleting unnecessary plaintext is often cheaper and safer than preserving it under any cryptography.
Prioritization should combine exposure, data lifetime, migration difficulty, and third-party dependence. NIST finalized three standards in August 2024, but there is still no need to replace every algorithm simultaneously. Algorithms with mature standardized implementations, supported hardware, and manageable protocol changes should move first in high-risk systems. Expensive replacements on systems scheduled for retirement within 12 to 18 months may instead be handled through containment and a formal end-of-life plan. A readiness assessment is credible when it explains these trade-offs rather than treating a universal deadline as the only criterion.
Standards, algorithms, and a defensible migration policy
A bank’s policy should state which PQC technologies are approved, which remain pilot-only, and which combinations may be used. As of September 2026, the NIST standards provide a strong foundation, but finalization is not the same as production approval. ML-KEM is intended to protect key establishment, ML-DSA is intended for digital signatures, and SLH-DSA is a hash-based signature option based on a different mathematical family. A bank may also encounter standardized or emerging algorithms from other bodies, so procurement language should refer to security properties, interoperability requirements, and formal validation rather than accepting an algorithm name supplied only in marketing material.
The policy should include validation, key-management, and rollback requirements. In particular, “PQC-ready” should not mean “PQC by default” in every situation. New deployments should follow a controlled transition model, often retaining an approved classical algorithm during a limited compatibility period while testing the post-quantum alternative. The UK National Cyber Security Centre’s migration guidance, published in 2022, set a goal of completing migration to PQC by 2031 and making PQC the preferred option by 2035, with timeline specifics depending on system type. Those dates are planning references, not proof that one configuration fits every bank.
Banks should also distinguish cryptographic agility from merely supporting two algorithms. Agility requires documented ways to alter algorithms, parameters, libraries, hardware modules, certificates, and partner protocols without redesigning the entire service. A useful control is a tested change in a non-production environment followed by proof that telemetry, alerts, rollback procedures, and support procedures still work. Algorithm choices should be reviewed against current standards and national guidance at least annually, and immediately when a major standard, regulatory expectation, or vendor roadmap changes.
Practical tests banks can run before 2031
A readiness program should move from inventory to laboratory validation and then into controlled production trials. In the laboratory, a bank can replace a classical TLS or signing component with its approved PQC equivalent and measure handshake success, signature generation, memory consumption, latency, message size, certificate-chain behavior, and failure modes. Tests should cover at least 10,000 representative transactions when practical, including malformed input, expired certificates, unavailable hardware modules, interrupted rotations, and unusually large records. A service is not ready if normal performance improves while failover, overload, or key-rollover tests silently fail.
Banks should run interoperability pilots with several strategic partners rather than demanding a single global switch. Common early candidates include public websites, employee access, non-sensitive file transfer, lower-risk APIs, and software-signing test environments. Payments, retail banking, and customer authentication usually require more extensive testing because message limits, hardware certification, downtime tolerances, and external protocols may be restrictive. A pilot should establish a numeric acceptance threshold—for example, no more than a 10% increase in median processing time, no unmitigated failure in 100,000 operations, and no loss of signature or certificate-chain validation. Thresholds should reflect customer impact rather than a universal rule.
Production adoption should advance through observable stages. The bank can report the percentage of systems inventoried, the percentage using approved algorithms, the percentage of external connections tested, and the number of critical dependencies without a dated supplier commitment. Independent reviews and red-team exercises should examine whether monitoring can distinguish an old client, invalid certificate, implementation defect, or deliberate downgrade. Evidence should be retained for audit and incident response. By 2028, a serious program should be able to demonstrate a working migration in at least two priority services, even if broad production replacement is still ahead.
Comparing PQC, quantum key distribution, and classical security
Banks frequently compare post-quantum cryptography with quantum key distribution, or QKD. They are not interchangeable products. PQC is software- and hardware-encryptable technology that protects algorithms and can be deployed over ordinary networks, subject to the performance and maturity of each implementation. QKD distributes key material through quantum states and specialized optical equipment, but it does not replace digital signatures, authentication, endpoint protection, or all cryptography. It may fit selected high-value links where physical routes, trusted nodes, and operational control can be maintained; it is generally unsuitable as the sole answer to a bank-wide migration.
| Feature | Post-quantum cryptography | Quantum key distribution | Conventional security improvement |
|---|---|---|---|
| Main role | Replaces vulnerable public-key algorithms and adds PQC capabilities | Distributes keys for selected encryption links | Reduces current weaknesses without replacing RSA or elliptic curves |
| Deployment | Runs on conventional networks, servers, and supported hardware | Requires specialized optical links, endpoints, and trusted infrastructure | Uses existing security controls and infrastructure |
| Coverage | Can protect data at rest, in transit, and digital signatures when integrated properly | Usually protects selected key-distribution links, not the entire application | Does not make vulnerable public-key cryptography quantum resistant |
| Primary weakness | Larger keys or signatures, implementation errors, interoperability constraints, and cost | Distance, availability, physical security, and limited application coverage | Vulnerable to future cryptanalysis and current attacks if poorly managed |
| Best use | Bank-wide migration path for standard IT and payment systems | Possible controlled use for a few links with strong operational justification | Immediate remediation of patching, identity, secrets, and obsolete protocols |
| Readiness evidence | Standards, validation, interoperability tests, supplier plans, and production trials | Link availability, trusted-node controls, key-rate tests, and fallback procedures | Demonstrated reduction in present attack exposure |
Third-party risk, supply chains, and governance
Many banks cannot migrate cryptography without cloud providers, payment networks, certificate authorities, HSM vendors, core-banking suppliers, and correspondent banks. A readiness checklist should therefore require dated evidence from vendors rather than a general statement that products are “quantum safe.” Evidence may include supported algorithms, hardware capacity, firmware constraints, performance data, certification plans, roadmap milestones, sub-supplier dependencies, and notice of deprecations. Contracts should address responsibility for interoperability defects, vulnerability disclosure, upgrade support, and end-of-life communication.
Governance should assign accountability at board-approved and executive levels. A steering group can set deadlines, resolve conflicting architecture decisions, and allocate funding, while a cryptographic control board can review exceptions and validate implementations. A central team should maintain the inventory, but system owners remain responsible for data lifetime and migration. Independent risk teams should test whether claimed controls work; self-attestation by the project that designed the migration is weaker. A bank should avoid establishing a PQC migration that remains outside ordinary technology risk acceptance, vulnerability management, change control, and third-party oversight.
Metrics should be both technical and managerial. Technical measures include algorithm counts, certificate types, vulnerable dependencies, vendor responses, handshake rates, and rollback tests. Managerial measures include budget, staff capacity, decision delays, unowned applications, and exceptions older than 12 months. Reporting at least quarterly is preferable for high-priority programs because cryptography can change rapidly. The board should not receive only a color-coded percentage; it should see which customer journeys remain exposed, what the delay could cost, and which external or operational dependency is preventing progress.
Common mistakes and misleading readiness claims
One common mistake is equating any new cryptography with post-quantum readiness. AES, SHA-256, and many symmetric algorithms are generally expected to retain useful security against quantum attacks when used appropriately, but their use does not fix RSA key exchange or vulnerable signatures elsewhere in the transaction. Another error is treating a vendor’s roadmap as an implementation. A product may support an algorithm while the bank lacks compatible endpoints, sufficiently large HSMs, updated libraries, certificate capacity, monitoring, or partner arrangements.
A second mistake is starting with the most visible service rather than the most sensitive data. A public website is often a useful pilot, but a bank may carry greater migration risk through software signing, remote administration, API authentication, or archival data. The third mistake is relying on a fixed algorithm forever. An institution should preserve agility because implementation defects can emerge, parameters can be revised, and regulatory guidance can change. The fourth is ignoring the size increase of PQC keys and signatures, which can break packets, certificates, records, and embedded systems. Every migration therefore needs capacity and compatibility testing.
Claims should also be challenged through specific questions. Does the supplier identify standardized algorithms, or only proprietary “quantum-resistant” methods? Has the implementation been independently reviewed? What happens when an algorithm fails or a downgrade is attempted? Can the bank rotate keys and revoke credentials? Is encrypted data retained beyond the period covered by its migration plan? Banks that answer these questions with evidence are more ready than banks that simply add a PQC label to an old RSA-based platform.
When banks should act, and what readiness should cost
Banks should act immediately when they hold sensitive records that must remain confidential into the 2030s, operate systems with long replacement cycles, or lack a reliable cryptographic inventory. Even if no current cryptographically relevant quantum computer exists, sensitive encrypted traffic can be captured now for future decryption. Institutions should establish governance and discovery within 6 to 12 months, validate priority suppliers, and complete initial pilots within 18 months. This is a sequencing recommendation, not a universal regulatory deadline.
Cost depends heavily on scope and legacy constraints. A focused assessment and laboratory pilot might require roughly $250,000 to $1 million for a mid-sized institution, while estate-wide discovery, HSM renewal, application changes, testing, and partner migration can range from several million dollars for a large regional bank to tens of millions for a globally diversified institution. These are planning ranges rather than market-wide prices. Organizations with current inventories, supported software, and capable cryptography teams usually spend less; proprietary protocols, scarce PQC hardware, embedded devices, and extensive physical QKD networks can raise costs sharply.
A sensible first-year budget should fund inventory tooling, specialist staff, laboratory hardware, supplier workshops, external testing, and training—not just licenses. Spending should be tied to evidence such as applications inventoried, systems tested, vendors committed, and services migrated. A bank does not need a QKD network or a wholesale platform replacement to make measurable progress. As of September 2026, the strongest position is an active program with dated milestones, tested implementations, disciplined risk reduction, and transparent gaps. That is more defensible than declaring the bank “quantum safe,” a term that cannot be proven across every future threat and control.
By early 2027, a bank should have an updated inventory covering at least 95% of priority assets, named owners for remaining exceptions, and evidence of at least one standards-based interoperability pilot. By 2028, it should have at least two critical-service pilots, a supplier remediation plan, approved performance thresholds, and independently tested rollback procedures. These are practical management milestones rather than formal mandates. Progress should be judged by the bank’s ability to replace vulnerable cryptography under realistic operating conditions, not by the number of algorithms added to a presentation. The NCSC’s 2031 and 2035 planning markers remain useful endpoints, but earlier action is warranted where data lifetime and system replacement cycles make waiting unsafe or uneconomic.