Bcrypt Tool

Generate Bcrypt Hash

Compare Text with Bcrypt Hash

About Bcrypt Tool

Bcrypt is a password-hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher. It is a strong hashing algorithm that incorporates a salt to protect against rainbow table attacks and an adaptive computational cost (salt rounds) to remain resistant to brute-force search attacks over time.

This tool allows you to generate Bcrypt hashes from input text and compare a given plain text against an existing Bcrypt hash. All operations are performed in your browser.