+ 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

13th May 2018, 10:52 AM
Sunil Kumar
Sunil Kumar - avatar
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
13th May 2018, 2:42 PM
sneeze
sneeze - avatar