top of page

Anthropic Claude Found Cryptographic Weaknesses, but It Did Not Break Modern Encryption

Anthropic Claude found two new cryptographic attacks, despite years of human scrutiny around their targets. One weakens HAWK, an experimental post-quantum signature scheme. The other improves an attack against a deliberately reduced version of AES, the standard used to protect digital information.

The conflict matters, but it is easy to misstate. Anthropic says Claude Mythos Preview produced meaningful mathematical research, not merely software bug reports. Yet neither result compromises the encryption protecting current websites, banks, messaging services, or devices.

That distinction separates a credible research milestone from an encryption panic. Anthropic Claude challenged the speed and scale of expert cryptanalysis, while leaving production systems untouched. The real pressure falls on the human review process surrounding future standards, not on people using encrypted services today.

What Anthropic Claude Actually Discovered

The research changes what AI can contribute to cryptanalysis, while leaving deployed encryption intact.

Anthropic published its cryptography research on July 28, 2026. The company described two attacks developed with Claude Mythos Preview, a restricted model designed for advanced cybersecurity and scientific work.

The first attack targets HAWK, an experimental digital signature scheme. A digital signature allows a recipient to verify an identity or confirm that data has not been altered. HAWK is designed for a future where sufficiently capable quantum computers could threaten widely used signature systems.

HAWK remains under review through the National Institute of Standards and Technology’s process for additional signatures. It is not an approved standard deployed across production systems. Public evaluation exists specifically to uncover weaknesses before adoption.

Anthropic says HAWK had already survived two rounds of expert review conducted over two years. Working in an agentic research environment, Claude Mythos Preview found an unexploited mathematical symmetry in about 60 hours.

That symmetry enabled a faster key-recovery method. Key recovery means reconstructing the secret information needed to impersonate a signer. Anthropic says the result effectively cuts HAWK’s key strength in half.

The smaller HAWK-256 parameter illustrates the scale of the change. Researchers had estimated that full key recovery required about 2^64 units of work. Anthropic reports that Claude’s method reduced the estimate to 2^38.

That reduction is severe for the small parameter, but it does not create a universal shortcut. The attack remains exponential, meaning the required work still grows rapidly as key size increases. Larger HAWK parameters remain impractical to attack.

The weakness is also specific to HAWK. Anthropic says it does not transfer to other post-quantum signature candidates or invalidate lattice-based cryptography as a broader field.

The second finding concerns seven-round AES-128. AES, or the Advanced Encryption Standard, is a symmetric cipher that uses the same secret key to encrypt and decrypt information. NIST standardized the AES specification in 2001.

Production AES-128 uses ten rounds, which repeatedly transform data to conceal relationships between the input, output, and key. Cryptographers often study reduced-round versions because they provide a controlled way to measure how much security each round adds.

Claude Mythos Preview improved a known meet-in-the-middle attack against seven-round AES. This method stores intermediate calculations, then searches for matching values produced from opposite directions within the cipher.

The model proposed a fingerprinting technique called the Möbius Bridge. Anthropic says this technique removes one guess from the attack and makes it between 200 and 800 times faster than the previous approach.

That sounds alarming without the missing constraint. The attack assumes access to 2^105 chosen plaintexts, meaning an attacker can repeatedly ask for selected data to be encrypted under an unknown key. That requirement makes the attack completely impractical.

It also targets seven rounds rather than the ten rounds used by AES-128. Claude did not break full AES, weaken a production implementation, or expose encrypted customer data.

The news is therefore narrow but important. A model developed publishable attacks against two carefully selected research targets. It did not produce a master key for the modern internet.

Why Claude Cryptography Research Pressures Human Review

Claude’s main advantage was not a magical shortcut, but its ability to sustain a broad search across literature, mathematics, code, and failed ideas.

For the HAWK result, Anthropic placed Mythos Preview inside a sandboxed, multi-agent harness. A harness combines prompts, tools, code, and an operating environment that helps an AI system pursue a larger objective.

