Awesome
Arduino-SHA256
generates SHA256 in Arduino, no need of any external header files
Usage
String data = "enter your string here";
String hashed_data = SHA256(data);
generates SHA256 in Arduino, no need of any external header files
String data = "enter your string here";
String hashed_data = SHA256(data);