Examples of Argon2 hashing integration using third party libraries.
As of March 2022 Argon2 is the Top1 OWASP recommended algorithm to store user password in databases.
Strictly speaking, Argon2 is a key derivation function or KDF which are a subset of all the hashing functions.
Argon2 was the winner of PHC.
You can find the original C implementation here.
This repo contains 3 samples (Python, Golang and Dotnet) on how to integrate Argon2 password hashing into your codebase.
Clone this repo and enjoy secure password hashing!
git clone https://github.com/R3DRUN3/Argon2Samples.git && cd Argon2Samples