Implementation from scratch of the MD5 cryptographic function in C
This implementation doesn't support entry longer than 55 chars (this might be an update for later).
This library is only built with the standard C libraries.
A C compiler is obviously needed, such as gcc
or clang
.
The built is handled by cmake
, but an autotools
dependencies might be added
in a more or less near future.
Even though there is no doc up to now, it will be likely generated with
doxygen
.
Follow the instruction below to build the library + the CLI from source :
git clone https://www.github.com/SiwonP/libmd5
mkdir build
cd build
cmake ..
make
The binaries of the CLI and the dynamic library are not yet available.
No packages so far either.
No tests implemented yet.
No doc yet.
- Simon Petit - initial contributer
This project is under the GNU General Public License v3. See LICENSE for details.