Skip to content

Examples of Argon2 hashing integration using third party libraries. πŸ”‘πŸ”‘πŸ”‘

License

Notifications You must be signed in to change notification settings

R3DRUN3/Argon2Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Argon2Samples

License: MIT

Examples of Argon2 hashing integration using third party libraries.

Abstract

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.

Usage

Clone this repo and enjoy secure password hashing!

git clone https://github.com/R3DRUN3/Argon2Samples.git && cd Argon2Samples

About

Examples of Argon2 hashing integration using third party libraries. πŸ”‘πŸ”‘πŸ”‘

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published