Bitcoin Panicking? Mythos Cracks Post-Quantum Cryptography Algorithm in 60 Hours

marsbit發佈於 2026-07-29更新於 2026-07-29

文章摘要

Claude Mythos Preview, a new AI system from Anthropic, has made significant breakthroughs in fundamental cryptanalysis, targeting the mathematics underlying algorithms rather than just implementation bugs. Its first target was HAWK, a candidate in the NIST post-quantum signature standardization process. Mythos identified a previously unexploited symmetry (a nontrivial automorphism) in the lattice structure of HAWK, effectively halving its effective key strength. It achieved this feat in just 60 hours, a task that had eluded two years of human expert review. Crucially, the human operator was not a lattice cryptography expert, primarily managing the project while AI agents debated and discovered the attack path. Its second, more dramatic achievement was against a simplified 7-round version of AES-128, the world's most widely used symmetric encryption algorithm. Initially reluctant, stating the task was "impossible," Mythos was prompted to "try novel ideas." It then autonomously rewrote its own agent framework and proceeded to discover a novel attack method it named "Möbius Bridge." This technique bypasses a critical 256-guess step in previous "meet-in-the-middle" attacks, resulting in a speedup of 200-800 times. Both findings are currently "harmless"—HAWK is not deployed, and full AES-128 remains secure. However, the process reveals a profound shift. Mythos completed the AES discovery in about a week, while human researchers spent nearly a month verifying its correctness. Th...

Claude has started targeting cryptographic algorithms.

Note, it's not about finding bugs in the code, but finding cracks in the mathematics itself.

Just today, Anthropic dropped a bombshell research paper: Claude Mythos Preview found brand new attack methods on two cryptographic algorithms separately.

The first target is HAWK— a candidate scheme that has survived two years and two rounds of scrutiny by top human experts in the US NIST post-quantum signature competition. Mythos spent 60 hours, directly halving its effective key strength.

The second target is even more formidable: AES, the world's most widely used symmetric encryption algorithm, a 'tough nut' studied by humans for 25 years.

On a simplified version of AES-128, Mythos invented an attack method itself and even gave it a name—'Möbius Bridge', speeding up the previous strongest attack by 200 to 800 times.

Two achievements, each burning through about $100,000 in API costs.

A year ago, language models couldn't even perform basic cryptanalysis. A year later, it finds flaws in a scheme humans reviewed for two years, and casually names its own discovery.

On Twitter, some folks are even starting to worry about their Bitcoin.

60 Hours, Prying Open a Lock Reviewed for Two Years

When Claude Mythos Preview was first released, it was already finding vulnerabilities in almost all software, including several mainstream cryptography libraries.

But those vulnerabilities, frankly, belonged to the 'implementation' level—programmers misusing the algorithm, writing flawed logic, missing edge cases. Such bugs, a seasoned security engineer could also find.

But this time is different. It found mathematical flaws in the algorithms themselves.

Analogy: before it was finding 'who installed the lock crookedly', now it's proving 'the design principle of this lock is flawed'.

What is HAWK? It's a contender in the NIST post-quantum cryptography standardization competition. In 2022, the U.S. National Institute of Standards and Technology issued a global call: quantum computers will eventually come, and current classic signature algorithms like RSA, ECDSA will be crushed by quantum computing power—who can build a new lock that even quantum computers can't break?

HAWK was one of the responders, and it fought its way to the third round, surviving two years of intense scrutiny from global cryptography experts.

Its security is built on a mathematical problem called the 'Lattice Isomorphism Problem'.

In plain language: HAWK's key is hidden in a huge high-dimensional lattice. To crack it, you need to find a hidden path in this lattice. Mathematicians thought this path was extremely difficult to find, so they confidently used it as a foundation.

What did Mythos do? It discovered a previously unexploited symmetry in the lattice used by HAWK—academically called a 'nontrivial automorphism'.

Previous papers had proven that if such symmetry could be found efficiently, it would constitute an attack. But that was just a theorem; no one could answer whether HAWK's lattice actually contained such symmetry.

