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.
The 2 Comments Found
How about using the shell "argon2" command.
Seems it is not really setup to easily VERIFY a hash!
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