Skip to content

spaniakos/ArduinoMD5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please see the full documentation at http://spaniakos.github.io/ArduinoMD5

This is an MD5 library for the Arduino, based on tzikis's MD5 library, which you can find here: https://github.com/tzikis/arduino. Tzikis library was based on scottmac`s library, which you can find here: https://github.com/scottmac/arduino

This library provides an easy way of using md5 for both arduino and Raspberyy Pi.

It includes MD5 and HMAC-MD5.

Installation

Create a folder named MD5 in the libraries folder inside your Arduino sketch folder. If the libraries folder doesn't exist, create it. Then copy everything inside. (re)launch the Arduino IDE.

You're done. Time for a mojito

Usage

see examples for md5 and hmac md5

Raspberry pi

install

sudo make install
cd examples_Rpi
make

What to do after changes to the library

sudo make clean
sudo make install
cd examples_Rpi
make clean
make

What to do after changes to a sketch

cd examples_Rpi
make <sketch>

or 
make clean
make

How to start a sketch

cd examples_Rpi
sudo ./<sketch>

About

MD5 and HMAC library for Arduino and Raspberry pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.4%
  • Makefile 8.3%
  • C 5.3%