πŸ”₯ FireTools

Password Hash Generator

Generate secure password hashes using PBKDF2 via Web Crypto in your browser. Free, online, no upload, fully private.

Local processing

How to Use

Enter your input above. The result updates automatically. Use the copy button to copy the result.

Privacy

All processing happens in your browser. Your data is never uploaded to any server.

FAQ

Is my password uploaded?

No. Hashing happens locally in your browser using the Web Crypto API. Your password never leaves your device.

Why PBKDF2 instead of bcrypt?

The browser's native Web Crypto API supports PBKDF2, which is a secure key derivation function. It is the recommended browser-side alternative to bcrypt.

Related Tools