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 …

  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 …

  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 …

  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 …

  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 …

  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. 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 145 other projects in the npm registry using bcrypto.

  9. phc-bcrypt - npm

    Computes the hash string of the given password in the PHC format using bcrypt package.

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