
AI Security Series · Part 12
Last time, the theme was: the tools got brilliant, the bugs stayed boring — state-of-the-art AI pointed at the same dumb, preventable mistakes that have always breached companies. This entry is the other end of that spectrum. This time the tooling did something that isn't boring at all.
On July 28, Anthropic published research in which Claude produced genuine, expert-validated cryptanalysis — extending existing tools in a way specialists call real but not foundational — against real cryptographic schemes. And here is the part every other headline is going to bury: nothing anyone uses is broken. Both halves of that sentence are the story. Skip either one and you've got it wrong.
Update (July 29, 2026): Johns Hopkins cryptographer Matthew Green published the first serious independent review of these results, and it sharpens two things. First, it vindicates the core point: nothing deployed is broken, and the "AI cracks encryption" framing is the one he dismantles. Second, it corrects an overstatement worth owning here — the work is best described as extending existing cryptanalytic tools, not inventing fundamentally new mathematics. In Green's words, the HAWK attack "does not invent fundamentally new mathematics" — it "extends a bunch of tools that were lying around," which he notes is precisely where AI excels. On the AES side he's more deflating still: attacks on 7-round AES have existed since 2013, this is a "modest constant-factor improvement" needing 289 operations and 2105 chosen plaintexts, and the attack "can't really be 'run'." His central caution is the one to keep: "just because a model spits out an apparent new result, this does not mean the result is real." He also makes the optimistic point that a capability like this arriving during the post-quantum transition may end up strengthening cryptography rather than weakening it. We've adjusted the language below accordingly.
What actually happened
The setup was Claude Mythos Preview running as multiple collaborating agents in a sandboxed, Claude Code–like harness with access to computational tools (Python, Sage) and the published cryptographic literature. Two results came out of it.
1. A new symmetry in HAWK
HAWK is a post-quantum digital signature scheme — one of the candidates under NIST's third-round consideration for additional signature standards. Claude found a nontrivial automorphism (a hidden symmetry) in the lattice HAWK is built on. Prior work had proven that if such an automorphism could be found efficiently it would enable an attack — but nobody had established that it was actually reachable. Claude reached it.
The effect: for HAWK-256, the expected cryptanalysis cost drops from roughly 264 to 238 — effectively halving the key strength. It took about 60 hours of work (and, per Anthropic, roughly $100,000 in API compute).
2. A faster attack on 7-round AES
The second result is a fingerprinting technique Anthropic calls the "Möbius Bridge," which improves prior meet-in-the-middle attacks by eliminating an enumeration step — a 200–800× speedup, a factor-of-256 cut in required lookups. This one took roughly one billion output tokens over three days of autonomous work.
Read the next sentence carefully, because it's the one that matters: this attack is on a reduced-round variant — 7 of AES's 10 rounds. Full AES-128 is not affected and remains secure. In Anthropic's own words, the attack "does not break the full cipher," and even against the reduced version it "would cost hundreds of millions of dollars to implement." If you use AES — and you almost certainly do, every time you load an HTTPS page — nothing changes.
Why "nothing is broken" is the point, not a disclaimer
By the time you read this, plenty of coverage will say some version of "AI breaks encryption." That framing is simply false, and refusing it is exactly why this piece is worth writing.
- HAWK is not deployed anywhere. It's a candidate, not a shipped standard. As Anthropic put it: "no production software will have to change as a result."
- The AES result is reduced-round only. The full cipher that protects the actual internet is untouched.
- The math still needed humans to trust it. Anthropic says it took two researchers nearly a month to gain confidence the discovered method was correct.
That last point is worth sitting with. The interesting claim here is not "AI cracks crypto." It's that a model produced genuine, expert-reviewed cryptanalytic work against a NIST candidate — extending known tools rather than inventing new mathematics, which is still a categorically different thing from finding bugs in code. Finding a missing auth check (see Part 11) is pattern-matching at scale. Discovering a previously-unexploited lattice automorphism is closer to research.
What it actually means if you run real systems
This is not a "rotate your keys" moment. Nothing about your production stack is more exposed today than it was last week.
What it is is a signal about the bar that post-quantum standardization now has to clear. The next generation of cryptographic standards — the ones being selected right now to replace what quantum computers will eventually threaten — will have to withstand AI-assisted cryptanalysis as a routine part of their review, not as an exotic edge case. HAWK just got an early, public preview of that scrutiny, and a candidate scheme lost half its margin to a model running for 60 hours.
The honest framing of this whole moment: the capability is real and genuinely new, the practical impact today is zero, and both of those facts need to travel together. Anything that separates them — in either direction — is propaganda, not analysis.
Source: Anthropic — "Discovering cryptographic weaknesses" (July 28, 2026). These are Anthropic's own published research results and, as far as we can tell, have not yet been independently reproduced; we've framed them accordingly.
Wondering what post-quantum readiness actually means for your systems? Talk to Sid Techno — we'll help you separate the real timeline from the headlines.
