
bcrypt - npm
Here is a list of BCrypt-related security issues/concerns that have come up over the years. An issue with passwords was found with a version of the Blowfish algorithm developed for John the Ripper.
bcryptjs - npm
Optimized bcrypt in JavaScript with zero dependencies, with TypeScript support. Compatible to the C++ bcrypt binding on Node.js and also working in the browser.
bcrypt - npm search
bcryptjs Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'. bcrypt password auth authentication encryption crypt crypto dcode
bcrypt-ts - npm
Nov 19, 2025 · While bcrypt-ts is compatible with the C++ bcrypt binding, it is built in pure JavaScript and thus slower (about 30%), effectively reducing the number of iterations that can be processed in …
bcrypt-nodejs - npm
Native JS implementation of BCrypt for Node. Has the same functionality as node.bcrypt.js expect for a few tiny differences. Mainly, it doesn't let you set the seed length for creating the random byte array. I …
@types/bcrypt - npm
Jul 19, 2025 · TypeScript definitions for bcrypt. Latest version: 6.0.0, last published: 2 months ago. Start using @types/bcrypt in your project by running `npm i @types/bcrypt`. There are 389 other projects …
bcryptjs-react - npm
While bcrypt.js is compatible to the C++ bcrypt binding, it is written in pure JavaScript and thus slower (about 30%), effectively reducing the number of iterations that can be processed in an equal time span.
bcryptjs - npm search
Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'. bcrypt password auth authentication encryption crypt crypto dcode
bcrypto - npm
JS crypto library. Latest version: 5.5.2, last published: 2 years ago. Start using bcrypto in your project by running `npm i bcrypto`. There are 144 other projects in the npm registry using bcrypto.
@types/bcryptjs - npm
This is a stub types definition for @types/bcryptjs (https://github.com/dcodeIO/bcrypt.js#readme). bcryptjs provides its own type definitions, so you don't need @types/bcryptjs installed!