BCrypt Hash
Hash passwords and verify them using the industry-standard BCrypt algorithm.
Hash Password
Verify Password
10
Estimated time:
~250ms
Hashes/second at this cost:
~4
—
BCrypt Cost Factor Reference
| Cost | Hashes/sec | Est. Time | Use Case |
|---|---|---|---|
| 4 | ~400 | ~2ms | Testing only |
| 8 | ~25 | ~40ms | Low security |
| 10 | ~4 | ~250ms | Default / recommended |
| 12 | ~1 | ~1s | High security |
| 14 | <1 | ~4s | Maximum security |