I am working on a C++ Facebook plugin and I need to sha256 hash the access token. I am not sure if I can use CryptoPP as I cannot find any documentation about 256bit. It doesn’t look like i can use FAES. So now I am trying to decide if I should import an open source dll, OpenSSL or ?
any suggestions?
I was able to make a Facebook post (YES, from UE4 !!) without encrypting my token – It’s just a matter of configuring the app on the Facebook portal. However, I would still like to hear suggestions for future needs…