Harvest Now, Decrypt Later: Why Adversaries Are Already Collecting Your Encrypted Data
The harvest now, decrypt later (HNDL) threat model describes a straightforward but deeply unsettling attack strategy: adversaries intercept and store encrypted communications and data today, then wait until quantum computers are powerful enough to break the underlying cryptography and decrypt everything in bulk. The data does not need to be cracked immediately. It only needs to be preserved. This article explains the mechanics behind HNDL, identifies which secrets and on-chain assets are most exposed, and maps out the concrete mitigation options available to individuals, institutions, and crypto participants right now.
What Is Harvest Now, Decrypt Later?
Harvest now, decrypt later is not a speculative attack from science fiction. It is an operational intelligence strategy that follows logically from one undeniable fact: the cost of storing data has collapsed, while the timeline to cryptographically relevant quantum computers (CRQCs) continues to shorten.
The mechanics are straightforward:
- Intercept encrypted traffic at scale, at internet exchange points, undersea cables, cloud egress nodes, or through compromised endpoints.
- Store the ciphertext in large-scale data archives indefinitely. At current storage costs, petabytes of intercepted data cost less than a mid-range server farm to retain.
- Wait for a quantum computer capable of running Shor's algorithm at sufficient qubit scale and fidelity to break RSA, ECDSA, or Diffie-Hellman key exchange.
- Decrypt the entire archive retroactively, exposing secrets that were considered safely encrypted at the time of interception.
The attack is entirely passive during the collection phase. No active exploitation is needed. No alerts are triggered. The victim never knows their data has been harvested until, potentially, years later when it is too late to change the secret.
Why Storage Costs Make This Trivially Cheap
In 2024, commercial cloud storage costs roughly $0.02 per GB per month. A full year of storing one petabyte of intercepted encrypted traffic costs approximately $240,000, well within the budget of a nation-state intelligence program or a well-funded criminal organisation. As storage prices continue to fall, the economics only improve for the attacker. The asymmetry is stark: collection is cheap and passive; the victim's exposure is permanent.
The Q-Day Timeline
The term "Q-day" refers to the point at which a quantum computer can break 2048-bit RSA or 256-bit elliptic curve cryptography (ECC) within a practical timeframe, typically defined as hours rather than geological epochs. Current expert estimates vary, but credible assessments from organisations including NIST, NCSC (UK), and BSI (Germany) place Q-day somewhere in the 2030 to 2040 window, with tail-risk scenarios as early as the late 2020s. The uncertainty itself is part of the problem: organisations cannot wait until Q-day is confirmed to begin migrating, because HNDL means the damage is already done during the collection phase.
---
Which Data and Assets Are Most Exposed?
Not all encrypted data carries the same risk profile. The HNDL threat is most severe for secrets that must remain confidential for years or decades after transmission.
Long-Lived Secrets
- Government and diplomatic communications: Classification lifetimes of 25 to 75 years make these prime targets. An adversary collecting classified traffic today and decrypting it in 2035 could expose state secrets that are still operationally sensitive.
- Healthcare and legal records: Medical history, attorney-client communications, and financial records often need to remain private for decades. TLS-encrypted transmissions of these records made today are vulnerable under HNDL.
- Corporate intellectual property: Patent applications, merger negotiations, and R&D data transmitted before a deal closes carry multi-year confidentiality requirements.
- Authentication credentials and private keys: Any private key or long-term credential transmitted over an encrypted channel is a permanent liability if that channel is harvested.
On-Chain Keys and Cryptocurrency Wallets
Blockchain assets introduce a particularly acute variant of the HNDL problem. When a user broadcasts a transaction on Bitcoin or Ethereum, the public key is exposed on-chain. Every standard Bitcoin and Ethereum wallet derives its public key from a private key using elliptic curve cryptography, specifically the secp256k1 curve. Shor's algorithm, running on a sufficiently powerful quantum computer, can derive the private key from the public key.
This means:
- Every address that has ever sent a transaction has its public key permanently recorded on-chain. Those public keys are already "harvested." The attacker simply needs to wait for a CRQC.
- Dormant wallets with large balances that have not moved funds since their public keys were exposed are sitting targets.
- Pay-to-public-key (P2PK) outputs, used extensively in early Bitcoin, expose the public key directly without even requiring a prior spend.
The blockchain ledger is, in effect, a pre-built harvest database. Unlike intercepted network traffic, on-chain data requires no active collection. It is public, immutable, and permanently accessible.
---
How Shor's Algorithm Actually Breaks ECC and RSA
Shor's algorithm, published by Peter Shor in 1994, solves two mathematical problems that underpin nearly all asymmetric cryptography in use today:
- Integer factorisation: The basis of RSA. Factoring a 2048-bit number takes classical computers longer than the age of the universe but would take a CRQC roughly hours.
- Discrete logarithm problem: The basis of ECC and Diffie-Hellman. ECDSA security relies on the infeasibility of recovering a private key from a public key. Shor's algorithm solves this efficiently on a quantum computer.
For symmetric encryption (AES-256), the threat is less severe. Grover's algorithm provides a quadratic speedup, effectively halving the key length in security terms, meaning AES-256 retains approximately 128-bit security post-quantum. AES-256 is generally considered quantum-safe for symmetric use cases, though key exchange protocols used to establish AES sessions remain vulnerable unless replaced.
What "Cryptographically Relevant" Means
A quantum computer running Shor's algorithm needs:
- Sufficient logical qubits (estimates range from ~4,000 logical qubits for RSA-2048 to ~2,330 for ECC-256, using optimised circuits).
- Low enough error rates to sustain coherent computation through thousands of gate operations.
- Error correction overhead that multiplies physical qubit requirements by factors of hundreds to thousands.
Current leading quantum processors from IBM, Google, and others operate in the hundreds to low thousands of physical qubits, with error rates still too high for large-scale Shor execution. The gap is real but narrowing, and progress in error correction is accelerating.
---
The HNDL Threat Model in Practice: Real-World Examples
The HNDL strategy is not hypothetical. There is direct evidence and credible reporting that it is already in operation:
- NSA bulk collection programs, revealed via Snowden disclosures in 2013, demonstrated the infrastructure and legal authority to collect and store encrypted internet traffic at scale. The stated rationale included long-term exploitation capabilities.
- China's alleged collection of US government communications: US intelligence officials have publicly stated that nation-state actors are collecting encrypted data with the explicit intent of decrypting it when quantum capability matures. The 2023 and 2024 US congressional testimony on quantum computing explicitly referenced HNDL as a near-term national security concern.
- Undersea cable tapping: Declassified GCHQ and NSA programs confirm tapping of fibre-optic cables carrying internet backbone traffic. This infrastructure is ideally positioned for passive HNDL collection.
---
Mitigation: What Individuals and Organisations Can Do Now
Mitigation falls into three categories: protocol migration, key management hygiene, and proactive cryptographic upgrade.
1. Migrate to Post-Quantum Key Exchange
The most important near-term mitigation for communications security is adopting post-quantum key encapsulation mechanisms (KEMs) for session establishment. NIST finalised its first post-quantum cryptography (PQC) standards in August 2024:
| Standard | Type | Basis | Primary Use Case |
|---|---|---|---|
| ML-KEM (CRYSTALS-Kyber) | Key Encapsulation | Lattice (Module-LWE) | TLS, encrypted messaging |
| ML-DSA (CRYSTALS-Dilithium) | Digital Signature | Lattice (Module-LWE) | Authentication, code signing |
| SLH-DSA (SPHINCS+) | Digital Signature | Hash-based | High-assurance signing |
| FN-DSA (FALCON) | Digital Signature | Lattice (NTRU) | Low-bandwidth signing |
Adopting ML-KEM for key exchange in TLS 1.3 eliminates the forward-secrecy gap for new communications going forward. It does not protect data already harvested under classical key exchange. The migration must happen before Q-day, not after.
2. Implement Hybrid Cryptography
Hybrid cryptography combines a classical algorithm (e.g. ECDH) with a post-quantum algorithm (e.g. ML-KEM) in a single handshake. The session key is derived from both. An attacker must break both algorithms simultaneously to decrypt the session. This approach is recommended by NIST, ETSI, and BSI as a transition-period best practice. Major browsers (Chrome, Firefox) and cloud providers (AWS, Cloudflare) have begun deploying hybrid TLS configurations.
3. Rotate Long-Term Keys and Certificates
Any private key that has ever been transmitted or used in a protocol negotiation should be treated as potentially harvested. Organisations should:
- Audit certificates for long validity periods (legacy certificates with 5-to-10-year lifetimes are particularly exposed).
- Rotate to shorter-lived certificates (90-day lifetimes, as mandated by Apple and Google's root programs going forward) to limit harvest windows.
- Replace RSA and ECDSA root CAs with PQC alternatives on an accelerated timeline.
4. Address On-Chain Key Exposure
For cryptocurrency holders, the mitigation strategy is distinct from communications security:
- Migrate funds from exposed addresses: Any address from which a transaction has ever been broadcast has its public key on-chain. Moving funds to a fresh address (whose public key has not yet been revealed) reduces the HNDL window, but only buys time if that new address also uses classical cryptography.
- Adopt quantum-resistant wallets: Wallets that use lattice-based or hash-based signature schemes, aligned with NIST PQC standards, provide durable protection. Projects building this infrastructure, such as BMIC.ai which uses lattice-based post-quantum cryptography for its wallet, are directly addressing the on-chain HNDL exposure that standard Bitcoin and Ethereum wallets cannot mitigate.
- Avoid address reuse: Each reuse of an address after the first spend re-exposes the public key. Using a fresh address per transaction is basic hygiene that limits classical and quantum exposure alike.
5. Classify Data by Sensitivity Lifetime
Not all data requires immediate migration. A triage framework helps prioritise:
- Sensitivity lifetime > 10 years: Migrate encryption and key exchange to PQC immediately. This covers government secrets, healthcare records, IP with long patent lives, and long-term financial contracts.
- Sensitivity lifetime 3 to 10 years: Begin hybrid migration in the current budget cycle.
- Sensitivity lifetime < 3 years: Classical encryption remains acceptable for now but should be included in the medium-term migration roadmap.
---
Regulatory and Standards Pressure Is Accelerating
The policy landscape is catching up with the threat:
- NIST IR 8547 (2024) formally deprecates RSA, ECDSA, and DH key exchange for new systems, with a sunset date of 2030.
- US OMB Memo M-23-02 requires federal agencies to inventory cryptographic systems and begin PQC migration planning.
- ETSI QSC Working Group has published quantum-safe interoperability profiles for telecoms and financial infrastructure.
- NCSC UK guidance published in 2024 explicitly cites HNDL as a reason to begin PQC migration "without delay."
Financial services regulators in the EU and US are expected to follow with sector-specific PQC mandates before 2027. Organisations that wait for regulatory deadlines before beginning migration are, by definition, already behind, because the harvest phase of HNDL is already in progress.
---
Summary: The Asymmetry That Makes HNDL Uniquely Dangerous
Most cybersecurity threats operate in real time. A ransomware attack, a phishing campaign, or a DDoS can be detected, contained, and remediated while damage is still bounded. HNDL is structurally different. The collection phase generates no alerts, no anomalies, and no immediate harm. The harm arrives later, at a time and place of the adversary's choosing, applied retroactively to data that cannot be re-encrypted after the fact.
This asymmetry means the standard "respond when attacked" posture is useless against HNDL. The only effective response is proactive migration to post-quantum cryptography before Q-day arrives, which given the collection phase is already in progress, means the window for protective action is narrowing every day.
Frequently Asked Questions
What exactly is harvest now, decrypt later (HNDL)?
HNDL is an attack strategy in which adversaries intercept and archive encrypted data today, then decrypt it retroactively once a cryptographically relevant quantum computer (CRQC) becomes available. Because storage is cheap, attackers can collect vast quantities of ciphertext now and wait years for the decryption capability to mature.
Is HNDL a real threat or just theoretical?
It is a documented operational strategy. US intelligence officials have testified to Congress that nation-state actors are actively collecting encrypted data for future quantum decryption. Bulk interception infrastructure capable of supporting HNDL has been publicly confirmed through declassified programs and court filings.
Which types of data are most at risk from HNDL?
Any data whose confidentiality must be maintained for more than roughly 10 years is at high risk: government and diplomatic communications, healthcare and legal records, corporate IP, and long-term financial contracts. Cryptocurrency private keys exposed on-chain through prior transactions are also at permanent risk, since the public key is already publicly archived on the blockchain.
Does HNDL affect Bitcoin and Ethereum wallets?
Yes. Any Bitcoin or Ethereum address that has ever broadcast a transaction has its public key permanently recorded on-chain. A sufficiently powerful quantum computer running Shor's algorithm could derive the private key from that public key, draining the wallet. The blockchain is, in effect, a pre-harvested dataset that requires no active interception.
What is the best mitigation against HNDL?
The most effective mitigations are: (1) migrating key exchange protocols to NIST-standardised post-quantum algorithms such as ML-KEM; (2) using hybrid cryptography that combines classical and post-quantum algorithms during the transition period; (3) rotating long-lived certificates and keys; and (4) moving cryptocurrency holdings to wallets that use post-quantum signature schemes rather than ECDSA.
When do I need to act? Q-day seems far away.
The harvest phase of HNDL is already underway. Data transmitted today under classical encryption is being collected now by adversaries who plan to decrypt it after Q-day. Waiting until Q-day is confirmed means the exposure has already occurred. NIST has set a formal 2030 deprecation deadline for RSA and ECDSA, and regulators are beginning to mandate PQC migration planning now.