Skip to content

Simple wrapper around the standard implementation of argon2id to make hashing and verifying passwords easier

License

Notifications You must be signed in to change notification settings

fa7ad/ergo-argon2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ergo-argon2

CodeQL

Simple wrapper around the standard implementation of Argon2id to make hashing and verifying passwords easier.

Motivation

According to OWASP, IETF, et al. Argon2 is currently (2023-04-14) the recommended way to hash and store passwords [1 2]. There is a standard implementation of Argon2 in the crypto package. But the functions exported from that package are (in my opinion) too low level for general usage, the bcrypt implementation in the same package has a much better interface.

This package aims to act as a simpler interface for using Argon2.

About

Simple wrapper around the standard implementation of argon2id to make hashing and verifying passwords easier

Topics

Resources

License

Stars

Watchers

Forks

Languages