Post-Quantum Cryptography and Bitcoin: Shaping the Security Architecture of the Future
2 min read
Quantum computers threaten the cryptography that underpins our digital infrastructure – from TLS to VPNs and Bitcoin. However, the crypto community is responding faster than expected. A look at the post-quantum strategies shaping tomorrow’s security architecture.
Key Takeaways
- NIST finalizes the first post-quantum cryptography standards in 2024 (CRYSTALS-Kyber, CRYSTALS-Dilithium)
- Bitcoin is preparing for the transition with Taproot and Schnorr signatures
- The threat is real but not immediate – “Harvest now, decrypt later” is the actual risk
- Companies should create a crypto inventory and plan migration now
Why Quantum Computers Threaten Cryptography
The security of modern cryptography relies on mathematical problems that are effectively unsolvable for classical computers: large number factorization (RSA) and the discrete logarithm problem on elliptic curves (ECDSA). Quantum computers could solve these problems using Shor’s algorithm in polynomial time.
This affects not just Bitcoin but also TLS, SSH, VPNs, digital signatures, certificates – the entire PKI infrastructure of the internet relies on these assumptions. If they fail, everything fails.
NIST PQC: The New Standards
The National Institute of Standards and Technology (NIST) has published the first post-quantum standards after an eight-year evaluation process in 2024:
- ML-KEM (CRYSTALS-Kyber): Key encapsulation for encrypted communication
- ML-DSA (CRYSTALS-Dilithium): Digital signatures – the likely successor to ECDSA
- SLH-DSA (SPHINCS+): Hash-based signatures as a conservative alternative
Google, Cloudflare, and Apple are already testing hybrid TLS implementations combining classical and post-quantum algorithms. Chrome has supported ML-KEM since version 124.
Bitcoin and Post-Quantum: More Robust Than Expected
Bitcoin has an often overlooked advantage: addresses that have never sent a transaction are protected by SHA-256 and RIPEMD-160 – hash functions that also withstand quantum computers (Grover’s algorithm reduces key length by half).
The risk primarily affects “exposed” public keys – addresses that have already sent transactions. The Bitcoin community is discussing several migration paths:
- Soft Fork with PQC Signatures: CRYSTALS-Dilithium or SPHINCS+ as a new signature type
- Address Migration: Users move coins to new, PQC-secured addresses
- Hybrid Signatures: Combination of ECDSA and PQC for the transition period
Interestingly, the same cryptographic principles that have secured Bitcoin for 15 years – hash-based commitments, Merkle trees, defense in depth – are the same concepts underlying post-quantum security.
“Harvest Now, Decrypt Later”: The Real Risk
State actors could record encrypted communications today and decrypt them in 10-15 years with quantum computers. For companies with long-term sensitive data (patents, business secrets, health data), this is a concrete risk now.
The BSI recommends since 2024: Start immediately with an inventory of your cryptographic procedures. Identify where RSA and ECDSA are used. Plan migration to post-quantum capable algorithms.
What Companies Should Do Now
- Create a Crypto Inventory: Where are RSA, ECDSA, DH used? (TLS certificates, VPNs, code signing, email encryption)
- Plan Crypto Agility: Design systems so that cryptographic algorithms can be swapped out
- Test Hybrid Methods: Evaluate NIST PQC algorithms alongside classical methods
- Prioritize Long-Term Data: Migrate data with >10-year protection needs first to PQC
- Follow BSI Recommendations: The technical guideline TR-02102 is regularly updated
Key Facts
NIST PQC-Standards: Finalized in 2024 after 8 years of evaluation
Threat Horizon: 10-20 years until cryptographically relevant quantum computers (estimate)
Harvest now, decrypt later: Risk exists today for long-term sensitive data
Bitcoin Protection: Unused addresses are quantum-safe through hash functions
Chrome PQC Support: ML-KEM since version 124 (2024)
Fact: IBM plans, according to its Quantum Roadmap, to have a fault-tolerant quantum computer with over 100,000 qubits by 2029 – a potential risk for today’s cryptographic standards like ECDSA.
Fact: The BSI warns in its Crypto Guide 2025 about “Harvest Now, Decrypt Later” attacks and recommends transitioning to post-quantum algorithms by no later than 2030.
Frequently Asked Questions
When will quantum computers be able to break encryption?
The most credible estimates place cryptographically relevant quantum computers at 10-20 years. However, “Harvest now, decrypt later” attacks make the problem relevant today for data requiring long-term protection.
Do I need to replace my TLS certificates now?
Not immediately, but prepare: yes. Google and Cloudflare are already testing hybrid TLS configurations. The transition will be gradual – similar to the migration from SHA-1 to SHA-256. Companies should ensure their infrastructure is “crypto-agile.”
Can existing wallets be transitioned to post-quantum algorithms?
Technically, a migration is possible but requires a soft or hard fork in the respective blockchain protocol. Bitcoin developers are already working on proposals like BIP-360 to enable a phased migration to post-quantum secure signature methods. Users will need to actively transfer their coins to new, quantum-resistant addresses.
Related Articles
Bitcoin and Cryptography: Masterpiece of IT Security
Blockchain Cryptography for the Security Industry
Checklist for Security Budget 2025 Planning
Related Articles
- Post-Quantum Cryptography: Why Companies Need to Act Now
- Cryptography in Everyday Life: How Bitcoin Technology Inspires the Security Industry
- Cybersecurity Trends 2026: The 7 Most Important Developments for Companies
More from the MBF Media Network
Source Title Image: Pexels