denoland / denoland/deploy_feedback
Deno deploy password hashing.
Open
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to hash passwords async in deno deploy?
I've tried many modules like bcrypt, argon2, sodium & crypt.
Most of them work in local deno environment. But none of them on deno deploy.
Unless using a sync method.
For bcrypt there is an issue open:
https://github.com/denoland/deploy_feedback/issues/171
Is there a standard non-blocking way of doing password hashing in deno?
Maybe through the crypto web API.
https://bradyjoslin.com/blog/encryption-webcrypto/
https://doc.deno.land/deno/stable/~/SubtleCrypto
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.