Bcrypt Hash.
Verify identity without storing cleartext. Local-first implementation.
Generate Hash
Verify Hash
Security Standard
Bcrypt is a robust hashing algorithm designed to be computationally expensive (slow) to prevent brute-force attacks. It includes a built-in salt to defend against rainbow table attacks.