Password Hasher
Hash and verify passwords with Argon2id, bcrypt, and scrypt directly in your browser using WebAssembly. Configure parameters, compare computation times. Nothing leaves your device.
FreeNo SignupNo Server UploadsZero Tracking
Memory (KiB)64 MB
Iterations (time cost)3
Parallelism4
⚡
Computed with WebAssembly
All password hashing runs locally in your browser using WASM-compiled implementations. Nothing is sent to any server. The intentional slowness of these algorithms is what makes them secure against brute-force attacks.
How to Use Password Hasher
- 1
Enter a password
Type or paste the password you want to hash into the password field.
- 2
Choose an algorithm
Select Argon2id (recommended), bcrypt, or scrypt. Adjust parameters like memory cost, iterations, and parallelism.
- 3
Hash or verify
Click Hash Password to generate a hash, or switch to Verify mode to check a password against an existing hash.