Mythos answered: Yes.

The result? Key strength directly halved. For the smallest HAWK-256 parameter set, full key recovery was originally thought to require 2^64 operations—approximately 18 quintillion computations.

Mythos proved it only needs 2^38, about 270 billion. A reduction of roughly 4.4 trillion times.

If HAWK wants to maintain its original security level, its key size would need to double. But doubling the key size would completely erase its core advantage as a 'lightweight' post-quantum candidate—small signature size and fast speed.

The most intriguing part of this process: The project's human operator was not a lattice cryptography expert.

He had a background in theoretical computer science but was an outsider to lattice cryptography. He essentially did one thing—project management: suggesting how Mythos should take notes, which library to use for computational verification. Technically, Mythos did almost all the work.

Even more interesting was the multi-agent collaboration. The key idea was 'bumped into' by two worker agents together: the first explored this direction, thought it was a dead end, and vetoed it early; the second drilled deeper and found a way to exploit it fully. The two agents debated back and forth, finally agreeing: the attack works.

A direction a human thought 'impossible', two AIs navigated through argument.

The whole process took only 60 hours.

'Impossible', Then It Rewrote the Framework Itself

If the HAWK battle was like precise surgery, the AES battle reads more like a novel.

The story begins with Claude simply refusing the task.

The Anthropic researcher set up an agent scaffold, asking Claude to find a new attack on the 7-round simplified AES-128.

Claude's reaction was the equivalent of rolling its eyes:

To get different results, you need different targets... AES-128 r5/r6 is genuinely very hard.

It didn't find anything, because there was nothing easy to find; this is the most studied block cipher in existence.

Translation: 'Boss, you're asking me to gnaw on a bone that the world's smartest people have been gnawing on for 25 years without cracking. Isn't this asking too much?'

What did the researcher do? He only sent one casually typed sentence—

'the models tend to think it is impossible to solve so they don't try they need a good amount of prompting'

Just this one sentence. Claude's reaction was dramatic: It rewrote the agent harness itself, switching its own settings to 'look for truly novel ideas'.

It was convinced. Then it started delivering.

Over the next three days, the researcher gave only three substantial prompts, all at the plain-speaking level, not even bothering to check spelling:

We're looking for a new attack, not a simple one.

Don't change targets.—Claude tried to switch to an easier cipher to attack midway, but the researcher pressed back.

No low-hanging fruit, find something genuinely difficult.

Just these three sentences. Claude autonomously ran hundreds of millions of tokens, found a key idea; later, it cumulatively output a billion tokens—roughly equivalent to seven or eight thousand books, polishing this idea into the form seen in the paper.

Claude named this idea the 'Möbius Bridge'.

Technically, the previous best method for attacking 7-round AES was called 'Meet-in-the-Middle', essentially trading space for time: storing massive intermediate computation results in a giant lookup table, then pushing from both ends of the cipher towards the middle, trying to find a match in the table.

But the original scheme had a critical step: the attacker had to guess through 256 possible values one by one, checking the table for each guess.

Mythos created a mathematical 'fingerprint' immune to these 256 guesses—regardless of the value, this fingerprint computes to the same result. This step's workload was directly reduced to 1/256 of the original.

The cost? Computing this fingerprint transformation itself is more expensive. So Mythos then devised a series of optimization tricks to compensate, ultimately achieving a net speedup of 200 to 800 times.

One Week to Discover, Two People Took a Month to Verify

Both results mentioned above do not affect any production systems today.

HAWK is just a candidate scheme, not deployed anywhere yet. The AES attack is on a simplified version reduced to 7 rounds; the full 10-round AES-128 remains unscathed—your bank card PINs, HTTPS connections, encrypted hard drives are safe.

But what truly sends a chill down the spine of the entire cryptography community is the verification process.

Mythos autonomously discovered the AES attack in about a week. Two Anthropic researchers spent nearly a month, reading hundreds of hours of cryptographic literature, before daring to confirm: 'It's correct.'

The AI made a discovery in a week; it took humans a month to understand the discovery.

