Skip to content

Kenton1989/collision-attack-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Explore the collision attack of MD5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published