Generate bcrypt hashes in the browser for testing.
—
Hash a password with bcrypt. Use for testing only; in production hash on the server. Higher rounds are slower and more secure.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
password, 10 rounds
Output
$2a$10$...