This scenario has actually played out once before in cybersecurity. Claude Mythos Preview discovered 10,000 critical software vulnerabilities within a month, overwhelming human security teams' classification, verification, and patching processes.

Now, the academic cryptography community is about to face the same shock: Discovery is no longer the bottleneck; verification is.

And Mythos's appetite clearly doesn't stop here. Anthropic revealed it has already found a practical-level attack on LEA (a lightweight encryption algorithm written into an ISO standard)—key recovery for 13-round LEA, previously requiring 2^98 plaintext pairs and 2^86 computations, was compressed by Mythos to less than 2^30 plaintext pairs, runnable on an ordinary computer in about an hour.

Epilogue: The Question That Still Has No Answer

These two results happen to be 'harmless'—HAWK isn't deployed, and only 7 out of 10 rounds of AES were broken.

But Anthropic posed a question at the end of the article that everyone is thinking about but no one dares answer—

What if next time, the model finds not a flaw in a candidate scheme, not a vulnerability in a simplified version, but a fatal flaw in a cryptographic system currently protecting the real world—what should humanity do?

There's an old saying in cryptography: Cryptosystems are secure because enough smart people have tried and failed to break them.

Now, there's a new player in the room. It doesn't need rest, doesn't need inspiration, doesn't need to read hundreds of papers to get started—it can read, reason, invent, and verify by itself.

A year ago, AI was lingering outside the door of cryptanalysis. A year later, it's building bridges inside and naming them.

References:

https://x.com/AnthropicAI/status/2082153297670992134

https://x.com/AnthropicAI/status/2082153311189225927

This article is from the WeChat public account "新智元" (New Zhiyuan), author: ASI启示录

熱門幣種推薦

相關問答

QWhat was the primary achievement of Claude Mythos Preview in the field of cryptography as described in the article?

AClaude Mythos Preview achieved a groundbreaking advancement in cryptography by discovering novel mathematical attacks on two established algorithms. It identified a structural weakness in the post-quantum signature candidate HAWK, effectively halving its key strength, and invented a new, significantly faster attack method on a reduced-round version of AES-128.

QWhat specific flaw did Claude Mythos Preview discover in the HAWK post-quantum signature candidate?

AIt discovered a 'nontrivial automorphism' or a hidden symmetry within the lattice structure underlying HAWK's security. Exploiting this symmetry allowed the AI to reduce the effective key strength significantly, making a key recovery attack billions of times more practical than previously believed.

QHow did the researchers prompt Claude to approach the 'impossible' task of attacking AES?

AWhen Claude initially refused, believing the task was impossible, a researcher made a simple, informal prompting observation about AI's tendency to give up. In response, Claude autonomously rewrote its own agent framework to adopt a mindset focused on finding 'truly novel ideas,' which ultimately led to the successful discovery.

QWhat is the 'Möbius Bridge' method invented by Claude Mythos?

AThe 'Möbius Bridge' is a novel attack method devised by Claude Mythos for attacking a reduced-round version of AES-128. It creates a mathematical 'fingerprint' that remains constant across 256 possible values, eliminating the need to check each one individually. Combined with other optimizations, this method accelerated the best previous attack by 200 to 800 times.

QAccording to the article, what major shift is the cryptography community facing due to AI like Claude Mythos?

AThe cryptography community is facing a paradigm shift where the rate of discovering potential vulnerabilities is no longer the primary bottleneck. Instead, the new bottleneck is the human capacity to verify, understand, and contextualize these AI-generated discoveries, as evidenced by researchers taking a month to validate a week's worth of AI work.

你可能也喜歡

Core Scientific支付4190万美元以加速退出比特币挖矿业务