The model could review published research, conduct mathematical reasoning, run computational experiments, and communicate between worker agents. The human operator had theoretical computer science experience but was not a lattice cryptography specialist.

According to Anthropic, human guidance focused mainly on project management. The operator suggested ways to track ideas and identified libraries for verification. Claude’s workers developed and tested the underlying attack.

One interaction shows why this process differs from a single chatbot response. Two workers investigated the symmetry that ultimately enabled the attack. One rejected the idea too early, while the other found a way to use it.

The agents exchanged their conclusions until both accepted the result. That pattern resembles a research group conducting internal review, although every participant came from the same underlying model family.

The AES experiment required less direct guidance. A researcher built a scaffold that let the model propose hypotheses, test them, discard failures, and search for an improvement over published cryptanalysis.

Claude initially resisted the assignment. It repeatedly argued that the target had been studied too thoroughly and that nothing easy remained. Researchers responded by reinforcing the requirement for novel work.

The model then generated hundreds of millions of tokens over several days. After one billion output tokens, Anthropic says it had developed and refined the attack described in the accompanying paper.

Raw persistence alone does not explain the result. An automated brute-force system can search a large space without understanding its structure. Claude instead connected research literature, proposed transformations, wrote experimental code, evaluated objections, and preserved useful conclusions for later agents.

This is where the Claude cryptography research puts pressure on traditional practice. Expert review typically depends on a small number of specialists who divide time among teaching, implementation, standards work, and peer review.

An AI research process can test many speculative branches in parallel. Most branches can fail without consuming additional human attention. Humans enter later to validate the few results that survive.

That creates a new asymmetry. Producing a candidate result becomes faster than verifying its originality and correctness. Anthropic says the AES idea emerged within one week, while two researchers needed nearly a month to gain confidence in it.

The bottleneck has moved from idea generation to validation. Cryptographers must confirm the mathematics, compare it against earlier work, inspect assumptions, reproduce computations, and decide whether the result affects real systems.

This gap matters because cryptography demands unusually high confidence. A plausible proof or successful experiment may still hide an invalid assumption. A small error in a security estimate can change whether an attack is academic or operational.

Teams will need stronger records of how AI-generated results developed. Reproducible code, source tracking, experiment logs, and rejected hypotheses become essential research artifacts.

The same need applies outside cryptography. Engineering teams already struggle to retain the reasoning behind complex technical decisions. A searchable engineering knowledge base can connect model outputs with papers, tests, reviews, and final decisions.

The pressure is organizational as much as mathematical. Research institutions must decide who validates machine-generated claims, how reviewers receive credit, and when sensitive findings should remain private.

The Core Tradeoff Is Research Speed Versus Verification

Anthropic Claude can accelerate cryptographic discovery, but every acceleration also increases the burden of proving that a result is real, novel, and safe to disclose.

The HAWK result offers the clearest case because researchers can implement the attack from beginning to end. They can generate a key, run the method, and verify whether the recovered value is correct.

The AES result requires more interpretive work. Its full attack is too expensive to execute, so validation depends on checking each component and confirming the overall complexity analysis.

Anthropic says human researchers spent several hundred hours assessing Claude’s AES claims. They needed to learn enough specialized cryptography to evaluate the model’s method and prepare the paper.

That is not evidence that the finding is false. It shows that advanced AI research does not remove the need for expertise. It changes when expertise enters the workflow.

Instead of guiding every exploratory step, humans can review selected outputs. That arrangement scales discovery, but validation may not scale at the same rate.

A model can generate many polished arguments that look internally consistent. Reviewers must determine whether each argument relies on the right assumptions, cites the actual state of the art, and survives attempts at reproduction.

Cryptographic novelty adds another difficulty. A result can be mathematically correct without being new. Researchers must search a large technical literature, including papers with different terminology or attack models.

