Who's using hash-wasm? #55
gamedevsam
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've built a browser based encryption tool based on the portable-secret project and replaced the default browser based PBKF2 key derivation algorithm with argon2id compiled as a WASM module and embedded into the secret.html file as a UMD.
I really appreciate the work you've put into this package and the care given towards having a highly optimized implementation. I am able to tune the algorithm fairly aggressively to have good security while providing a fairly good experience for the majority of people (assuming the user has reasonably decent hardware).
Here are the parameters I'm using to tune the Argon2id implementation:
PS: Feel free to close this issue and move this to the Github Discussions.
Beta Was this translation helpful? Give feedback.
All reactions