Question by
BlueReptile · Apr 20 at 10:14 AM ·
c#javascriptjsonencodingcryptography
SHA512 JS -> C#
Is there any way that I can translate this JS Code Snippet:
var contentHash = CryptoJS.SHA512(Json.stringify(requestBody)).toString(CryptoJS.enc.Hex);
into C# language?
Comment
Your answer
Follow this Question
Related Questions
Raycast variable type in C#? 1 Answer
In-Game Browser, help needed! 1 Answer
convert this 3 line code to c# ? i cant figure it out? 1 Answer