Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 517 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 517 Bytes

MD5-Implementation

This is by no means relevant for personal or industrial use, as it is severely compromised. Collisions can be detected very fast and easily. This was just a coding excercise, nothing much.

Usage

Compile using gcc, using the command gcc MD5_main.c -o MD5 -lm

Then run the executable, supplying the original message in the arguments ./MD5 "put your message here"

Resources used

  1. https://en.wikipedia.org/wiki/MD5
  2. https://www.ietf.org/rfc/rfc1321.txt
  3. https://tinyurl.com/ycdwszca