Skip to content

florianschmeding/md5-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5 implementation in C

A simple MD5 implementation written in C.

Build

gcc md5.c main.c -lm -o md5

Usage

./md5 <filename>

Tests

The tests do consist of the RFC 1321 examples and can be executed like this:

gcc tests.c md5.c -lm -o md5_tests && ./md5_tests

License

GNU GPLv3.
A copy is available at LICENSE.md

About

A simple MD5 implementation written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages