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?
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?
Hello,
Did you find a solution ?
JD