Skip to main content
Exhibit 11 of 23
Hall 3 · Exhibit 4 1 min

What Breaks vs. What Survives

A clear impact map for every cryptographic tool

AsymmetricRSA · ECC · DH · signatures — fully broken
SymmetricAES survives — upgrade 128 → 256
HashingSHA survives — modest speedup only
BlockchainWallet signatures become forgeable
Try it yourself
Breaks vs. Survives
Visual map of what falls to Shor's, weakens under Grover's, and survives intact.

When a is built, the internet's cryptographic tools divide cleanly into two categories. The asymmetric layer — key exchange, signatures, identity — is completely broken. The symmetric layer — bulk encryption and hashing — survives with minor upgrades.

CategoryExamplesQuantum ImpactAction Required
Asymmetric EncryptionRSA, ECC, Diffie-HellmanCompletely broken (Shor's)Replace with PQC
Digital SignaturesRSA-PSS, ECDSA, EdDSACompletely broken — forged signaturesReplace with ML-DSA / SLH-DSA
Key ExchangesTLS (ECDHE, RSA transport)All past & future sessions exposedDeploy hybrid or pure PQC KEM
Symmetric EncryptionAES-128, AES-256Grover's halves key lengthUpgrade AES-128 → AES-256
HashingSHA-256, SHA-512Modest speedup onlyUpgrade to SHA-384 / SHA-512
BlockchainBitcoin/Ethereum walletsSignatures forgeableMigrate to PQC signatures

Key Takeaways

  • All asymmetric cryptography (RSA, ECC, DH, digital signatures) is completely broken by Shor's
  • Symmetric cryptography (AES) and hashing (SHA) survive with key-size upgrades
  • Blockchain wallet signatures are forgeable — ownership collapses without PQC migration