The Q-Day scenario, in which quantum computers can break blockchain kriptography, is estimated to arrive within 5 to 7 years. BlackRock also pointed out this risk in its Bitcoin ETF application. Post-quantum cryptography provides protection against quantum attacks on three security levels: communication encryption, transaction signing, and data preservation. Companies like Google and AWS have begun adopting post-quantum cryptography, but Bitcoin and Ethereum are still in the early stages of discussion. 1. A new technology raises unfamiliar questions.
If a quantum computer can crack a Bitcoin wallet in minutes, can the security of the blockchain still be maintained? The core of blockchain security is private key protection. To steal someone’s Bitcoin, an attacker must obtain the private key, which is practically impossible with current computing methods. Only the public key is visible on the chain, and even using a supercomputer, deriving the private key from the public key would take hundreds of years. Quantum computers have changed this risky situation. Classical computers process 0s or 1s sequentially, while quantum systems can process both states simultaneously. This ability makes it theoretically possible to derive a private key from a public key. Experts estimate that quantum computers capable of breaking modern cryptography may emerge around 2030. This projected moment, known as Q-Day, indicates that it is still five to seven years before a practical attack becomes feasible.
Source: SEC
Regulators and major institutions have recognized this risk. In 2024, the National Institute of Standards and Technology (NIST) introduced post-quantum cryptography standards. BlackRock also noted in its Bitcoin ETF application that advancements in quantum computing could threaten Bitcoin’s security. Quantum computing is no longer a distant theoretical problem. It has become a technological problem that requires practical preparation rather than relying on assumptions. 2. Quantum Computing Challenges Blockchain SecurityTo understand how blockchain transactions work, consider a simple example: Ekko sends 1 BTC to Ryan. When Ekko creates a transaction stating “I send Ryan my 1 BTC”, he must attach a unique signature. This signature can only be generated using his private key. Ryan and the other nodes in the network then use Ekko’s public key to verify the signature’s validity. The public key acts as a tool that can verify a signature but cannot recreate it. As long as Ekko’s private key remains confidential, no one can forge his signature. This forms the foundation for blockchain transaction security. A private key can generate a public key, but a public key cannot reveal a private key. This is achieved using the Elliptic Curve Digital Signature Algorithm, which is based on elliptic curve cryptography. ECDSA relies on a mathematical asymmetry: computation in one direction is straightforward, while computation in the reverse direction is computationally infeasible. With the development of quantum computing, this barrier is weakening. The key element is the qubit. Classical computers process 0 or 1 sequentially. A qubit can represent both states simultaneously, enabling massively parallel computing. With a sufficient number of qubits, a quantum computer can complete in seconds a computation that would take a classical computer decades. Two types of quantum algorithms pose a direct risk to blockchain security. Shor’s algorithm provides a way to derive a private key from a public key, thus weakening public-key cryptography. Grover’s algorithm reduces the effective strength of hash functions by accelerating brute-force search. 2.1 Shor’s Algorithm: Direct Asset Theft
Most internet security today relies on two public-key cryptosystems: RSA and ECC. Most internet security today relies on two public-key cryptosystems: RSA and ECC. They defend against external attacks by utilizing difficult mathematical problems such as integer factorization and discrete logarithms. Blockchain uses the same principles through an elliptic curve digital signature algorithm based on ECC. With current computing power, it would take decades to crack these systems, so they are considered practically secure. Shor’s algorithm changed that. Quantum computers running Shor’s algorithm can perform large integer factorization and discrete logarithm calculations at high speeds, a capability that could break RSA and ECC. Using Shor’s algorithm, a quantum attacker can deduce the private key from the public key and arbitrarily transfer assets in the corresponding address. Any address that has ever sent a transaction is at risk because its public key becomes visible on the blockchain. This could lead to a scenario where millions of addresses could be at risk simultaneously. 2.2 Grover Algorithm: Intercepting Transactions
Blockchain security also relies on symmetric key encryption (such as AES) and hash functions (such as SHA-256). AES is used to encrypt wallet files and transaction data; finding the correct key requires trying all possible combinations. SHA-256 supports proof-of-work difficulty adjustment, requiring miners to repeatedly search for hash values that meet specified conditions. These systems assume that while a transaction is waiting in the mempool, other users do not have enough time to analyze or forge it before it is packaged into a block. The Grover algorithm weakens this assumption. It leverages quantum superposition to accelerate the search process and reduces the effective security level of AES and SHA-256. A quantum attacker can analyze transactions in the mempool in real time and generate a forged version that uses the same input (UTXO) but redirects the output to a different address. This creates the risk that transactions could be intercepted by attackers equipped with quantum computers, resulting in funds being transferred to unintended destinations. Withdrawals from exchanges and regular transfers are common targets for such interceptions. 3. Post-quantum cryptography
How can we maintain blockchain security in the era of quantum computing? Future blockchain systems will require cryptographic algorithms that remain secure even under quantum attacks. These algorithms are known as post-quantum cryptography. The National Institute of Standards and Technology (NIST) has proposed three major PQC standards, which are being discussed by the Bitcoin and Ethereum communities as the basis for long-term security. 3.1 Kyber: Protecting inter-node communication
Kyber is an algorithm designed to allow two parties on a network to securely exchange symmetric keys. Traditional methods that have long supported internet infrastructure, such as RSA and ECDH, are vulnerable to Shor’s algorithm attacks and are exposed in quantum environments. Kyber addresses this problem by using a lattice-based mathematical problem (called Module-LWE), which is believed to be resistant even to quantum attacks. This structure prevents data from being intercepted or decrypted during transmission. Kyber protects all communication paths: HTTPS connections, exchange APIs, and wallet-to-node messaging. Within the blockchain network, nodes can also use Kyber when sharing transaction data to prevent third-party monitoring or information extraction. In fact, Kyber rebuilt the security of the network transport layer for the quantum computing era. 3.2 Dilithium: Verifying Transaction Signatures
Dilithium is a digital signature algorithm used to verify that a transaction was created by the rightful holder of the private key. Ownership in a blockchain relies on the ECDSA model, which involves signing with a private key and verifying with a public key. The problem is that ECDSA is vulnerable to Shor’s algorithm attacks. By accessing the public key, a quantum attacker can deduce the corresponding private key, enabling signature forgery and asset theft. Dilithium avoids this risk by using a lattice-based structure that combines Module-SIS and LWE. Even if an attacker analyzes the public key and signature, the private key cannot be deduced, and the design remains secure against quantum attacks. Applying Dilithium can prevent signature forgery, private key extraction, and large-scale asset theft. It protects both asset ownership and the authenticity of each transaction. 3.3 SPHINCS+: Preserving long-term records
SPHINCS+ uses a multi-level hash tree structure. Each signature is verified through a specific path in the tree, and because a single hash value cannot be reverse-engineered to derive its input, the system remains secure even against quantum attacks. Once Ekko and Ryan’s transaction is added to a block, the record becomes permanent. This can be likened to a document fingerprint. SPHINCS+ converts each part of a transaction into a hash value, creating a unique pattern. If even a single character in the document changes, its fingerprint will be completely altered. Similarly, modifying any part of the transaction will change the entire signature. Even decades later, any attempt to alter the Ekko and Ryan transactions would be immediately detected. While the signature generated by SPHINCS+ is relatively large, it is well-suited for financial data or government records that must maintain verifiability over long periods. Quantum computers would find it extremely difficult to forge or replicate this fingerprint. In summary, PQC technology builds three layers of protection against quantum attacks in a standard 1 BTC transaction: Kyber for communication encryption, Dilithium for signature verification, and SPHINCS+ for record integrity. 4. Bitcoin and Ethereum: Different Paths, Same Destination
Bitcoin emphasizes immutability, while Ethereum prioritizes adaptability. These design principles are shaped by past events and influence how each network addresses the threat of quantum computing. 4.1 Bitcoin: Protecting the Existing Chain by Minimizing Changes
Bitcoin’s emphasis on immutability dates back to the 2010 value spillover event. A hacker exploited a vulnerability to create 184 billion BTC, which the community invalidated within five hours via a soft fork. Following this emergency, the principle that “confirmed transactions must never be altered” became central to Bitcoin’s identity. This immutability maintains trust but also makes rapid structural changes difficult. This philosophy extends to Bitcoin’s approach to quantum security. Developers agree that upgrades are necessary, but a full-chain replacement via a hard fork is considered too risky for network consensus. Therefore, Bitcoin is exploring a gradual transition through a hybrid migration model.
Source: bip360.org
This philosophy extends to Bitcoin’s approach to quantum security. Developers agree that upgrades are necessary, but a full-chain replacement via a hard fork is considered too risky for network consensus. Therefore, Bitcoin is exploring a gradual transition through a hybrid migration model. If adopted, users will be able to use both traditional ECDSA addresses and the new PQC addresses simultaneously. For example, if Ekko’s funds are held in an old Bitcoin address, he can gradually migrate them to a PQC address as Q-Day approaches. Security is improved because the network recognizes both formats simultaneously, without forcing a disruptive transition. The challenges remain significant. Hundreds of millions of wallets need to be migrated, and there is still no clear solution for wallets with lost private keys. Divergent opinions within the community may also increase the risk of chain forks. 4.2 Ethereum: Achieving a Rapid Transition Through Flexible Architectural RedesignEthereum’s adaptability principle stems from the 2016 DAO hack. When approximately 3.6 million ETH were stolen, Vitalik Buterin and the Ethereum Foundation executed a hard fork to reverse the theft. This decision split the community into Ethereum (ETH) and Ethereum Classic (ETC). Since then, adaptability has become a defining characteristic of Ethereum and a key factor in its ability to implement rapid changes.
Sumber: web3edge
Historically, all Ethereum users relied on external accounts that could only send transactions using the ECDSA signature algorithm. Because every user relied on the same cryptographic model, changing the signature scheme required a network-wide hard fork. EIP-4337 changed this structure, enabling accounts to function like smart contracts. Each account can define its own signature verification logic, allowing users to adopt alternative signature schemes without modifying the entire network. Signature algorithms can now be replaced at the account level, rather than through protocol-wide upgrades. Based on this, several proposals have emerged that support the adoption of PQC: EIP-7693: Introduces a hybrid migration path that supports a gradual transition to PQC signatures while maintaining compatibility with ECDSA. EIP-8051: Applying the NIST PQC standard on-chain to test PQC signatures under real-world network conditions. EIP-7932: Allows protocols to simultaneously recognize and verify multiple signature algorithms, enabling users to choose their preferred method. In practice, users of ECDSA-based wallets can migrate to Dilithium-based PQC wallets when a quantum threat looms. This transition occurs at the account level and does not require replacing the entire chain. In summary, Bitcoin aims to maintain its current structure while integrating PQC in parallel, while Ethereum is redesigning its account model to directly incorporate PQC. Both pursue the same goal of quantum resistance, but Bitcoin relies on conservative evolution, while Ethereum adopts structural innovation. 5. While blockchain is still being debated, the world has already changed.The global internet infrastructure has begun to transition to new security standards. Web2 platforms, powered by centralized decision-making, are moving rapidly. Google began enabling post-quantum key exchange by default in its Chrome browser in April 2024 and has deployed it to billions of devices. Microsoft announced an organization-wide migration plan with the goal of full PQC adoption by 2033. AWS began using hybrid PQC by the end of 2024. Blockchain faces different situations. Bitcoin’s BIP-360 is still under discussion, while Ethereum’s EIP-7932 has been submitted for months but has yet to have a public testnet. Vitalik Buterin has outlined a gradual migration path, but it remains unclear whether the transition can be completed before quantum attacks become practically feasible. A Deloitte report estimates that approximately 20% to 30% of Bitcoin addresses have already exposed their public keys. These are currently secure, but could become targets once quantum computers mature in the 2030s. If the network attempts a hard fork at that stage, the likelihood of a split is high. Bitcoin’s commitment to immutability, while fundamental to its identity, also makes rapid change difficult. Ultimately, quantum computing presents both technological and governance challenges. Web2 has already begun its transition. Blockchain is still debating how to begin. The decisive question will not be who acts first, but who can safely complete the transition. Tautan asli Artikel ini bersumber dari internet: Tiger Research: Will Bitcoin be hacked by quantum computers?Recommended Articles Related: Of the potential $8 billion DeFi disaster, only $100 million has already been triggered. At that time, everyone admired fund managers who graduated from prestigious universities and had impressive resumes, believing that funds were less risky and more professional than direct stock trading. However, when the market falls, investors realize that so-called “professionalism” cannot combat systemic risks. Worse still, they receive management fees and performance bonuses, so if they make money, it’s their own skill, but if they lose money, it’s the investors’ money. Now, the situation has become even more precarious when the role of “fund manager” has come onto the blockchain under the new name of “Curator” (external manager). They don’t need to pass any qualification exams, undergo any regulatory scrutiny, or even disclose their true identities. Simply create a “vault” on a DeFi protocol and lure in hundreds of millions of… Analisis ## bitcoin# kriptoDefinisi ## ethereumPertukaran #Alat ## web3© 版权声明Array 上一篇 In-depth analysis: Current status and data comparison of the four major Perp DEXs 下一篇 The Undercurrents Amid the Stablecoin Crisis: How to Safeguard Risk Boundaries Behind Decentralized Innovation? 相关文章 Venture Capital Review of 2025: Computing Power is King, Narrative is Dead 6086cf14eb90bc67ca4fc62b 18,789 1 Rebirth: I rely on Bitget AI trading assistant GetAgent to be a trader in the cryptocurrency circle 6086cf14eb90bc67ca4fc62b 27,365 5 Must-Watch Next Week: Trump Returns to Davos After 6 Years; SBF’s Ex-Girlfriend to Be Released 10 Months Early (Jan 19-2 6086cf14eb90bc67ca4fc62b 9,898 1 Binance CEO’s Year-End Letter: Crossing Hills, Joining Hands with People 6086cf14eb90bc67ca4fc62b 16,110 1 AI Trading Competition Opens in US Stocks: Can American Models Win Back on Home Ground? 6086cf14eb90bc67ca4fc62b 16,904 Weekly Token Unlocks: STRK Unlock Accounts for Approximately 4.6% of Circulating Supply 6086cf14eb90bc67ca4fc62b 7,837 1 komentar Anda harus login untuk meninggalkan komentar! Segera masuk #BeelieverINL5WWK Tamu Saya adalah korban penipuan, saya kehilangan banyak uang hingga $170.000 Saya ingin mengucapkan terima kasih kepada Analis Pemulihan Inovasi atas bantuan mereka yang luar biasa dalam memulihkan dana saya dari broker forex. Keahlian dan profesionalisme mereka dalam menavigasi proses yang rumit benar-benar terpuji. Melalui bimbingan dan upaya tanpa henti mereka, saya berhasil memulihkan dana saya sebesar $170.000, memberi saya bantuan yang sangat dibutuhkan. Saya sangat merekomendasikan mereka di - INNOVATIONSANALYST@ GMAIL. COM atau WhatsApp + 1 424 285 0682 kepada siapa pun yang menghadapi tantangan serupa, karena dedikasi dan komitmen mereka untuk membantu klien benar-benar mengesankan. Terima kasih atas dukungan mereka yang tak ternilai dalam menyelesaikan masalah ini. 3 bulan yang lalu artikel Terbaru Did Jane Street “Manipulate” BTC? Decoding the AP System, Understanding the Power Struggle Behind ETF Creation and Redemption Pricing 16 jam yang lalu 536 Stop Comparing Bitcoin to Gold—It’s Now a High-Volatility Software Stock 16 jam yang lalu 648 Matrixport Research: $25 Billion Gamma Unwinding Imminent, Liquidity Yet to Return Behind the Rebound 16 jam yang lalu 591 ERC-5564: Ethereum’s Stealth Era Has Arrived, Receiving Addresses No Longer ‘Exposed’ 16 jam yang lalu 523 Hong Kong Regulatory Green Light: Asseto Enables DL Holdings to Achieve Compliance for Two RWA Business Implementations 16 jam yang lalu 568 Situs Web PopulerTempoLighterGAIBGliderPlanckRaylsBCPokerVooi Bee.com Portal Web3 terbesar di dunia Mitra KoinCarp binance KoinMarketCap KoinGecko hidup koin Armor Unduh Aplikasi Bee Network dan mulai perjalanan web3 Kertas putih Peran Pertanyaan Umum © 2021-2026. Semua Hak Cipta Dilindungi Undang-Undang. Kebijakan pribadi | Ketentuan Layanan Unduh Aplikasi Jaringan Lebah dan memulai perjalanan web3 Portal Web3 terbesar di dunia Mitra CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors Kertas putih Peran Pertanyaan Umum © 2021-2026. Semua Hak Cipta Dilindungi Undang-Undang. Kebijakan pribadi | Ketentuan Layanan Mencari MencariDi dalam SitusDi RantaiSosialBerita 热门推荐: Pemburu Airdrop Analisis data Selebriti Kripto Detektor Perangkap Bahasa Indonesia English 繁體中文 简体中文 日本語 Tiếng Việt العربية 한국어 हिन्दी اردو Русский Bahasa Indonesia
智能索引记录
-
2026-03-02 17:45:48
综合导航
成功
标题:主攻网恋反派最新章节_主攻网恋反派小说免费全文阅读_恋上你看书网
简介:一朝穿越虫族,超级社恐的伊森不仅要为了生计被迫营业,还要面对无处不在的催婚。幸好他认识了一位超级厉害的网友!不会弄直播间
-
2026-03-02 16:09:31
综合导航
成功
标题:第一千五百五十七章 年龄基本上都比我们大_诅咒之龙_路过的穿越者_新笔趣阁(56xu.com)
简介:诅咒之龙无防盗章节,作者路过的穿越者,第一千五百五十七章 年龄基本上都比我们大内容简要:丽莉娅的态度让小魔女的紧张感少了
-
2026-03-02 10:11:55
教育培训
成功
标题:二年级优秀作文(经典8篇)
简介:在平日的学习、工作和生活里,大家都跟作文打过交道吧,作文是人们以书面形式表情达意的言语活动。如何写一篇有思想、有文采的作
-
2026-03-02 06:27:15
职场办公
成功
标题:费用报销单模板-果果圈模板
简介:办公模板,费用报销单模板
-
2026-03-02 14:04:00
图片素材
成功
标题:飞蛾的作文20字 描写飞蛾的作文 关于飞蛾的作文-作文网
简介:作文网精选关于飞蛾的20字作文,包含飞蛾的作文素材,关于飞蛾的作文题目,以飞蛾为话题的20字作文大全,作文网原创名师点评
-
2026-03-02 10:50:19
图片素材
成功
标题:味道的作文650字 描写味道的作文 关于味道的作文-作文网
简介:作文网精选关于味道的650字作文,包含味道的作文素材,关于味道的作文题目,以味道为话题的650字作文大全,作文网原创名师
-
2026-03-02 13:56:40
综合导航
成功
标题:Spencer Carbery Postgame Washington Capitals
简介:Spencer Carbery speaks postgame
-
2026-03-02 17:44:52
综合导航
成功
标题:Starfield Could Still Come To Other Formats, Suggests Phil Spencer - PlayStation Universe
简介:Phil Spencer has indicated that Starfield could still come t
-
2026-03-02 10:44:31
综合导航
成功
标题:人族鎮守使-第2660章 靈性最新章節-台灣小說網
简介:台灣小說網整理人族鎮守使全集無彈窗在線閱讀,當前章節:第2660章 靈性
-
2026-03-02 13:14:48
游戏娱乐
成功
标题:宝石消除_宝石消除html5游戏_4399h5游戏-4399小游戏
简介:宝石消除在线玩,宝石消除下载, 宝石消除攻略秘籍.更多宝石消除游戏尽在4399小游戏,好玩记得告诉你的朋友哦!
-
2026-03-02 10:21:35
综合导航
成功
标题:Map Team Skills: Insights for L&D Professionals Go1
简介:<p>This playlist is a comprehensive guide to operationalizin
-
2026-03-02 16:34:15
游戏娱乐
成功
标题:公园鸡肉店,公园鸡肉店小游戏,4399小游戏 www.4399.com
简介:公园鸡肉店在线玩,公园鸡肉店下载, 公园鸡肉店攻略秘籍.更多公园鸡肉店游戏尽在4399小游戏,好玩记得告诉你的朋友哦!
-
2026-03-02 16:44:45
博客创作
成功
标题:我来谈谈今年的法考主观题 - 法考随笔 - 学法网 - 学法网 xuefa.com 与法律人共成长!
简介:等待,是最漫长的告白 ,学法网
-
2026-03-02 10:50:48
综合导航
成功
标题:Stablecoin ecosystem explodes: from Circle IPO to global digital currency landscape transformation Bee Network
简介:introduction As a bridge connecting the traditional fiat cu
-
2026-03-02 17:51:51
金融理财
成功
标题:投资口袋理财安全吗(口袋理财app)_火必 Huobi交易所
简介:今天给各位分享投资口袋理财安全吗的知识,其中也会对口袋理财app进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站
-
2026-03-02 09:59:49
综合导航
成功
标题:【推荐】三年级胜似亲人作文五篇
简介:无论是在学校还是在社会中,大家都跟作文打过交道吧,作文可分为小学作文、中学作文、大学作文(论文)。你写作文时总是无从下笔
-
2026-03-02 11:01:58
综合导航
成功
标题:China publishes annual APA report
简介:On 29 October 2020, China’s State Administration of Taxation
-
2026-03-02 15:12:26
新闻资讯
成功
标题:“两次都是谈判时袭击我们,非常痛苦的经历” 唐纳德·特朗普 军事 美军 外交_网易新闻
简介:“两次都是谈判时袭击我们,非常痛苦的经历”,唐纳德·特朗普,军事,美军,外交,美国总统,阿拉格齐
-
2026-03-02 09:58:10
综合导航
成功
标题:The Ultimate Guide to Human Resources for Construction hh2.com David Spivac
简介:Dive into the latest human resources strategies, trends, and
-
2026-03-02 14:09:50
教育培训
成功
标题:【精】铅笔盒的自述作文
简介:在现实生活或工作学习中,许多人都写过作文吧,通过作文可以把我们那些零零散散的思想,聚集在一块。那么问题来了,到底应如何写
-
2026-03-02 10:03:21
综合导航
成功
标题:云上成本管理-阿里云
简介:阿里云云上成本管理,助力企业增效降本、经济用云
-
2026-03-02 06:27:44
综合导航
成功
标题:[精华]初中作文
简介:无论是身处学校还是步入社会,大家都不可避免地会接触到作文吧,作文是一种言语活动,具有高度的综合性和创造性。那要怎么写好作
-
2026-03-02 14:04:13
教育培训
成功
标题:【推荐】五年级的作文300字汇总6篇
简介:在日常学习、工作和生活中,许多人都有过写作文的经历,对作文都不陌生吧,借助作文可以宣泄心中的情感,调节自己的心情。那么你
-
2026-03-02 10:26:33
综合导航
成功
标题:Enface. World English Historical Dictionary
简介:Enface. World English Historical Dictionary
-
2026-03-02 10:46:33
综合导航
成功
标题:T2D.com News
简介:Diabetic News
-
2026-03-02 16:36:14
游戏娱乐
成功
标题:保卫怪物岛双人无敌版,保卫怪物岛双人无敌版小游戏,4399小游戏 www.4399.com
简介:保卫怪物岛双人无敌版在线玩,保卫怪物岛双人无敌版下载, 保卫怪物岛双人无敌版攻略秘籍.更多保卫怪物岛双人无敌版游戏尽在4
-
2026-03-02 16:52:49
游戏娱乐
成功
标题:撞毁警车无敌版,撞毁警车无敌版小游戏,4399小游戏 www.4399.com
简介:撞毁警车无敌版在线玩,撞毁警车无敌版下载, 撞毁警车无敌版攻略秘籍.更多撞毁警车无敌版游戏尽在4399小游戏,好玩记得告
-
2026-03-02 16:52:10
综合导航
成功
标题:Parking brake crossmember needed ASAP [Archive] - Toyota MR2 Message Board
简介:I need me one of these: http://www.lovehorsepower.com/images
-
2026-03-02 10:35:27
综合导航
成功
标题:Aqua Scam Warning: “Rug Pull” Is Getting More Advanced Bee Network
简介:On September 9th, ZachXBT posted on his personal channel,
-
2026-03-02 12:42:02
综合导航
成功
标题:Workplace Consultation Inspiring Workspaces by BOS
简介:At BOS we are part of the driving trends. Our workplace cons