Verify Argon2id Tool
Check whether one plaintext password matches an encoded Argon2id hash
Safety note: Argon2id hashing and verification stay in your browser. High memory settings can be expensive on slower devices, so keep test values realistic before you raise the cost.
Verify an Argon2id hash
Verification tells you whether the password matches the encoded hash. It does not rehash or migrate the value.
What It Checks
This page tests one plaintext password against a pasted Argon2id string and surfaces whether the encoded parameters and digest accept it.
Hash or Verify with Argon2id
- Paste the encoded hash and enter the candidate password.
- Click Verify Argon2id hash and read the verdict together with the parsed parameter block.
- Keep the encoded hash intact. The parameter block is part of what verification needs later.
Why the Parameters Matter
Argon2id is not “just one hash.” Memory size, iterations, and parallelism all affect cost and compatibility. If two systems disagree on those parameters, the same password will not verify.