Will Quantum Computers Break Hedera?

Will quantum computers break Hedera is a question that deserves a precise, mechanism-level answer rather than vague reassurance or sensational warnings. Hedera Hashgraph uses ECDSA over the secp256k1 curve for most accounts, the same signature scheme that underpins Bitcoin and Ethereum. That single fact is the starting point for everything that follows. This article explains how Shor's algorithm threatens that scheme, what conditions would have to be met before Hedera accounts face real exposure, what the realistic timeline looks like, and what HBAR holders and developers can do right now.

How Hedera Secures Accounts Today

Hedera Hashgraph is a directed acyclic graph (DAG) based distributed ledger governed by the Hedera Council. Its native token HBAR and the accounts that hold it rely on public-key cryptography for transaction authorisation.

Supported Key Types

The Hedera SDK and the network's account model support several key types:

Both ECDSA secp256k1 and Ed25519 are classical elliptic-curve schemes. Both are vulnerable to a sufficiently powerful quantum computer running Shor's algorithm.

What ECDSA and Ed25519 Have in Common

The security of both schemes rests on the hardness of the elliptic-curve discrete logarithm problem (ECDLP). A classical computer needs roughly 2^128 operations to break a 256-bit elliptic-curve key, which is computationally infeasible for the foreseeable future on classical hardware. A large-scale fault-tolerant quantum computer, however, can solve ECDLP in polynomial time using Shor's algorithm, collapsing the security margin to something tractable.

---

How Shor's Algorithm Breaks Elliptic-Curve Signatures

Peter Shor's 1994 algorithm showed that a quantum computer can factor large integers and solve discrete logarithm problems in polynomial rather than exponential time. The implications for elliptic-curve cryptography are direct:

  1. An attacker observes a public key (which is always visible on-chain when a transaction is broadcast or when an account has ever received funds and its key is registered).
  2. They run Shor's algorithm on a fault-tolerant quantum computer to derive the corresponding private key.
  3. They sign fraudulent transactions and drain the account.

The critical phrase is "fault-tolerant quantum computer." Current quantum hardware, including IBM's 1,000+ qubit processors and Google's Sycamore chips, cannot run Shor's algorithm against 256-bit elliptic curves. Breaking secp256k1 is estimated to require millions of logical (error-corrected) qubits, whereas today's machines operate with hundreds or low thousands of noisy physical qubits, with error rates that make sustained factorisation of large numbers impossible.

The Difference Between Physical and Logical Qubits

This distinction matters enormously for timeline estimates:

MetricToday's NISQ devicesFault-tolerant requirement
Physical qubits (leading hardware)~1,000–2,000Millions
Error rate per gate~0.1–1%<0.01% (with QEC)
Logical qubits achievable<10 usefulThousands needed for crypto
ECDSA-256 break feasibilityNoYes, at scale

NISQ stands for Noisy Intermediate-Scale Quantum. The gap between NISQ and the fault-tolerant threshold is not a linear engineering problem. It requires advances in quantum error correction codes (surface codes, etc.), qubit connectivity, and coherence times simultaneously.

---

Realistic Timeline: When Could Q-Day Arrive?

"Q-day" refers to the point at which a cryptographically relevant quantum computer (CRQC) exists and could break 256-bit elliptic-curve keys in a practical timeframe. Estimates vary considerably:

The honest answer is that nobody knows. What is knowable is that harvest-now, decrypt-later (HNDL) attacks are already theoretically active: adversaries with the resources and motive can record encrypted traffic or on-chain data today and decrypt it once a CRQC exists. For most HBAR holders transacting publicly on a public ledger, this is less of a concern than the direct key-compromise scenario, because transaction data is already public. The real risk is private key derivation from observed public keys.

When Does an HBAR Account Become Exposed?

An account's public key is exposed to quantum attack at the moment it is published on-chain, which typically happens when:

Accounts that have never sent a transaction are marginally safer in theory, because some wallet implementations only publish the public key on spend. However, on Hedera, account creation itself registers the public key, so all Hedera accounts that have been used should be treated as having exposed public keys.

---

What Hedera Itself Is Doing About Quantum Risk

Hedera's engineering team and the Hedera Council have acknowledged the long-term quantum threat. The relevant actions and positions include:

The absence of a deployed solution is not negligence. The NIST standards only finalised in 2024, and migration of a live network with billions in value requires extensive testing, governance approval across the Hedera Council's 39 member organisations, and ecosystem-wide SDK updates.