Anthropic worked with academics from ETH Zurich, Tel Aviv University, and TU Berlin on CryptanalysisBench, a benchmark designed to measure language models on cryptanalytic problems. Benchmarks can create common comparisons, but they do not replace expert review.

A model might improve on a benchmark by memorizing recognizable patterns or exploiting weaknesses in its evaluation. Researchers need private problems, contamination checks, and tasks that require verifiable intermediate work.

The two attacks also required very different levels of autonomy. The HAWK project involved occasional human direction inside a collaborative agent environment. The AES project ran almost autonomously after researchers pushed Claude to keep the target fixed.

Calling both results autonomous without qualification would erase that difference. A better description is that Claude performed most of the technical search while humans selected objectives, maintained the environment, challenged premature conclusions, and validated the outputs.

Those contributions are limited compared with writing every proof manually. They remain decisive, however. The system needed humans to frame the research question and reject its initial insistence that meaningful progress was impossible.

This interaction complicates claims that AI has independently become a top cryptographer. Anthropic has shown a system capable of producing expert-level results under selected conditions. It has not shown a general researcher that reliably chooses valuable problems and validates every answer without oversight.

The resource requirements also limit access. Anthropic reported extensive inference use, multi-agent orchestration, specialist tools, and prolonged human validation. This was not a routine Claude session available to an ordinary user.

The gap between a frontier lab experiment and a repeatable research service remains large. Academic groups need access to models, secure compute, reproducible scaffolds, and sufficient review capacity before they can test the workflow independently.

That verification gap forms the central tradeoff. AI can enlarge the frontier of possible findings. It can also flood the field with claims that take longer to assess than to create.

Cryptography has a useful defense against that failure mode. Attacks can often be expressed as precise algorithms with measurable requirements. Independent researchers can reproduce them, challenge their assumptions, and revise security estimates.

Other scientific fields may lack such clean verification. Claude’s cryptographic work is therefore both a research achievement and an unusually favorable test environment for machine-generated discovery.

What the Anthropic Claude Results Do Not Break

Neither attack compromises production encryption, and treating the findings as an immediate cyber emergency misrepresents both results.

HAWK is a candidate signature scheme, not a deployed foundation for online banking or messaging. Its review process exists to find weaknesses before standardization.

A late-stage failure would not be unprecedented. Post-quantum competitions intentionally expose proposals to adversarial analysis over several years. Candidates can be modified, assigned stronger parameters, or removed.

SIKE provides a useful historical comparison. The post-quantum candidate survived years of study before researchers found an efficient attack using an ordinary laptop. As Quanta reported, the break demonstrated why public evaluation must continue before deployment.

Claude’s HAWK result belongs to that tradition. The unusual part is the researcher, not the existence of a late cryptographic weakness.

The attack does make HAWK less attractive. Anthropic says restoring the intended security requires doubling key sizes. Larger keys increase storage, transmission, and computational overhead, reducing the efficiency that helped distinguish the proposal.

NIST and HAWK’s designers must evaluate the revised security margins. They can change parameters or reconsider the candidate without replacing any existing deployed system.

The AES finding carries even less direct operational impact. Full AES-128 uses ten rounds, while Claude studied seven. Attacking fewer rounds is a standard research method, not evidence that the full cipher is about to fail.

The required chosen-plaintext volume also places the attack far beyond realistic execution. Even the reduced-round method would demand an implausible amount of data and computation.

Anthropic notes that implementing the attack would require immense resources. More importantly, implementation still would not decrypt traffic protected by normal ten-round AES-128.

The finding nevertheless matters as evidence about AI capability. AES has received decades of concentrated analysis. Improving a known attack on a reduced version suggests Claude can contribute inside a mature technical literature.

That conclusion should remain narrower than Anthropic’s broadest framing. Two research results do not establish that models will reliably discover weaknesses across every important cipher.

Selection effects also matter. The company publicized its strongest completed attacks after many model sessions. Its research page acknowledges that numerous sessions produced no discovery.

