
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 …
@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.
@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!
mongoose-bcrypt - npm
To encrypt one or more existings fields or set additional schema options, add the bcrypt option to each schema type before loading the plugin. The module will simply attach to the existing fields and create …
bcrypt-pbkdf - npm
Derive a cryptographic key of arbitrary length from a given password and salt, using the OpenBSD bcrypt_pbkdf function. This is a combination of Blowfish and SHA-512.
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 …