How to hash string in Blazor wasm?

Viewed 1138

In Net 5 Blazor client webassembly I can not use System.Security.Cryptography to compute SHA512. What are working alternatives? So that some text hashed has the same hash on all browsers?

2 Answers
Related