Argon2is
Argon2id is a hybrid memory-hard password hashing function. It was designed to be resistant to various types of attacks, including brute-force attacks, side-channel attacks, and GPU-accelerated attacks. Argon2id is the recommended version of Argon2 by the Password Hashing Competition (PHC).
The "id" in Argon2id stands for "interactive" and "data-independent." Interactive means that the algorithm can be
Argon2id combines the strengths of Argon2d and Argon2i. Argon2d is resistant to GPU-accelerated attacks, while Argon2i
Key parameters for Argon2id include the memory cost (m), the time cost (t), and the parallelism (p).
Argon2id is designed to be a drop-in replacement for existing password hashing algorithms like bcrypt and scrypt,