Enter a password to compute the derived key
Base64 output will appear here
Why no Argon2?
Argon2 (the winner of the Password Hashing Competition) requires WebAssembly for browser use. It is not available natively in the WebCrypto API. For production use, consider argon2-browser (WASM) or server-side hashing.