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 .