node-rs icon indicating copy to clipboard operation
node-rs copied to clipboard

Add Bun password hashing to benchmarks (Bcrypt, Argon2)

Open notramo opened this issue 2 years ago • 0 comments

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.

notramo avatar Oct 06 '23 19:10 notramo