I’m looking to create a hash with sha256 using openssl and C++. I know there’s a similar post at Generate SHA hash in C++ using OpenSSL library, but I’m looking to specifically create sha256.
UPDATE:
Seems to be a problem with the include paths. It can’t find any OpenSSL functions even though I included
#include "openssl/sha.h"
and I included the paths in my build
-I/opt/ssl/include/ -L/opt/ssl/lib/ -lcrypto
Here’s how I did it:
It’s called like this: