p4ssw0rd:使用Haveibeenpowned API进行密码强度验证 源码
p4ssw0rd 使用密码强度验证 原料药 确保您阅读并遵守他们的 用法: package main import ( "github.com/chanced/p4ssw0rd" ) func main () { ctx := context . Background () pw , err := p4ssw0rd . New (p4ssw0rd. Config { UserAgent : "your site" , MinPasswordLength : 6 , // defaults to 6 BreachLimit : 10 , // defaults to 10 MaxPwnedRequestAttempts : 3
文件列表
p4ssw0rd-main.zip
(预估有个9文件)
p4ssw0rd-main
go.mod
220B
go.sum
1KB
errors.go
987B
p4ssw0rd.go
6KB
LICENSE
11KB
README.md
2KB
evaluation.go
233B
.gitignore
269B
p4ssw0rd_test.go
2KB
暂无评论