Skip to content

A library for generating and verifying Argon2id hashes

License

Notifications You must be signed in to change notification settings

jordanocokoljic/argon2id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argon2id
========

argon2id is a library for generating and verifying hashes using the Argon2 key
derivation function. It is a thin wrapper around the argon2[1] package that
is maintained in /x/crypto.

The API is inspired by the bcrypt[2] package - also found in /x/crypto.

[1]: https://pkg.go.dev/golang.org/x/crypto/argon2
[2]: https://pkg.go.dev/golang.org/x/crypto/bcrypt

About

A library for generating and verifying Argon2id hashes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages