-
Go语言实现的Argon2id密码哈希及验证功能
资源介绍
Argon2id
该软件包为Go的实现提供了一个方便的包装,使使用Argon2安全地哈希和验证密码变得更加简单。
它强制使用Argon2id算法变体和加密安全的随机盐。
用法
package main
import (
"log"
"github.com/alexedwards/argon2id"
)
func main () {
// CreateHash returns a Argon2id hash of a plain-text password using the
// provided algorithm parameters. The returned hash follows the format used
// by the Argon2 reference C implementation and looks like this:
// $argon2i