Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 324 Bytes

collision-attack-md5

This repos is used to explore the collision attack of MD5

Compile and Run

If gcc is available:

gcc -o main *.c
./main

The commands above can be combined in one line:

Acknowledgement

Thanks Bryce Wilson for his implementation of MD5: https://github.com/Zunawe/md5-c .