About 50 results
Open links in new tab
  1. 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.

  2. bcryptjs - 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.

  3. 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 …

  4. 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

  5. @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 …

  6. 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.

  7. @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!

  8. 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.

  9. egg-bcrypt - npm

    egg bcrypt plugin. Latest version: 1.1.0, last published: 6 years ago. Start using egg-bcrypt in your project by running `npm i egg-bcrypt`. There are 2 other projects in the npm registry using egg-bcrypt.

  10. 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 …