Skip to content

prophet6250/MD5-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

my implementation of the MD5 hashing algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages