This repos is used to explore the collision attack of MD5
If gcc is available:
gcc -o main *.c
./main
The commands above can be combined in one line:
Thanks Bryce Wilson for his implementation of MD5: https://github.com/Zunawe/md5-c .
This repos is used to explore the collision attack of MD5
If gcc is available:
gcc -o main *.c
./main
The commands above can be combined in one line:
Thanks Bryce Wilson for his implementation of MD5: https://github.com/Zunawe/md5-c .