比特币矿企Core Scientific在季度报告中披露,为终止与Block及其子公司Proto的比特币挖矿芯片供应合同支付了4190万美元违约金。公司正彻底放弃提升算力的计划,并将业务转向人工智能托管服务。 除了已确认的4190万美元损失外,协议未披露其他额外赔偿条款。该协议最初于2024年7月宣布,涉及供应总算力约15 EH/s的3纳米芯片,并包含额外采购期权。取消订单后,Core Scientific表示将不再投资新的挖矿设备以维持或扩大加密货币挖矿产能。 公司计划通过现有设备产生现金流,同时着手改造其数据中心设施,必要时将出售或淘汰ASIC矿机。2026年第二季度,其AI托管收入飙升至1.367亿美元,较上年同期的1060万美元大幅增长,占总营收的83%。同期,自主挖矿收入下降66%至2150万美元,第三方矿机托管收入为600万美元。 公司季度比特币产量同比下降53%,平均实现价格下跌27%。截至2026年6月30日,其AI托管容量为395兆瓦,到7月中旬增至437兆瓦。客户租赁的总功率达到约1.1吉瓦。目前所有托管收入均来自CoreWeave,该公司在2026年上半年贡献了Core Scientific约77%的总收入。 此外,Core Scientific在7月底宣布与AMD达成合作,潜在数据中心容量达2.5吉瓦。初始为期15年的协议覆盖约530兆瓦和五个站点,预计可带来超过140亿美元的合同收入。2026年第二季度,公司总收入增长至1.642亿美元,资本支出跃升至7.975亿美元。截至6月30日,其采购和建设承诺约为10亿美元,长期债务为43亿美元,自由流动性为18.2亿美元。 2026年,随着比特币挖矿盈利压力加剧,多家大型矿企加速向AI领域转型,斯坦福大学数据也证实了这一趋势。

cryptonews.ru1 小時前

Core Scientific支付4190万美元以加速退出比特币挖矿业务

cryptonews.ru1 小時前

交易

現貨

熱門文章

什麼是 BITCOIN

