Show / Hide Table of Contents

Argon2 in WebAssembly

It appears, as of fall 2021, there are two viable ways to run the Argon2 hash code in this library from within a web page. Both the Blazor and UnoPlatform allow for compiling .Net code to run in a web page.

Both methods perform similarly when published (3-5x slowdown over )

Blazor and Uno Platform Specific Notes

  • Argon2 with Blazor WebAssembly
  • Argon2 with UnoPlatform WebAssembly
  • Improve this Doc
In This Article
Back to top Generated by DocFX