Verify that Password Matches Argon2id Hash

Argon2 is a cryptographic hash function that commonly used for password hashing. Argon2d, Argon2i and Argon2id are variants of Argon2. Argon2id is a combination of Argon2i and Argon2d which has Argon2i resistance to side-channel timing attacks and Argon2d resistance to GPU cracking attacks.

No.Programming language
1.PHP
2.Python

The 2 Comments Found

  1. Avatar
    Anthony Reply

    How about using the shell "argon2" command.
    Seems it is not really setup to easily VERIFY a hash!

    • Avatar
      lindevs Reply

      Hi, Anthony
      The argon2 command allows to generate the Argon2id hash for given password. However, this command doesn't provide a way to verify that password matches hash. So you can choose programming language provided in the table for verifying Argon2id hash.

Leave a Comment

Cancel reply

Your email address will not be published.