Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bun password hashing to benchmarks (Bcrypt, Argon2) #720

Open
notramo opened this issue Oct 6, 2023 · 0 comments
Open

Add Bun password hashing to benchmarks (Bcrypt, Argon2) #720

notramo opened this issue Oct 6, 2023 · 0 comments

Comments

@notramo
Copy link

notramo commented Oct 6, 2023

The Bun runtime supports password hashing out of the box. I guess it uses the implementations in the Zig standard library.
https://bun.sh/guides/util/hash-a-password

Since Bun is rapidly gaining popularity, many developers will wonder if the built-in functions or the ones in the napi-rs packages are faster. Adding the Bun stdlib to the benchmarks can help them decide if they should install this package or use the stdlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant