Cybersecurity 1 h agoAdd to bookmarks

Anthropic ran Claude Mythos Preview as a semi-autonomous agent on cryptographic primitives: effective keysize of HAWK-256 dropped from 2^64 to 2^38, 7-round AES attack accelerated ×200 to ×800, LEA 13-round key recovery in less than an hour. Two real CVE (OpenSSL, wolfSSL) along the way. Cost: ~$100,000 API per subject.
Anthropic published a research report on July 28, 2026, describing the use of Claude Mythos Preview (not Opus) as a semi-autonomous agent to analyze cryptographic primitives. The audited targets cover post-quantum schemes, classical block ciphers, and hash functions:
In parallel, two real CVEs on production libraries:
The setup is important to understand: it's not Claude who "breaks" AES all by himself in one night. It's a semi-autonomous methodology - scaffolding with Python, Sage (the open-source mathematical CAS), access to published crypto literature. Humans frame, restart, guide. One of the most honest quotes from the report: « the models tend to think it is impossible to solve so they don't try » - you have to actively push the model against its own refusal to try.
The costs and deadlines give the measure:
Translation: the machine produces plausible candidates; humans still have to prove that it's correct. We are very far from the buzzword « AI breaks AES ». We are closer to the tireless, expensive, and monitored post-doc intern, but who finds real things.
The attacked rounds (7 on AES, 13 on LEA, 6 on Serpent) are reduced versions - a standard exercise in academic cryptanalysis. AES-128 in production use remains 10 rounds: the announced flaw does not break your TLS tomorrow morning. However, gaining a 200-800× factor on 7-round is a publishable methodological advance, and the report passes the peer-review bar.
On HAWK, on the other hand, reducing a post-quantum candidate from 2^64 to 2^38 before standardization is the kind of result that directly influences NIST's decision - hence the coordination as early as June 2026.
Three concrete things:
Responsible disclosure on crypto enters a new phase. Anthropic says it has shared the results in advance with US government and industrial partners. Crypto teams will need to integrate LLM agents into their audit threat model, not just their attacker threat model.
The cost per subject (~$100k) excludes hobbyists and sets the bar at the level of funded labs - but these labs include intelligence agencies, not just defensive vendors. To be considered for non-standardized schemes.
AES-128 in production remains solid. Don't change your TLS config this weekend.
Encadré - to do now
Article produced by artificial intelligence, reviewed under human editorial control.