Hash passwords with PBKDF2-SHA256. Secure client-side password hashing with configurable iterations.
Hash passwords using PBKDF2-HMAC-SHA256 with a random salt. Configurable iterations (up to 1M) and hash length. Uses the Web Crypto API for secure computation. This is not bcrypt, but PBKDF2 is an equally valid key derivation function recommended by NIST and OWASP. Runs in your browser - passwords are never sent anywhere.