理解 HarryPotterObamaSonic10Inu (ERC-20) 及其在加密空間中的地位 近年來,加密貨幣市場見證了迷因幣的流行激增,吸引了不僅是交易者的注意,還有尋求社區參與和娛樂價值的人士。在這些獨特的代幣中,有一個有趣的項目 HarryPotterObamaSonic10Inu (ERC-20),它將文化參考融入加密貨幣的織造中。本文深入探討 HarryPotterObamaSonic10Inu 的關鍵方面,探索其機制、以社區為驅動的精神,以及其與更廣泛的加密生態的互動。 HarryPotterObamaSonic10Inu (ERC-20) 是什麼? 正如其名所示,HarryPotterObamaSonic10Inu 是一種建立在以太坊區塊鏈上的迷因幣,按照 ERC-20 標準分類。與強調實用性或投資潛力的傳統加密貨幣不同,這項代幣依賴於娛樂價值和其社區的力量。該項目旨在促進一個讓互動用戶可以聚在一起、分享想法和參與受不同文化現象啟發的活動的環境。 HarryPotterObamaSonic10Inu 的一個顯著特點是其 交易零稅。這一引人注目的元素旨在鼓勵交易和社區參與,無需擔心可能會阻礙小型交易者的額外費用。該幣的總供應量定為十億個代幣,這一數字標示其意圖在社區內保持較大的流通量。 HarryPotterObamaSonic10Inu (ERC-20) 的創建者 HarryPotterObamaSonic10Inu 的起源有些神秘;對創建者的具體資訊尚不清楚。這個代幣的開發缺乏可識別的團隊或明確的藍圖,這在迷因幣領域並不罕見。相反,該項目是自然產生的,其進展主要依賴於社區的熱情和參與。 HarryPotterObamaSonic10Inu (ERC-20) 的投資者 關於外部投資和支持,HarryPotterObamaSonic10Inu 亦保持模稜兩可。該代幣並未列出任何已知的投資基金或顯著的組織支持。相反,該項目的生命力來自其草根社區,通過集體行動和參與在加密空間促進其增長和可持續性。 HarryPotterObamaSonic10Inu (ERC-20) 如何運作? 作為一種迷因幣,HarryPotterObamaSonic10Inu 主要在傳統的資產價值框架之外運作。以下是幾個定義該項目運作方式的獨特方面: 零稅交易:由於交易沒有稅費,使用者可以自由地買賣該代幣,而不必擔心隱藏成本。 社區參與:該項目依賴於社區互動,利用社交媒體平台創造話題並促進參與。討論、內容分享及互動是幫助擴展其影響力和加強支持者忠誠度的重要元素。 無實用性:需要指出的是,HarryPotterObamaSonic10Inu 在金融生態中並不提供具體的實用性。相反,它被定義為主要用於娛樂和社區活動的代幣。 文化參考:該代幣巧妙地融入了流行文化中的元素,以吸引興趣,與迷因愛好者和加密追隨者建立聯繫。 HarryPotterObamaSonic10Inu 範例展示了迷因幣如何與更傳統的加密貨幣項目運作不同,作為創新的社會構造進入市場,而非實用資產。 HarryPotterObamaSonic10Inu (ERC-20) 的時間線 HarryPotterObamaSonic10Inu 的歷史標誌著幾個值得注意的里程碑: 創建:這個代幣源於一個病毒式的迷因,捕捉了許多加密愛好者的想像力。具體的創建日期目前並不清楚,凸顯其自然興起。 上架交易所:HarryPotterObamaSonic10Inu 已經在多個交易所上架,使社區更容易存取和交易。 社區互動倡議:持續進行旨在增進社區互動的活動,包括比賽、社交媒體活動和來自粉絲和支持者的內容創作。 未來擴展計劃:該項目的路線圖包括推出 NFT 收藏品、周邊商品及相關電子商務網站,進一步與社區互動並嘗試為其生態系統增添更多維度。 關於 HarryPotterObamaSonic10Inu (ERC-20) 的關鍵點 以社區為驅動的特質:該項目優先考慮集體意見和創意,確保用戶參與在其發展過程中居於核心地位。 迷因幣分類:它代表了以娛樂為基礎的加密貨幣的典範,與傳統投資工具大相徑庭。 與比特幣無直接關聯:儘管在代碼名稱上有相似之處,HarryPotterObamaSonic10Inu 是獨特的,並不與比特幣或其他已建立的加密貨幣存在關係。 協作焦點:HarryPotterObamaSonic10Inu 旨在為持有者創造一個共享故事和協作的空間,提供創意和社區聯結的途徑。 未來前景:向超越其初步主題擴展至 NFT 和周邊商品的雄心,描繪了該項目潛在進入數字文化的更主流途徑。 隨著迷因幣繼續吸引加密貨幣社區的想像力,HarryPotterObamaSonic10Inu (ERC-20) 由於其文化聯繫和以社區為中心的方式而脫穎而出。儘管它可能不符合以實用性為導向的代幣的典型模式,其本質在於支持者間培育的快樂和友誼,突顯了在日益數字化的時代中,加密貨幣的演變特性。隨著該項目的持續發展,觀察社區動態如何影響其在不斷變化的區塊鏈技術格局中的軌跡將是重要的。

2.5k 人學過發佈於 2024.04.01更新於 2024.12.03

什麼是 BITCOIN

如何購買BTC

歡迎來到HTX.com!在這裡,購買Bitcoin (BTC)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Bitcoin (BTC)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Bitcoin (BTC)購買Bitcoin (BTC)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Bitcoin (BTC)在HTX的現貨市場輕鬆交易Bitcoin (BTC)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

6.0k 人學過發佈於 2024.12.12更新於 2026.06.02

如何購買BTC

什麼是 $BITCOIN

