mirror of
https://github.com/xiaoqidun/idkey.git
synced 2026-09-03 11:40:22 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22df8fec59 | ||
|
|
bb03fd012b | ||
|
|
86c0fa96ea |
No files matched your search
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 xiaoqidun
|
||||
Copyright (c) 2020-2026 肖其顿 (XIAO QI DUN)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# idkey [](https://pkg.go.dev/github.com/xiaoqidun/idkey)
|
||||
Go语言Argon2id密码哈希和验证库
|
||||
够简单的 Go 语言 Argon2id 密码哈希和验证库
|
||||
|
||||
# 安装方法
|
||||
```shell
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/xiaoqidun/idkey
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require golang.org/x/crypto v0.49.0
|
||||
require golang.org/x/crypto v0.55.0
|
||||
|
||||
require golang.org/x/sys v0.42.0 // indirect
|
||||
require golang.org/x/sys v0.47.0 // indirect
|
||||
@@ -1,4 +1,4 @@
|
||||
golang.org/x/crypto v0.49.0 h1:+Ng2ULVvLHnJ/ZFEq4KdcDd/cfjrrjjNSXNzxg0Y4U4=
|
||||
golang.org/x/crypto v0.49.0/go.mod h1:ErX4dUh2UM+CFYiXZRTcMpEcN8b/1gxEuv3nODoYtCA=
|
||||
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
|
||||
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||
golang.org/x/crypto v0.55.0 h1:+KWHjbgOaAQ66dh/YlkZKHlz9ZUlq61AFirAR9ntP8M=
|
||||
golang.org/x/crypto v0.55.0/go.mod h1:uq0V9dE/fzQuJtbnL+2EhWOE63vo164FY8xqEnV9xis=
|
||||
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
|
||||
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
|
||||
Reference in New Issue
Block a user