Argon2 Hash Generator

About Argon2

Argon2 is the winner of the Password Hashing Competition (2015) and is recommended for password hashing. It comes in three variants: Argon2d (data-dependent, faster but vulnerable to side-channel attacks), Argon2i (data-independent, safer against side-channel attacks), and Argon2id (hybrid, recommended for password hashing).