數字黃金 ($BITCOIN):全面分析 數字黃金 ($BITCOIN) 介紹 數字黃金 ($BITCOIN) 是一個基於區塊鏈的項目,運行於 Solana 網絡,旨在將傳統貴金屬的特徵與去中心化技術的創新相結合。雖然它與比特幣同名,常被稱為「數字黃金」,因其被視為價值儲存工具,但數字黃金是一個獨立的代幣,旨在於 Web3 生態系統中創造一個獨特的生態系。其目標是將自己定位為一個可行的替代數字資產,儘管有關其應用和功能的具體細節仍在發展中。 什麼是數字黃金 ($BITCOIN)? 數字黃金 ($BITCOIN) 是一個專門為 Solana 區塊鏈設計的加密貨幣代幣。與比特幣提供廣泛認可的價值儲存角色不同,這個代幣似乎更專注於更廣泛的應用和特徵。值得注意的方面包括: 區塊鏈基礎設施:該代幣建立在 Solana 區塊鏈上,以其處理高速和低成本交易的能力而聞名。 供應動態:數字黃金的最大供應量上限為 100 萬兆代幣(100P $BITCOIN),儘管有關其流通供應的詳細信息目前尚未披露。 實用性:雖然具體功能尚未明確說明,但有跡象表明該代幣可能被用於各種應用,可能涉及去中心化應用(dApps)或資產代幣化策略。 誰是數字黃金 ($BITCOIN) 的創建者? 目前,數字黃金 ($BITCOIN) 的創建者和開發團隊的身份仍然是 未知 的。這種情況在許多創新項目中是典型的,特別是那些與去中心化金融和迷因幣現象相關的項目。雖然這種匿名性可能促進社區驅動的文化,但也加劇了對治理和問責制的擔憂。 誰是數字黃金 ($BITCOIN) 的投資者? 可用的信息顯示,數字黃金 ($BITCOIN) 沒有任何已知的機構支持者或知名的風險投資。該項目似乎運行在一個以社區支持和採用為重點的點對點模型上,而不是傳統的資金籌集途徑。其活動和流動性主要位於去中心化交易所(DEXs),如 PumpSwap,而不是已建立的集中交易平台,進一步突顯其草根方法。 數字黃金 ($BITCOIN) 如何運作 數字黃金 ($BITCOIN) 的運作機制可以根據其區塊鏈設計和網絡特徵進行詳細說明: 共識機制:通過利用 Solana 的獨特歷史證明(PoH)結合權益證明(PoS)模型,該項目確保高效的交易驗證,促進網絡的高性能。 代幣經濟學:雖然具體的通縮機制尚未詳細說明,但巨大的最大代幣供應量暗示它可能適合微交易或尚待定義的利基用例。 互操作性:存在與 Solana 更廣泛生態系統的整合潛力,包括各種去中心化金融(DeFi)平台。然而,關於具體整合的詳細信息仍未明確。 重要事件時間表 以下是關於數字黃金 ($BITCOIN) 的重要里程碑時間表: 2023:該代幣首次在 Solana 區塊鏈上部署,並以其合約地址為標誌。 2024:數字黃金獲得曝光,因其在去中心化交易所如 PumpSwap 上可供交易,允許用戶以 SOL 進行交易。 2025:該項目見證了零星的交易活動和社區主導參與的潛在興趣,儘管截至目前尚未記錄到任何顯著的合作夥伴關係或技術進展。 關鍵分析 優勢 可擴展性:基於 Solana 的基礎設施支持高交易量,這可能增強 $BITCOIN 在各種交易場景中的實用性。 可及性:每個代幣潛在的低交易價格可能吸引零售投資者,促進更廣泛的參與,因為存在分割所有權的機會。 風險 缺乏透明度:缺乏公眾已知的支持者、開發者或審計過程可能引發對該項目可持續性和可信度的懷疑。 市場波動性:交易活動在很大程度上依賴於投機行為,這可能導致價格波動和投資者的不確定性。 結論 數字黃金 ($BITCOIN) 在快速發展的 Solana 生態系統中,作為一個引人入勝但模糊的項目出現。雖然它試圖利用「數字黃金」的敘事,但其與比特幣作為價值儲存工具的既定角色的脫離,突顯了對其預期實用性和治理結構更清晰區分的需求。未來的接受度和採用率可能取決於解決當前的不透明性,並更明確地定義其運營和經濟策略。 注意:本報告涵蓋截至 2023 年 10 月的綜合信息,並且在研究期間可能發生了進展。

300 人學過發佈於 2025.05.13更新於 2025.05.13

什麼是 $BITCOIN

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 BTC (BTC)幣價的意見。

活动图片