BCrypt Hash Generator

Generate salted BCrypt password hashes (`$2y$10$...`) for secure user authentication systems.

Adaptive Blowfish Cipher

Uses adaptive cost factor (default 10) resistant to GPU hardware cracking.

Cryptographic Salt

Includes unique 128-bit random salt prefix per hash computation.

1-Click Copy

Copy generated BCrypt hash string directly to database records.

Generated BCrypt Hash ($2y$10$...)

What is BCrypt?

BCrypt is a password-hashing function based on the Blowfish cipher that incorporates salt to protect against rainbow table attacks.