---

What HBAR Holders and Developers Can Do Now

Waiting for a protocol-level solution is not the only option. There are practical steps available at varying levels of effort:

For Individual Holders

  1. Monitor Hedera's official roadmap for announcements on PQC key support. When it ships, migrate accounts proactively rather than waiting.
  2. Use hardware wallets with strong physical security. This does not solve the quantum problem, but it eliminates a much larger and more immediate attack surface: malware, phishing, and supply-chain compromise.
  3. Avoid reusing keys across chains. If a single private key controls Hedera and Ethereum accounts, a compromise on either chain propagates.
  4. Diversify custody. Multi-signature and threshold-key setups on Hedera reduce single-point-of-failure risk today, and the same logic will apply to quantum-resistant multi-key setups when they arrive.

For Developers and Enterprise Integrators

---

How Natively Post-Quantum Designs Differ

Understanding the gap between "will eventually migrate" and "built post-quantum from day one" is useful context for evaluating the broader crypto landscape.

Classical networks like Hedera, Bitcoin, and Ethereum were designed when ECDSA was the state of the art. Retrofitting PQC involves:

Projects designed from the ground up with post-quantum cryptography, such as BMIC.ai, which uses lattice-based cryptography aligned with the NIST PQC standards, avoid this migration debt entirely. Signature verification, key generation, and wallet infrastructure are built for the post-quantum threat model rather than patched toward it. This architectural difference does not make established networks like Hedera obsolete, but it does represent a distinct risk profile for users thinking across a multi-decade horizon.

---

Summary: Should Hedera Holders Be Worried?

The honest answer is calibrated concern rather than panic or dismissal.

The structural mitigant is that Hedera's account model is flexible enough to support PQC keys at the protocol level. The realistic path is a NIST-aligned upgrade, similar to what NIST has already completed for classical PKI and TLS. The risk is not whether migration will happen, but whether it will be completed in time and whether individual users will act on it.

Holding HBAR without thinking about key security is the same posture most Bitcoin and Ethereum holders take. For most users, the quantum threat sits well behind phishing, exchange insolvency, and smart contract bugs in the hierarchy of near-term risks. The time to start paying attention, however, is before Q-day is announced, not after.

Frequently Asked Questions

Will quantum computers break Hedera accounts?

Potentially, yes, if a cryptographically relevant quantum computer (CRQC) is built before Hedera migrates to post-quantum signature schemes. Hedera accounts use ECDSA secp256k1 or Ed25519 keys, both of which are vulnerable to Shor's algorithm at scale. No such machine exists today, and the engineering gap remains large, but the long-term threat is real.

Does Hedera support post-quantum cryptography on mainnet?

As of mid-2025, Hedera does not natively support NIST-standardised post-quantum signature schemes (such as ML-DSA or SLH-DSA) for standard account keys on mainnet. The Hedera Council has acknowledged the quantum threat and the account model is architecturally flexible, but a deployed PQC key option has not yet been released.

How many qubits would be needed to break an HBAR private key?

Breaking a 256-bit elliptic-curve key using Shor's algorithm requires millions of logical, error-corrected qubits. Leading quantum hardware in 2025 operates with hundreds to low thousands of noisy physical qubits, which are nowhere near sufficient. The conversion ratio from physical to logical qubits under current error correction codes makes this requirement even more demanding.

What is a harvest-now, decrypt-later attack, and does it affect HBAR holders?

A harvest-now, decrypt-later (HNDL) attack involves recording data today to decrypt it once a CRQC exists. For HBAR holders, most transactional data is already public on the Hedera ledger, so the primary quantum risk is private key derivation from publicly registered account keys, not decryption of private communications.

What can HBAR holders do to reduce quantum risk right now?

Key steps include monitoring Hedera's PQC roadmap and migrating accounts when post-quantum key types are supported, using hardware wallets to eliminate present-day attack vectors, avoiding key reuse across chains, and considering threshold or multi-key setups. Developers should build key-agnostic application layers to simplify future migration.

When is Q-day expected to arrive?

Estimates vary widely. NIST's planning framework treats Q-day as plausible within 10–20 years. More conservative academic estimates place it beyond 2035–2040. There is no consensus, and it depends on engineering breakthroughs in quantum error correction and qubit quality that have not yet occurred.