isquantumproof.com Technical dictionary

tech · quantum risk

COBOL in Banking: Core Systems, Batch, and Quantum-Relevant Edges

Risk: high · Confidence: high · Reviewed: 2026-07-19

Verdict

Banking COBOL estates face quantum risk primarily through the security perimeter of core platforms: authenticated channels, certificates, and key custody. Migration planning should inventory those surfaces even when business logic remains COBOL for years.

Overview

In many banks, COBOL still posts interest, processes clearing files, and maintains authoritative ledgers. Those systems sit behind layers of middleware: message queues, CICS transactions, database managers, enterprise service buses, and outward-facing APIs.

Quantum risk is a channel and key problem. If nightly extracts cross classical TLS, if partners authenticate with RSA certificates, or if HSMs only offer classical asymmetric algorithms for certain roles, the COBOL program is still in the blast radius—even if no developer ever wrote RSA in COBOL.

This page is for technology and risk leaders mapping core banking. Pair it with the COBOL language overview and the direct is-quantum-proof verdict. Crypto-native digital assets are covered separately under /industries/finance/digital-assets and the /crypto catalog.

Cryptographic profile

What breaks

  • Harvest-now-decrypt-later on long-lived confidential batch extracts over classical TLS
  • Partner links and file-transfer authentication using RSA/ECC certificates
  • Assuming “air-gapped mainframe” means no classical public-key anywhere on the path
  • Scheduling PQC only after multi-year COBOL rewrites

Mitigations

  • Classify data shelf life on extracts and archives leaving the mainframe
  • Prioritize hybrid TLS and certificate agility on gateways and API layers
  • Include HSM and key-ceremony owners in the PQC program (not only app teams)
  • Use /industries/finance/core-banking for program framing and /assessment for a readiness snapshot

FAQ

Can we ignore PQC until we leave the mainframe?

No. Data leaving the mainframe today can be stored by adversaries for later decryption (HNDL). Channel crypto and key inventory can progress without a full language rewrite.

Is this about quantum computers hacking COBOL code remotely?

No. The educational focus is on public-key cryptography protecting identity and confidentiality on paths that COBOL systems use—not on “quantum interpreting COBOL.”

What is CICS’s role?

CICS and similar transaction monitors host online COBOL workloads. Security configuration, SSL/TLS offload, and adjacent identity systems matter more for quantum planning than the transaction monitor brand alone.

Key concepts (technical dictionary)

Terms used on this page — open a definition:

Full technical dictionary →

Related on this site