Support for password hashing #21618
Replies: 3 comments
-
I recently started a new project to extend Deno STD. It encourages the addition of functionality that exists in other standard libraries (PHP, Go etc.), and also allows for functionality that benefits from being in a standard library rather than in third party modules. Here is the link: https://jsr.io/@stdext/crypto |
Beta Was this translation helpful? Give feedback.
-
I would love to see argon2 be included in the Deno std library to make password hashing as simple and fast as everything else in Deno is. |
Beta Was this translation helpful? Give feedback.
-
I opened feature request denoland/std#5899 awhile back to help track this. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I see Bun has built in password hashing support for Argon2 variants and Bcrypt (https://bun.sh/docs/api/hashing).
I know there are various third-party libraries out there, but I imagine something like this is an important feature for a number of Deno users. Can we ever expect to see something similar in Deno / Deno std? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions