About 37,000 results
Open links in new tab
  1. Bcrypt Generator - Online Hash Generator and Checker

    Free online bcrypt hash generator and verifier. Create secure password hashes with adjustable rounds. Client-side processing ensures your data stays private.

  2. bcrypt - Wikipedia

    bcrypt is a password-hashing function designed by Niels Provos and David Mazières. It is based on the Blowfish cipher and presented at USENIX in 1999. [1] Besides incorporating a salt to protect against …

  3. bcrypt - npm

    A bcrypt library for NodeJS.. Latest version: 6.0.0, last published: a year ago. Start using bcrypt in your project by running `npm i bcrypt`. There are 8125 other projects in the npm registry using bcrypt.

  4. Bcrypt Hash Generator and Checker - MiniWebtool

    Apr 26, 2026 · Bcrypt Hash Generator / Checker - Generate bcrypt password hashes with a configurable cost factor (rounds 4-15) and verify whether a plain-text password matches an existing bcrypt hash. …

  5. Bcrypt Generator & Verifier — Free Online Tool

    Bcrypt Generator & Verifier Generate bcrypt password hashes with configurable cost factor, or verify a password against an existing bcrypt hash. Free, secure, and open.

  6. Bcrypt Hash Generator & Verifier

    Generate Bcrypt password hashes with desired cost option. Verify/Validate existing Bcrypt hashes.

  7. GitHub - pyca/bcrypt: Modern(-ish) password hashing for your software ...

    While bcrypt remains an acceptable choice for password storage, depending on your specific use case you may also want to consider using scrypt (either via standard library or cryptography) or argon2id …

  8. bcryptjs - npm

    Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.. Latest version: 3.0.3, last published: 8 months ago. Start using bcryptjs in your project by …

  9. bcrypt · PyPI

    May 11, 2013 · bcrypt Acceptable password hashing for your software and your servers (but you should really use argon2id or scrypt) Installation To install bcrypt, simply: $ pip install bcrypt Note that bcrypt …

  10. NPM bcrypt - GeeksforGeeks

    May 10, 2024 · bcrypt is a popular npm package used for password hashing. It utilizes the bcrypt hashing algorithm, which is designed to be slow and computationally intensive, making it resistant to …