How to get Sha1 Hmac value from a FString?

I want to get the hash_hmac value form a FString. I know php can do it easily like this:

$value = hash_hmac(‘sha1’, $data, $Key, true);

But how to do this in UE4?

1 Like

Hello,
Did you find a solution ?
JD