~/tool-stack_

// Hash and verify passwords with bcrypt

// higher rounds = slower hash = more secure

Hash passwords using the bcrypt algorithm directly in your browser. Adjust the cost factor (rounds) to control hashing time — higher rounds are slower but more resistant to brute force. Verify existing hashes instantly. No data leaves your machine.