+ 1
How to Create a hmacsha512 algorithm in c#
Cerate a hmacsha512 algorithm in c#. In this algorithm input type: text key type : hex sha variant: sha512 output type: base64
1 Answer
+ 1
Are you allowed to use libraries. c# has a standard library for it.
system.security.cryptography
https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/#csharp