H
Hono4mo ago
igmtink

Password hashing

How to hash password?
8 Replies
igmtink
igmtink4mo ago
using cloudflare workers
Hurby
Hurby4mo ago
you can still usu any of these hash algorithms
igmtink
igmtink4mo ago
I can't use bcrypt on cloudflare workers runtime because bcrypt uses to node
Hurby
Hurby4mo ago
npm
bcryptjs
Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.. Latest version: 2.4.3, last published: 7 years ago. Start using bcryptjs in your project by running npm i bcryptjs. There are 3589 other projects in the npm registry using bcryptjs.
Hurby
Hurby4mo ago
You can use this
igmtink
igmtink4mo ago
it's work thank you
Hurby
Hurby4mo ago
np