Skip to content

alistairuk/MD5_String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A simple MD5 library for the Arduino,

Based on the work of scottmac. The original can be found at https://github.com/scottmac/arduino/blob/master/md5/md5.pde .

Usage

// Hash a string and store the result in hash. String hash = md5("Hello World!");

// Hash a buffer and store the result in hash. String hash = md5(buffer, bufferSize);

About

A simple MD5 hasing library for the Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published