登录 注册
当前位置:主页 > 资源下载 > 10 > Go语言实现的Argon2id密码哈希及验证功能

Go语言实现的Argon2id密码哈希及验证功能

  • 更新:2024-10-05 20:26:38
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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