Readers cannot estimate the system’s success rate from the published cases alone. They would need the number of attempted targets, compute used per attempt, failure categories, and independent replications.

The research also came from Anthropic, which developed the model and benefits from demonstrating its scientific capability. The accompanying papers and code improve transparency, but outside review remains necessary.

That review should separate three questions. Is the mathematics correct? Is the attack genuinely new? Does it change practical security decisions?

The HAWK finding appears relevant to parameter selection and standardization. The reduced-round AES improvement advances cryptanalytic research but does not require operational remediation.

Organizations should not rotate AES keys, abandon encrypted services, or rush into emergency migrations because of this announcement. Security teams should continue their existing post-quantum planning based on standards and system lifecycles.

The immediate Claude cybersecurity impact falls on research workflows and disclosure policy. Labs must prepare for models that can identify sensitive results before maintainers, vendors, or governments know how to respond.

Anthropic says it shared the findings with algorithm authors, government representatives, industry partners, and relevant academics before publication. It also coordinated disclosure of the HAWK attack through the NIST process.

That approach works when the target is undeployed or deliberately weakened. A future result affecting a production cipher would create harder choices about verification, remediation time, access controls, and public disclosure.

Three Signals Will Show Whether This Becomes a New Research Model

The next test is whether independent cryptographers can reproduce the work, whether standards bodies act, and whether later models find practical weaknesses.

The first signal is independent technical validation. Researchers must reproduce the HAWK attack, inspect the proof, and verify the revised security estimate across relevant parameter sets.

Successful reproduction would strengthen Anthropic’s claim that Claude produced a genuine research advance. Material corrections would weaken claims about the model’s reliability, even if the core insight survives.

The AES paper needs similar scrutiny. Specialists should test the Möbius Bridge construction, confirm its claimed invariance, and recalculate the attack’s time and memory costs.

The result does not need to threaten full AES to be worthwhile. It does need to improve on previous work under the same assumptions.

The second signal is a formal response from the HAWK team or NIST. Parameter changes, a revised submission, or reduced confidence in the candidate would show that Claude’s finding altered a live standards process.

A decision to retain HAWK with documented adjustments would not invalidate the result. It would show that the public review system absorbed the finding as intended.

The third signal is replication across other algorithms and research groups. Anthropic has already described preliminary attacks against reduced versions of LEA and Serpent-128, plus smaller improvements involving other primitives.

Those claims need complete papers and independent testing. Repeated results from unaffiliated researchers would demonstrate that the method extends beyond one lab’s model, tools, and evaluation choices.

Practical impact would represent a much larger threshold. Researchers should watch whether AI finds a weakness in a fully deployed algorithm, a commonly used parameter set, or an implementation that vendors must urgently patch.

That outcome would strengthen the argument that Claude cybersecurity impact extends beyond accelerated academic review. Continued findings limited to candidate schemes and reduced-round ciphers would support a narrower conclusion.

Disclosure capacity will matter alongside model performance. A system that produces more valid findings than experts can review creates a security backlog rather than immediate protection.

Research organizations may need dedicated validation teams, secure model environments, and shared rules for high-impact cryptographic discoveries. Governments and standards bodies will also need confidential channels capable of handling machine-generated submissions.

The most useful response today is neither dismissal nor panic. Developers should understand what the attacks target. Security leaders should follow validated standards rather than social-media interpretations.

Researchers should examine the released methods and test whether the workflow transfers to other hard problems. Anyone evaluating anthropic claude should focus on reproducibility, human review requirements, and the distance between an academic attack and an operational threat.

The question for the coming months is concrete: can independent experts reproduce these results faster than Claude can generate the next set? That answer will determine whether AI becomes a dependable cryptographic collaborator or an unusually productive source of claims awaiting human judgment.

Get started for free

A local first AI Assistant w/ Personal Knowledge Management

remio only supports Windows 10+ (x64) and M-Chip Macs currently.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page