CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
18.54k stars 2.22k forks source link

[NEW TOOL] Argon2 password hash #728

Open ekingsobasi opened 8 months ago

ekingsobasi commented 8 months ago

What tool do you want? Example: Argon2 Hash Generator & Verifier

Describe the solution you'd like Argon2 is a cryptographic hashing algorithm specifically used to hash passwords. It provides better protection against password cracking than other hashing algorithms like Bcrypt, Scrypt, and PBKDF2.

Is their example of this tool in the wild? https://argon2.online/

Additional context Add any other context about the feature request here.

CorentinTh commented 8 months ago

Duplicate of #362

sharevb commented 2 months ago

Hi @ekingsobasi and @CorentinTh , implemented in #986