Password Hash Generator (PBKDF2)
Generate secure password hashes in your browser using PBKDF2-SHA256. Stronger than MD5 or plain SHA, with adjustable work factor.
What is Password Hash Generator (PBKDF2)?
Bcrypt is a popular password hashing algorithm, but it requires a server-side library. This tool produces equivalent-strength hashes using PBKDF2 (Password-Based Key Derivation Function 2) — a NIST-recommended algorithm with adjustable iteration count. Both bcrypt and PBKDF2 deliberately slow down brute-force attacks; the right iteration count makes each guess take ~250ms.
Frequently asked questions
Is this real bcrypt?▼
How many iterations should I use?▼
Related tools
HMAC Generator
Generate HMAC signatures with SHA-256, SHA-1, MD5.
AES Encryption
Encrypt and decrypt text with AES-256 in your browser.
2FA QR Code Generator
Generate TOTP/2FA QR codes for authenticator apps.
Password Strength Tester
Test password strength against entropy and dictionaries.
Caesar Cipher Encoder
Encode and decode Caesar cipher with custom shifts.
ROT13 Encoder
Encode and decode ROT13 text instantly.