Skip to content

Sha256 vulnerability for full rounds. Circular hash attack(new type of hash attack).

License

Notifications You must be signed in to change notification settings

equalunique/WorldsFirstSha2Vulnerability

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WorldsFirstSha2Vulnerability

Sha256 vulnerability for full rounds. Free-start collision attack + circular hash attack(new type of hash attack).

Proof

Run proof.py to check my work

Concepts

Free-start collision attack

A collision attack where hackers cannot control the input hash.

Circular hash attack

Finding input_hash and message_block which makes input_hash=output_hash. In certain cases, it can result infinite set of collisions by chaining arbitrary number of circular blocks. So, this attack makes one hash value permanently vulnerable to collisions. So, I decided not to publish another works.

Attack methods

I developed an entirely new type of cryptanalysis theory to achieve this. It has a similar form comparing to differential analysis.

About

Sha256 vulnerability for full rounds. Circular hash attack(new type of hash attack).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%