Bcrypt Hash Generator
Generate bcrypt hashes for passwords. Note: Bcrypt requires a backend, this is a simplified demonstration.
About Bcrypt
Bcrypt is a password-hashing function designed to be computationally expensive, making brute-force attacks harder. It uses a work factor (rounds) to control the computational cost. Higher rounds = more secure but slower.